Try fixing Jenkins.
This commit is contained in:
Vendored
+3
@@ -1,5 +1,8 @@
|
||||
pipeline{
|
||||
agent any
|
||||
options {
|
||||
skipDefaultCheckout()
|
||||
}
|
||||
stages{
|
||||
stage('Checkout') {
|
||||
steps {
|
||||
|
||||
Reference in New Issue
Block a user