1
0
mirror of https://github.com/firstBitMarksistskaya/jenkins-lib.git synced 2024-12-04 10:34:42 +02:00

fix pipeline

This commit is contained in:
Dima 2024-03-19 15:05:28 +03:00
parent 6f422b1e12
commit 5dba901d3e

View File

@ -203,7 +203,7 @@ void call() {
beforeAgent true
expression { config.stageFlags.bdd }
}
steps {
stages {
stage('Загрузка расширений в конфигурацию') {
when {
beforeAgent true
@ -251,7 +251,7 @@ void call() {
beforeAgent true
expression { config.stageFlags.smoke }
}
steps {
stages {
stage('Загрузка расширений в конфигурацию') {
when {
beforeAgent true
@ -284,7 +284,7 @@ void call() {
beforeAgent true
expression { config.stageFlags.yaxunit }
}
steps {
stages {
stage('Загрузка расширений в конфигурацию') {
when {
beforeAgent true