From 0a5a095da1953a2e2b83bf36a842ee8719bf33c0 Mon Sep 17 00:00:00 2001 From: n Date: Fri, 10 Mar 2023 15:33:58 +0530 Subject: [PATCH] added the new change in jenkinsfile --- Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 77ec5654c..6298b77d1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -22,8 +22,9 @@ pipeline { steps { withSonarQubeEnv('SONAR_TOKEN') { sh 'mvn verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=qtsonarqube_qtsonarqube-token -Dsonar.organization=qtsonarqube' + } } - } + } stage('postbuild') { steps { archiveArtifacts artifacts: '**/target/spring-petclinic-3.0.0-SNAPSHOT.jar',