From 30215cbfa60cb69de55b8d4ec0cda356788c958b Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Wed, 23 Apr 2025 17:18:15 +0200 Subject: [PATCH] update Jenkinsfile with new connection --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 0107edb..c4762f7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,7 +17,7 @@ pipeline { } options { - gitLabConnection('sourcecode.confdroid.com') + gitLabConnection('gitlab.confdroid.com') } stages { @@ -71,7 +71,7 @@ pipeline { -Dsonar.projectKey=fail2ban_cd \ -Dsonar.sources=. \ -Dsonar.host.url=https://sonarqube.confdroid.com \ - -Dsonar.token=squ_af3fb66bbbcccf239ffe9393a5e70874f054be7a + -Dsonar.token=sqa_aca21cc41336d0f31987ed196ccfb9be55ded774 ''' } }