no need to use an agent here before the real build

Signed-off-by: Olivier Lamy <olamy@apache.org>
This commit is contained in:
Olivier Lamy 2023-01-23 11:44:31 +10:00
parent 4993291af0
commit 039503c8e9
No known key found for this signature in database
GPG Key ID: 873A8E86B4372146
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -1,7 +1,7 @@
#!groovy
pipeline {
agent any
agent none
// save some io during the build
options {
skipDefaultCheckout()