Explorar el Código

fix for changelist posting to mattermost

Grant Limberg hace 8 años
padre
commit
207d6572e0
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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}"