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