Merge branch 'add-npm-token' of p281392/molgenis-ops-docker-helm into master
This commit is contained in:
commit
83e9a428d7
@ -380,6 +380,8 @@ jenkins:
|
|||||||
Containers:
|
Containers:
|
||||||
maven:
|
maven:
|
||||||
Image: "registry.webhosting.rug.nl/molgenis/maven"
|
Image: "registry.webhosting.rug.nl/molgenis/maven"
|
||||||
|
ImageTag: lts
|
||||||
|
AlwaysPullImage: true
|
||||||
Command: cat
|
Command: cat
|
||||||
WorkingDir: /home/jenkins
|
WorkingDir: /home/jenkins
|
||||||
TTY: true
|
TTY: true
|
||||||
@ -421,13 +423,9 @@ jenkins:
|
|||||||
NodeUsageMode: EXCLUSIVE
|
NodeUsageMode: EXCLUSIVE
|
||||||
Containers:
|
Containers:
|
||||||
node:
|
node:
|
||||||
Image: "node"
|
Image: "registry.webhosting.rug.nl/molgenis/node"
|
||||||
ImageTag: carbon
|
ImageTag: lts
|
||||||
Command: cat
|
AlwaysPullImage: true
|
||||||
WorkingDir: /home/jenkins
|
|
||||||
TTY: true
|
|
||||||
alpine:
|
|
||||||
Image: "spotify/alpine"
|
|
||||||
Command: cat
|
Command: cat
|
||||||
WorkingDir: /home/jenkins
|
WorkingDir: /home/jenkins
|
||||||
TTY: true
|
TTY: true
|
||||||
@ -443,6 +441,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
|
||||||
@ -520,6 +522,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