vmshay hace 5 años
padre
commit
908af2655f
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      Jenkins/jenkinsfile

+ 3 - 0
Jenkins/jenkinsfile

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