Procházet zdrojové kódy

fix for changelist posting to mattermost

Grant Limberg před 8 roky
rodič
revize
207d6572e0
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  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}"