Browse Source

fix for changelist posting to mattermost

Grant Limberg 8 years ago
parent
commit
207d6572e0
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Jenkinsfile

+ 2 - 0
Jenkinsfile

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