From f6d2303c45a9f58042d2ce52dbdad51ed3f8fe4d Mon Sep 17 00:00:00 2001 From: Mali Bayhan Date: Fri, 10 Dec 2021 11:54:46 -0800 Subject: [PATCH] master- Sync Repo --- jenkins/cd/Jenkinsfile | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/jenkins/cd/Jenkinsfile b/jenkins/cd/Jenkinsfile index 84874f2..746f026 100644 --- a/jenkins/cd/Jenkinsfile +++ b/jenkins/cd/Jenkinsfile @@ -29,6 +29,7 @@ pipeline { sh 'mvn sonar:sonar' } } + } // maven:end } @@ -40,14 +41,6 @@ pipeline { } } - stage('Static Code Analysis') { - steps { - withSonarQubeEnv('cicd') { - sh 'mvn sonar:sonar' - } - } - } - stage('Check Pact Verifications') { steps { sh 'curl -LO https://github.com/pact-foundation/pact-ruby-standalone/releases/download/v1.88.3/pact-1.88.3-linux-x86_64.tar.gz'