Added mattermostSend to Jenkinsfile

This commit is contained in:
Joseph Henry
2017-08-15 10:41:04 -07:00
parent e0a3686f9c
commit dff63706ed

7
Jenkinsfile vendored
View File

@@ -1,7 +1,10 @@
#!/usr/bin/env groovy
def changelog = getChangeLog currentBuild
slackSend "Building ${env.JOB_NAME} #${env.BUILD_NUMBER} \n Change Log: \n ${changelog}"
node('master') {
checkout scm
def changelog = getChangeLog currentBuild
mattermostSend "Building ${env.JOB_NAME} #${env.BUILD_NUMBER} \n Change Log: \n ${changelog}"
}
parallel 'centos7': {
node('centos7') {