diff --git a/Jenkinsfile b/Jenkinsfile index 1a42d1c..eb2cf58 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -53,7 +53,7 @@ stage('build and push image to gitlab') { stage('build and push image to gitea') { steps { - withCredentials([usernamePassword(credentialsId: 'Jenkins-gitea', passwordVariable: 'pw', usernameVariable: 'un')]) { + withCredentials([usernamePassword(credentialsId: 'Gitea-package-token', passwordVariable: 'pw', usernameVariable: 'un')]) { sh ''' set +xe docker login sourcecode.confdroid.com -u $un -p $pw