1
0
mirror of https://github.com/firstBitMarksistskaya/jenkins-lib.git synced 2025-01-20 11:54:30 +02:00

add steps {}

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

View File

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