Skip to content

Commit 4c62740

Browse files
Update JenkinsfileAugust2024
1 parent cdd432f commit 4c62740

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

JenkinsfileAugust2024

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ git branch: 'development', credentialsId: 'f00f923e-acd7-4f0c-b416-c22bd29206b1'
1818
stage('Build'){
1919
sh "$mavenHome/bin/mvn clean package"
2020
}
21-
21+
/*
2222
stage('ExecuteSonarQubeReport'){
2323
sh "$mavenHome/bin/mvn clean sonar:sonar"
2424
}
@@ -32,5 +32,6 @@ sshagent(['dc54ad51-dada-430b-bbd7-5460b56fcd05']) {
3232
sh "scp -o StrictHostKeyChecking=no target/maven-web-application.war [email protected]:/opt/apache-tomcat-9.0.95/webapps/"
3333
}
3434
}
35+
*/
3536

3637
}

0 commit comments

Comments
 (0)