From 3de0c37e980e0d4f10e23f95270bb85f96486c9f Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Thu, 17 Apr 2025 12:00:24 +0200 Subject: [PATCH] update repo --- Jenkinsfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 7b786cc..a04b856 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -64,19 +64,19 @@ pipeline { } } - stage('SonarScan') { steps { sh ''' /opt/sonar-scanner/bin/sonar-scanner \ - -Dsonar.projectKey=resources_cd \ + -Dsonar.projectKey=resources \ -Dsonar.sources=. \ -Dsonar.host.url=https://sonarqube.confdroid.com \ - -Dsonar.token=squ_af3fb66bbbcccf239ffe9393a5e70874f054be7a + -Dsonar.token=squ_7bb1758ff20d1371da3937109c8a8b991413f4ac ''' } } + stage('create Puppet documentation') { steps { sh '/opt/puppetlabs/bin/puppet strings'