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
15b30aef1c
commit
a63031ed82
1 changed files with 4 additions and 11 deletions
15
Jenkinsfile
vendored
15
Jenkinsfile
vendored
|
@ -23,18 +23,11 @@ pipeline {
|
||||||
branch 'master'
|
branch 'master'
|
||||||
}
|
}
|
||||||
steps {
|
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