Merge pull request #9197 from eclipse/jetty-10.0.x-jenkinsfile-agent-none

use agent none so we do not steal an agent doing nothing except waiting for parallel builds to finish"
This commit is contained in:
Joakim Erdfelt 2023-01-26 09:27:05 -06:00 committed by GitHub
commit beee5ffff0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -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()