From 514ea2747d606a385cf7d98051bfaa786d7a53a8 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Mon, 2 Jun 2025 16:25:59 +0200 Subject: [PATCH] initial commit --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 1c08fc7..e2752f6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -69,7 +69,7 @@ pipeline { withCredentials([string(credentialsId: 'sonar-token', variable: 'SONAR_TOKEN')]) { sh ''' /opt/sonar-scanner/bin/sonar-scanner \ - -Dsonar.projectKey=wordpress_cd \ + -Dsonar.projectKey=automatic_cd \ -Dsonar.sources=. \ -Dsonar.host.url=https://sonarqube.confdroid.com \ -Dsonar.token=$SONAR_TOKEN