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 add some "additional 
options", but 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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/e626b928-8b84-4791-aa17-401bbbca52af%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to