Change Jenkinsfile to build on any available agent.
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -1,8 +1,6 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
|
|
||||||
agent {
|
agent any
|
||||||
label "nogeode"
|
|
||||||
}
|
|
||||||
|
|
||||||
environment {
|
environment {
|
||||||
JAVA_HOME = "${tool 'jdk8'}"
|
JAVA_HOME = "${tool 'jdk8'}"
|
||||||
|
|||||||
Reference in New Issue
Block a user