Skip to content

Commit

Permalink
add steps {}
Browse files Browse the repository at this point in the history
  • Loading branch information
ovcharenko-di committed Mar 19, 2024
1 parent 876009d commit c5f0b22
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions vars/pipeline1C.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,9 @@ void call() {
}
stages {
stage('Распаковка ИБ') {
unzipInfobase()
steps {
unzipInfobase()
}
}

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

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

stage('Загрузка расширений в конфигурацию') {
Expand Down

0 comments on commit c5f0b22

Please sign in to comment.