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 {
|
pipeline {
|
||||||
agent none
|
agent any
|
||||||
stages {
|
stages {
|
||||||
stage('build') {
|
stage('build') {
|
||||||
agent {
|
agent {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user