3
0

add new connection to Jenkinsfile

This commit is contained in:
Arne Teuke
2025-04-24 12:09:25 +02:00
parent 01441653e7
commit db7963d30e

6
Jenkinsfile vendored
View File

@@ -17,7 +17,7 @@ pipeline {
} }
options { options {
gitLabConnection('sourcecode.confdroid.com') gitLabConnection('gitlab.confdroid.com')
} }
stages { stages {
@@ -71,12 +71,12 @@ pipeline {
-Dsonar.projectKey=puppet_cd \ -Dsonar.projectKey=puppet_cd \
-Dsonar.sources=. \ -Dsonar.sources=. \
-Dsonar.host.url=https://sonarqube.confdroid.com \ -Dsonar.host.url=https://sonarqube.confdroid.com \
-Dsonar.token=squ_af3fb66bbbcccf239ffe9393a5e70874f054be7a -Dsonar.token=sqa_aca21cc41336d0f31987ed196ccfb9be55ded774
''' '''
} }
} }
stage('create Puppet documention') { stage('create Puppet documentation') {
steps { steps {
sh '/opt/puppetlabs/bin/puppet strings' sh '/opt/puppetlabs/bin/puppet strings'
} }