mirror of
https://github.com/firstBitMarksistskaya/jenkins-lib.git
synced 2025-03-19 21:37:49 +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 ru.pulsar.jenkins.library.configuration.JobConfiguration
|
||||||
|
|
||||||
import java.util.concurrent.TimeUnit
|
import java.util.concurrent.TimeUnit
|
||||||
|
|
||||||
def config
|
@Field
|
||||||
|
JobConfiguration config
|
||||||
|
|
||||||
|
@Field
|
||||||
def agent1C
|
def agent1C
|
||||||
|
|
||||||
void call() {
|
void call() {
|
||||||
@ -57,8 +61,7 @@ void call() {
|
|||||||
dir("build/out") { echo '' }
|
dir("build/out") { echo '' }
|
||||||
|
|
||||||
// Создание базы загрузкой конфигурации из хранилища
|
// Создание базы загрузкой конфигурации из хранилища
|
||||||
initFromStorage(jobConfiguration)
|
initFromStorage(config)
|
||||||
|
|
||||||
|
|
||||||
zipInfobase()
|
zipInfobase()
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user