fix for changelist posting to mattermost

This commit is contained in:
Grant Limberg 2017-06-30 14:24:40 -07:00
parent 10264cec2f
commit 207d6572e0

2
Jenkinsfile vendored
View File

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