updated the file

This commit is contained in:
prasannakumar 2024-08-04 11:47:13 +05:30
parent 298eba671d
commit ac0777e569

6
Jenkinsfile vendored
View file

@ -21,9 +21,6 @@ pipeline {
} }
stage('SonarQube Analysis') { stage('SonarQube Analysis') {
when {
branch 'Release'
}
steps { steps {
script { script {
// Run Maven with SonarQube plugin for analysis // Run Maven with SonarQube plugin for analysis
@ -40,9 +37,6 @@ pipeline {
} }
stage("Quality Gate") { stage("Quality Gate") {
when {
branch 'Release'
}
steps { steps {
timeout(time: 1, unit: 'HOURS') { timeout(time: 1, unit: 'HOURS') {
script { script {