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 { pipeline {
agent { agent any
label "nogeode"
}
environment { environment {
JAVA_HOME = "${tool 'jdk8'}" JAVA_HOME = "${tool 'jdk8'}"