mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 14:55:51 +00:00
typo
This commit is contained in:
parent
cef0d94b64
commit
c39a1b34dd
1 changed files with 2 additions and 2 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -3,13 +3,13 @@ pipeline {
|
|||
stages {
|
||||
stage('Build') {
|
||||
steps {
|
||||
sh './mvnw package'
|
||||
echo 'build'
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
post{
|
||||
succes{
|
||||
success{
|
||||
slackSend (message: "${buildStatus} ${env.JOB_NAME} [${env.BUILD_NUMBER}] (${env.BUILD_URL})")
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue