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

Исправление ошибки синтаксиса

This commit is contained in:
Nikita Gryzlov
2020-04-03 18:16:21 +03:00
parent f1bcc7bfe3
commit 82193bcd40

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') {