You've already forked jenkins-lib
forked from jenkins/jenkins-lib
Запуск на любом агенте с меткой agent
This commit is contained in:
@@ -20,7 +20,9 @@ void call() {
|
||||
stages {
|
||||
|
||||
stage('pre-stage') {
|
||||
agent any
|
||||
agent {
|
||||
label 'agent'
|
||||
}
|
||||
steps {
|
||||
script {
|
||||
config = jobConfiguration() as JobConfiguration
|
||||
|
Reference in New Issue
Block a user