Skip default checkout.
This commit is contained in:
parent
104fd548ee
commit
a590300494
|
|
@ -1,5 +1,8 @@
|
|||
pipeline {
|
||||
agent any
|
||||
options {
|
||||
skipDefaultCheckout()
|
||||
}
|
||||
stages {
|
||||
stage('Cleanup') {
|
||||
steps {
|
||||
|
|
|
|||
Loading…
Reference in New Issue