mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:55: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 {
|
steps {
|
||||||
echo "now we will begin the build"
|
echo "now we will begin the build"
|
||||||
script {
|
script {
|
||||||
def appBuildoutPut = sh (script: 'mvn clean package -Dskiptests')
|
def appBuildoutPut = sh (script: 'mvn clean package -Dskiptests', returnStatus: true)
|
||||||
if (appBuildoutPut == 0) {
|
if (appBuildoutPut == 0) {
|
||||||
echo "build SUCCESSFUL"
|
echo "build SUCCESSFUL"
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue