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:
maven:
Image: "registry.webhosting.rug.nl/molgenis/maven"
ImageTag: lts
AlwaysPullImage: true
Command: cat
WorkingDir: /home/jenkins
TTY: true
@ -421,13 +423,9 @@ jenkins:
NodeUsageMode: EXCLUSIVE
Containers:
node:
Image: "node"
ImageTag: carbon
Command: cat
WorkingDir: /home/jenkins
TTY: true
alpine:
Image: "spotify/alpine"
Image: "registry.webhosting.rug.nl/molgenis/node"
ImageTag: lts
AlwaysPullImage: true
Command: cat
WorkingDir: /home/jenkins
TTY: true
@ -443,6 +441,10 @@ jenkins:
key: GITHUB_TOKEN
secretName: molgenis-pipeline-env-secret
secretKey: githubToken
- type: Secret
key: NPM_TOKEN
secretName: molgenis-pipeline-env-secret
secretKey: npmToken
NodeSelector: {}
molgenis-it:
InheritFrom: molgenis
@ -520,6 +522,8 @@ PipelineSecrets:
GogsToken: xxxx
# Token for sonarcloud.io
SonarToken: xxxx
# Token for npmjs.org
NpmToken: xxxx
# Password Local NEXUS
NexusPassword: xxxx
# Password hub.docker.com