Add csh-staging to repos
This commit is contained in:
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@@ -36,6 +36,12 @@ pipeline {
|
||||
sh 'DOCKER_REPO=gcr.io/csh-gcdm-test make publish'
|
||||
sh 'docker logout https://gcr.io/csh-gcdm-test'
|
||||
|
||||
withCredentials([file(credentialsId: 'gcr.io_csh-staging', variable: 'DOCKER_REPO_KEY_PATH')]) {
|
||||
sh 'docker login -u _json_key --password-stdin https://gcr.io/csh-staging < ${DOCKER_REPO_KEY_PATH}'
|
||||
}
|
||||
sh 'DOCKER_REPO=gcr.io/csh-staging make publish'
|
||||
sh 'docker logout https://gcr.io/csh-staging'
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user