mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 14:55:51 +00:00
Update Jenkinsfile
This commit is contained in:
parent
15b30aef1c
commit
a63031ed82
1 changed files with 4 additions and 11 deletions
17
Jenkinsfile
vendored
17
Jenkinsfile
vendored
|
@ -23,18 +23,11 @@ pipeline {
|
|||
branch 'master'
|
||||
}
|
||||
steps {
|
||||
sh 'mvn deploy'}
|
||||
sh 'mvn deploy'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Slack Notification') {
|
||||
steps {
|
||||
slackSend baseUrl: 'https://hooks.slack.com/services/',
|
||||
channel: '#jenkins',
|
||||
message: 'Build Status',
|
||||
tokenCredentialId: 'slack',
|
||||
teamDomain: 'soen345'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue