Change Jenkinsfile to build on any available agent.

This commit is contained in:
John Blum
2021-04-28 08:15:03 -07:00
parent c89a3e1105
commit 0290ca919e

4
Jenkinsfile vendored
View File

@@ -1,8 +1,6 @@
pipeline {
agent {
label "nogeode"
}
agent any
environment {
JAVA_HOME = "${tool 'jdk8'}"