mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 07:45:49 +00:00
Update Jenkinsfile
This commit is contained in:
parent
8d7ecdd549
commit
43d6d7af8e
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -19,7 +19,7 @@ pipeline {
|
|||
steps {
|
||||
echo "now we will begin the build"
|
||||
script {
|
||||
def appBuildoutPut = sh (script: 'mvn clean package -Dskiptests')
|
||||
def appBuildoutPut = sh (script: 'mvn clean package -Dskiptests', returnStatus: true)
|
||||
if (appBuildoutPut == 0) {
|
||||
echo "build SUCCESSFUL"
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue