1
0
mirror of https://github.com/firstBitMarksistskaya/jenkins-lib.git synced 2025-03-17 21:17:50 +02:00

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

This commit is contained in:
Nikita Gryzlov 2020-04-04 12:09:58 +03:00
parent da58eae3d3
commit 8554179938
No known key found for this signature in database
GPG Key ID: C1EAE411FEF0BF2F

View File

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