switch to sourcecode,confdroid.com

This commit is contained in:
2026-02-23 20:19:00 +01:00
parent d6a5814ca8
commit 30b016c3f9

2
Jenkinsfile vendored
View File

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