added sonar token
This commit is contained in:
parent
44f0962857
commit
6a77c1e688
@ -279,6 +279,10 @@ jenkins:
|
|||||||
key: GITHUB_TOKEN
|
key: GITHUB_TOKEN
|
||||||
secretName: molgenis-pipeline-env-secret
|
secretName: molgenis-pipeline-env-secret
|
||||||
secretKey: githubToken
|
secretKey: githubToken
|
||||||
|
- type: Secret
|
||||||
|
key: NPM_TOKEN
|
||||||
|
secretName: molgenis-pipeline-env-secret
|
||||||
|
secretKey: npmToken
|
||||||
NodeSelector: {}
|
NodeSelector: {}
|
||||||
molgenis-it:
|
molgenis-it:
|
||||||
InheritFrom: molgenis
|
InheritFrom: molgenis
|
||||||
@ -356,6 +360,8 @@ PipelineSecrets:
|
|||||||
GogsToken: xxxx
|
GogsToken: xxxx
|
||||||
# Token for sonarcloud.io
|
# Token for sonarcloud.io
|
||||||
SonarToken: xxxx
|
SonarToken: xxxx
|
||||||
|
# Token for npmjs.org
|
||||||
|
NpmToken: xxxx
|
||||||
# Password Local NEXUS
|
# Password Local NEXUS
|
||||||
NexusPassword: xxxx
|
NexusPassword: xxxx
|
||||||
# Password hub.docker.com
|
# Password hub.docker.com
|
||||||
|
Loading…
Reference in New Issue
Block a user