fix(@ci): keep only linux-01
This commit is contained in:
parent
201517aa88
commit
0c286e2a53
|
@ -1,7 +1,7 @@
|
|||
library 'status-jenkins-lib@v1.3.4'
|
||||
|
||||
pipeline {
|
||||
agent { label 'linux' }
|
||||
agent { label 'linux-01' }
|
||||
|
||||
parameters {
|
||||
booleanParam(
|
||||
|
|
Loading…
Reference in New Issue