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

Запуск пре-стэйджа на любом свободном агенте

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

View File

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