Skip to content

Commit

Permalink
fix pipeline again
Browse files Browse the repository at this point in the history
  • Loading branch information
ovcharenko-di committed Mar 19, 2024
1 parent 5dba901 commit d76c802
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vars/pipeline1C.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ void call() {
}
steps {
timeout(time: config.timeoutOptions.loadExtensions, unit: TimeUnit.MINUTES) {
loadExtensions config 'bdd'
loadExtensions config, 'bdd'
}
}
}
Expand Down Expand Up @@ -259,7 +259,7 @@ void call() {
}
steps {
timeout(time: config.timeoutOptions.loadExtensions, unit: TimeUnit.MINUTES) {
loadExtensions config 'smoke'
loadExtensions config, 'smoke'
}
}
}
Expand Down Expand Up @@ -292,7 +292,7 @@ void call() {
}
steps {
timeout(time: config.timeoutOptions.loadExtensions, unit: TimeUnit.MINUTES) {
loadExtensions config 'yaxunit'
loadExtensions config, 'yaxunit'
}
}
}
Expand Down

0 comments on commit d76c802

Please sign in to comment.