Browse Source

fix for changelist posting to mattermost

Grant Limberg 8 năm trước cách đây
mục cha
commit
207d6572e0
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      Jenkinsfile

+ 2 - 0
Jenkinsfile

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