From db7963d30e92fe56d2fbd99e6a0fd33e1414c406 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Thu, 24 Apr 2025 12:09:25 +0200 Subject: [PATCH] add new connection to Jenkinsfile --- Jenkinsfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index afd4eb2..5258707 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,7 +17,7 @@ pipeline { } options { - gitLabConnection('sourcecode.confdroid.com') + gitLabConnection('gitlab.confdroid.com') } stages { @@ -71,12 +71,12 @@ pipeline { -Dsonar.projectKey=puppet_cd \ -Dsonar.sources=. \ -Dsonar.host.url=https://sonarqube.confdroid.com \ - -Dsonar.token=squ_af3fb66bbbcccf239ffe9393a5e70874f054be7a + -Dsonar.token=sqa_aca21cc41336d0f31987ed196ccfb9be55ded774 ''' } } - stage('create Puppet documention') { + stage('create Puppet documentation') { steps { sh '/opt/puppetlabs/bin/puppet strings' }