From 30b016c3f9ebf4504d628080205e7bb4df92d03e Mon Sep 17 00:00:00 2001 From: 12ww1160 <12ww1160@confdroid.com> Date: Mon, 23 Feb 2026 20:19:00 +0100 Subject: [PATCH] switch to sourcecode,confdroid.com --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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