mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 23:05:50 +00:00
Update Jenkinsfile
This commit is contained in:
parent
e22e419495
commit
babbe25b67
1 changed files with 7 additions and 9 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -6,7 +6,6 @@ pipeline {
|
|||
bat './mvnw package'
|
||||
}
|
||||
}
|
||||
|
||||
stage('Test') {
|
||||
steps {
|
||||
echo 'Testing'
|
||||
|
@ -24,15 +23,14 @@ pipeline {
|
|||
expression {
|
||||
GIT_BRANCH == 'master'
|
||||
}
|
||||
|
||||
}
|
||||
steps {
|
||||
echo 'Deploy'
|
||||
}
|
||||
}
|
||||
}
|
||||
post {
|
||||
always {
|
||||
slackSend "The pipeline ${currentBuild.fullDisplayName} completed successfully."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue