Skip to content

Commit

Permalink
Добавил имя стейджа в pipeline1C.groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
Segate-ekb committed Aug 24, 2024
1 parent 3f12889 commit 4108f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/pipeline1C.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ void call() {
}
steps {
timeout(time: config.timeoutOptions.loadExtensions, unit: TimeUnit.MINUTES) {
loadExtensions config
loadExtensions config, 'initInfoBase'
}
}
}
Expand Down

0 comments on commit 4108f98

Please sign in to comment.