telling jenkins to skip checkout
parent
ace9718053
commit
6d81f6412c
|
@ -3,6 +3,9 @@
|
||||||
Yes. I'm aware. I have my reasons. Don't bug me about it.
|
Yes. I'm aware. I have my reasons. Don't bug me about it.
|
||||||
*/
|
*/
|
||||||
pipeline {
|
pipeline {
|
||||||
|
options {
|
||||||
|
skipDefaultCheckout true
|
||||||
|
}
|
||||||
agent any
|
agent any
|
||||||
stages {
|
stages {
|
||||||
stage('Everything') {
|
stage('Everything') {
|
||||||
|
|
Loading…
Reference in New Issue