Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanovEV committed Jan 17, 2024
1 parent b1792f1 commit f783609
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 @@ -110,7 +110,7 @@ void call() {
stage('Загрузка расширений в конфигурацию'){
when {
beforeAgent true
expression { config.needExtintions() }
expression { config.needLoadExtintions() }
}
steps {
timeout(time: config.timeoutOptions.loadExtintions, unit: TimeUnit.MINUTES) {
Expand Down

0 comments on commit f783609

Please sign in to comment.