This commit is contained in:
arthur tourneyrie 2020-03-15 17:29:24 -04:00
parent cdef6ee4a1
commit 6817551094

1
Jenkinsfile vendored
View file

@ -4,6 +4,7 @@ pipeline {
stages {
stage('Build') {
steps {
slackSend channel: 'notif', message: "Successful build!"
sh './mvnw package'
}
}