1
0
mirror of https://github.com/firstBitMarksistskaya/jenkins-lib.git synced 2025-08-25 20:09:25 +02:00

Запуск на любом агенте с меткой 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