From 88a6ebfcb44ae3fd2cd12b1ca6c5d75c23625657 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Wed, 23 Apr 2025 17:07:38 +0200 Subject: [PATCH] update Jenkinsfile with new connection --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 1502e94..ef85d72 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -71,7 +71,7 @@ pipeline { -Dsonar.projectKey=resources_cd \ -Dsonar.sources=. \ -Dsonar.host.url=https://sonarqube.confdroid.com \ - -Dsonar.token=squ_7bb1758ff20d1371da3937109c8a8b991413f4ac + -Dsonar.token=sqa_aca21cc41336d0f31987ed196ccfb9be55ded774 ''' } }