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:
commit
beee5ffff0
|
@ -1,7 +1,7 @@
|
|||
#!groovy
|
||||
|
||||
pipeline {
|
||||
agent any
|
||||
agent none
|
||||
// save some io during the build
|
||||
options {
|
||||
skipDefaultCheckout()
|
||||
|
|
Loading…
Reference in New Issue