Skip to content

Commit

Permalink
Update Jenkinsfile_Dec2023
Browse files Browse the repository at this point in the history
  • Loading branch information
legah2045 authored Dec 23, 2023
1 parent 0334fa0 commit 9bb6960
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile_Dec2023
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ node{
stage('2.mavenBuild'){
sh "${mavenHome}/bin/mvn package"
}

/*
stage('3.codeQualityAnalysis'){
sh "${mavenHome}/bin/mvn sonar:sonar"
}
Expand All @@ -30,6 +30,7 @@ node{
deploy adapters: [tomcat9(credentialsId: 'tomcat-credentials', path: '', url: 'http://3.144.85.2:8088/')], contextPath: null, war: 'target/*war'

}
*/
stage('8.apm'){
sh "echo 'monitoring and observation and alerting' "
sh "echo 'application performance Monitoring in progress' "
Expand Down

0 comments on commit 9bb6960

Please sign in to comment.