no need to use an agent here before the real build
Signed-off-by: Olivier Lamy <olamy@apache.org>
This commit is contained in:
parent
4993291af0
commit
039503c8e9
|
@ -1,7 +1,7 @@
|
||||||
#!groovy
|
#!groovy
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent none
|
||||||
// save some io during the build
|
// save some io during the build
|
||||||
options {
|
options {
|
||||||
skipDefaultCheckout()
|
skipDefaultCheckout()
|
||||||
|
|
Loading…
Reference in New Issue