mirror of
https://github.com/firstBitMarksistskaya/jenkins-lib.git
synced 2025-03-17 21:17:50 +02:00
Исправлена ошибка компиляции
This commit is contained in:
parent
6aaad1d6e2
commit
1a3ee80033
@ -1,8 +1,12 @@
|
||||
import groovy.transform.Field
|
||||
import ru.pulsar.jenkins.library.configuration.JobConfiguration
|
||||
|
||||
import java.util.concurrent.TimeUnit
|
||||
|
||||
def config
|
||||
@Field
|
||||
JobConfiguration config
|
||||
|
||||
@Field
|
||||
def agent1C
|
||||
|
||||
void call() {
|
||||
@ -57,8 +61,7 @@ void call() {
|
||||
dir("build/out") { echo '' }
|
||||
|
||||
// Создание базы загрузкой конфигурации из хранилища
|
||||
initFromStorage(jobConfiguration)
|
||||
|
||||
initFromStorage(config)
|
||||
|
||||
zipInfobase()
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user