From 84d190a315b54b578f85dee08f6c9cba88eb5843 Mon Sep 17 00:00:00 2001 From: Stijn Bannink Date: Fri, 31 Mar 2023 15:05:29 +0000 Subject: [PATCH] Update 'Jenkinsfile' --- Jenkinsfile | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 0a4039b..3da571d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -15,14 +15,6 @@ pipeline { archiveArtifacts artifacts: 'target/*.jar' } } - - stage('SonarQube Analysis') { - steps { - withSonarQubeEnv('sonarqube') { - sh "mvn sonar:sonar -Dsonar.projectKey=${projectTitle}" - } - } - } } post { @@ -39,7 +31,7 @@ pipeline { def discordDescription = "**Status:** ${buildStatus}\n**Changes:**\n${gitChanges}" discordSend( - webhookURL: 'https://discord.com/api/webhooks/1079797247807598644/s57XSXoirtflA66DVVrZDtEHCfmi2XoK-eSRYWMMD5MTcK_W3EFQOCM8SnKSekxrQae_', + webhookURL: 'https://discord.com/api/webhooks/1091375346064035980/PRy-w2ZPpYjwYMllnbw6mHD_onFcXSbvq9BYkfP8-mBXi-bB-y1XzJkC4SDwHmffcnjS', title: discordTitle, description: discordDescription, footer: discordFooter,