Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x

This commit is contained in:
Joakim Erdfelt 2023-01-26 14:22:34 -06:00
commit 07d36f727f
No known key found for this signature in database
GPG Key ID: 2D0E1FB8FE4B68B4
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()