Oh, hm, interesting...
In my multibranch job I selected "GitHub" as the "Branch source"... for 
"GitHub" there aren't many options... but for "Git" there are... and I 
guess these play fine with Jenkinsfile...

Question.
Lets say I setup "Git" as the branch source and in my Jenkinsfile I set:

options {
      skipDefaultCheckout()
}


stages {
      stage ("Checkout SCM") {
          checkout scm
      }
}

Does this contradict one another?

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/ac85462a-a44d-4c56-925d-a4753c9f6ef0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to