mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:55:49 +00:00
fix jenkinsfile
This commit is contained in:
parent
f44c4a96fa
commit
3bfa2f6926
1 changed files with 0 additions and 3 deletions
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
@ -37,9 +37,6 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Build Without Tests') {
|
stage('Build Without Tests') {
|
||||||
when {
|
|
||||||
expression { env.CHANGE_ID != null } // Run only for merge requests
|
|
||||||
}
|
|
||||||
steps {
|
steps {
|
||||||
sh './mvnw clean package -DskipTests'
|
sh './mvnw clean package -DskipTests'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue