vmshay 5 years ago
parent
commit
908af2655f
1 changed files with 3 additions and 0 deletions
  1. 3 0
      Jenkins/jenkinsfile

+ 3 - 0
Jenkins/jenkinsfile

@@ -1,4 +1,7 @@
 #!groovy
+node {
+	checkout scm
+}
 pipeline {
     agent {
        label 'master'