update Jenkinsfile with new connection

This commit is contained in:
Arne Teuke
2025-04-23 17:18:15 +02:00
parent 1159a75509
commit 30215cbfa6

4
Jenkinsfile vendored
View File

@@ -17,7 +17,7 @@ pipeline {
}
options {
gitLabConnection('sourcecode.confdroid.com')
gitLabConnection('gitlab.confdroid.com')
}
stages {
@@ -71,7 +71,7 @@ pipeline {
-Dsonar.projectKey=fail2ban_cd \
-Dsonar.sources=. \
-Dsonar.host.url=https://sonarqube.confdroid.com \
-Dsonar.token=squ_af3fb66bbbcccf239ffe9393a5e70874f054be7a
-Dsonar.token=sqa_aca21cc41336d0f31987ed196ccfb9be55ded774
'''
}
}