Merge branch 'master' into mybranch

This commit is contained in:
khalilalturk 2020-03-16 00:26:14 -04:00 committed by GitHub
commit a9a2588f76
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
Jenkinsfile vendored
View file

@ -29,6 +29,7 @@ pipeline {
sh './mvnw deploy'
}
}
}
post{
success{
@ -37,6 +38,9 @@ pipeline {
failure{
slackSend channel: 'soen345', message: 'Failed', tokenCredentialId: '178d0505-1fe0-4dee-aaa9-097c8a75a121'
}
}
}