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-03 18:16:21 +03:00
parent f1bcc7bfe3
commit 82193bcd40
No known key found for this signature in database
GPG Key ID: C1EAE411FEF0BF2F

View File

@ -20,8 +20,12 @@ void call() {
stages {
stage('pre-stage') {
config = jobConfiguration() as JobConfiguration
agent1C = config.v8version
steps {
script {
config = jobConfiguration() as JobConfiguration
agent1C = config.v8version
}
}
}
stage('pipeline1C') {