1
0
Fork 0

Merge branch 'add-npm-token' of p281392/molgenis-ops-docker-helm into master

This commit is contained in:
Sido Haakma 2018-08-06 20:41:57 +02:00 committed by Gogs
commit 83e9a428d7
1 changed files with 11 additions and 7 deletions

View File

@ -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