switch to sourcecode,confdroid.com

This commit is contained in:
2026-02-23 19:50:45 +01:00
parent 1db6ea04a4
commit d6a5814ca8

2
Jenkinsfile vendored
View File

@@ -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