Commit e02bc1cd authored by Ishtiaq Ahmed's avatar Ishtiaq Ahmed

Update Jenkinsfile

parent c1ff6dae
...@@ -6,7 +6,11 @@ ...@@ -6,7 +6,11 @@
LOCATION = 'us-central1-c' LOCATION = 'us-central1-c'
CREDENTIALS_ID = 'k8s-cicd' CREDENTIALS_ID = 'k8s-cicd'
} }
options {
// This is key setting that enables one checkout across different stages
skipDefaultCheckout true
}
tools { tools {
maven 'Maven' maven 'Maven'
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment