You've already forked jenkins-lib
mirror of
https://github.com/firstBitMarksistskaya/jenkins-lib.git
synced 2025-08-25 20:09:25 +02:00
mv syntaxCheck to separate class, add publish to allure
This commit is contained in:
@@ -248,9 +248,19 @@ void call() {
|
||||
beforeAgent true
|
||||
expression { config.stageFlags.syntaxCheck }
|
||||
}
|
||||
steps {
|
||||
timeout(time: config.timeoutOptions.syntaxCheck, unit: TimeUnit.MINUTES) {
|
||||
syntaxCheck config
|
||||
stages {
|
||||
stage('Распаковка ИБ') {
|
||||
steps {
|
||||
unzipInfobase()
|
||||
}
|
||||
}
|
||||
|
||||
stage('Выполнение синтаксического контроля') {
|
||||
steps {
|
||||
timeout(time: config.timeoutOptions.syntaxCheck, unit: TimeUnit.MINUTES) {
|
||||
syntaxCheck config
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user