Switch Jenkinsfile to build on 'any' agent.
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -1,8 +1,6 @@
|
||||
pipeline {
|
||||
|
||||
agent {
|
||||
label "geode"
|
||||
}
|
||||
agent any
|
||||
|
||||
/*
|
||||
environment {
|
||||
|
||||
Reference in New Issue
Block a user