Explorar o código

checkout scm!

jamesread %!s(int64=4) %!d(string=hai) anos
pai
achega
ff45320cbe
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      Jenkinsfile

+ 5 - 0
Jenkinsfile

@@ -1,10 +1,15 @@
 pipeline {
     agent any
 
+	options {
+		skipDefaultCheckout(true)
+	}
+
     stages {
         stage ('Pre-Build') {
             steps {
 				cleanWs()
+				checkout scm
 
 				sh 'make go-tools'
             }