diff --git a/Jenkinsfile b/Jenkinsfile index d47bd6530..c58445603 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -21,9 +21,6 @@ pipeline { } stage('SonarQube Analysis') { - when { - branch 'Release' - } steps { script { // Run Maven with SonarQube plugin for analysis @@ -40,9 +37,6 @@ pipeline { } stage("Quality Gate") { - when { - branch 'Release' - } steps { timeout(time: 1, unit: 'HOURS') { script {