fix(ci): use any agent
This commit is contained in:
parent
46538fce3c
commit
8a120edfe6
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -1,5 +1,5 @@
|
||||
pipeline {
|
||||
agent none
|
||||
agent any
|
||||
stages {
|
||||
stage('build') {
|
||||
agent {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user