Update Jenkinsfile

This commit is contained in:
KevinHTrinh 2020-03-16 01:47:51 -04:00 committed by GitHub
parent c6e65768f4
commit da9408e842
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

3
Jenkinsfile vendored
View file

@ -21,9 +21,6 @@ pipeline {
when {
branch 'master'
}
steps {
slackSend channel: 'builds', message: "Build Sucessful ${env.JOB_NAME} ${env.BUILD_NUMBER} (<${env.BUILD_URL}|Open>)"
}
}
}
}