1
0

Запуск на любом агенте с меткой agent

This commit is contained in:
Nikita Gryzlov
2020-04-04 12:09:58 +03:00
parent da58eae3d3
commit 8554179938

View File

@@ -20,7 +20,9 @@ void call() {
stages {
stage('pre-stage') {
agent any
agent {
label 'agent'
}
steps {
script {
config = jobConfiguration() as JobConfiguration