diff --git a/Jenkinsfile b/Jenkinsfile index 30e3119..1a42d1c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -38,7 +38,7 @@ pipeline { stage('build and push image to gitlab') { 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 ''' set +xe docker login gitlab.confdroid.com:5050 -u $un -p $pw