1
0

add steps {}

This commit is contained in:
Dima
2024-03-19 18:18:02 +03:00
parent 876009dee8
commit c5f0b221ac

View File

@@ -205,8 +205,10 @@ void call() {
}
stages {
stage('Распаковка ИБ') {
steps {
unzipInfobase()
}
}
stage('Загрузка расширений в конфигурацию') {
when {
@@ -255,8 +257,10 @@ void call() {
}
stages {
stage('Распаковка ИБ') {
steps {
unzipInfobase()
}
}
stage('Загрузка расширений в конфигурацию') {
when {
@@ -290,8 +294,10 @@ void call() {
}
stages {
stage('Распаковка ИБ') {
steps {
unzipInfobase()
}
}
stage('Загрузка расширений в конфигурацию') {
when {