You've already forked jenkins-lib
mirror of
https://github.com/firstBitMarksistskaya/jenkins-lib.git
synced 2025-08-25 20:09:25 +02:00
Исправление ошибки синтаксиса
This commit is contained in:
@@ -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') {
|
||||
|
Reference in New Issue
Block a user