telling jenkins to skip checkout

pull/1/head
s00ner 2022-02-18 16:14:44 -05:00
parent ace9718053
commit 6d81f6412c
1 changed files with 3 additions and 0 deletions

3
Jenkinsfile vendored
View File

@ -3,6 +3,9 @@
Yes. I'm aware. I have my reasons. Don't bug me about it.
*/
pipeline {
options {
skipDefaultCheckout true
}
agent any
stages {
stage('Everything') {