mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 06:45:50 +00:00
updated the file
This commit is contained in:
parent
298eba671d
commit
ac0777e569
1 changed files with 0 additions and 6 deletions
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue