switch to sourcecode,confdroid.com
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -38,7 +38,7 @@ pipeline {
|
|||||||
|
|
||||||
stage('build and push image to gitlab') {
|
stage('build and push image to gitlab') {
|
||||||
steps {
|
steps {
|
||||||
withCredentials([usernamePassword(credentialsId: '864a3edb-9d6e-4ad1-b382-22eeb0ea6b8a', passwordVariable: 'pw', usernameVariable: 'un')]) {
|
withCredentials([usernamePassword(credentialsId: 'jenkins-gitlab-registry-token-2026', passwordVariable: 'pw', usernameVariable: 'un')]) {
|
||||||
sh '''
|
sh '''
|
||||||
set +xe
|
set +xe
|
||||||
docker login gitlab.confdroid.com:5050 -u $un -p $pw
|
docker login gitlab.confdroid.com:5050 -u $un -p $pw
|
||||||
|
|||||||
Reference in New Issue
Block a user