3
0

update Jenkinsfile

This commit is contained in:
Arne Teuke
2025-04-23 16:18:27 +02:00
parent 27d0335d79
commit d54ad93bb3

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=postgresql_cd\
-Dsonar.sources=. \
-Dsonar.host.url=https://sonarqube.confdroid.com \
-Dsonar.token=sqa_47a9b746282839a5c18e520ce37c0805fc4ed1d6
-Dsonar.token=sqa_aca21cc41336d0f31987ed196ccfb9be55ded774
'''
}
}