问题
I would like to use Options { SkipDefaultCheckout(True) }
in scripted pipeline.
Is it possible ?
回答1:
You could try the answer from here
node {
skipDefaultCheckout()
//...
}
来源:https://stackoverflow.com/questions/56128015/how-to-use-skipdefaultcheckout-in-a-scripted-pipeline