This commit is contained in:
Jack-Leung 2020-03-16 00:04:59 -04:00 committed by GitHub
parent cef0d94b64
commit c39a1b34dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
Jenkinsfile vendored
View file

@ -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})")
}
}