mirror of
https://github.com/firstBitMarksistskaya/jenkins-lib.git
synced 2024-12-04 10:34:42 +02:00
fix pipeline again
This commit is contained in:
parent
5dba901d3e
commit
d76c8021f8
@ -211,7 +211,7 @@ void call() {
|
||||
}
|
||||
steps {
|
||||
timeout(time: config.timeoutOptions.loadExtensions, unit: TimeUnit.MINUTES) {
|
||||
loadExtensions config 'bdd'
|
||||
loadExtensions config, 'bdd'
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -259,7 +259,7 @@ void call() {
|
||||
}
|
||||
steps {
|
||||
timeout(time: config.timeoutOptions.loadExtensions, unit: TimeUnit.MINUTES) {
|
||||
loadExtensions config 'smoke'
|
||||
loadExtensions config, 'smoke'
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -292,7 +292,7 @@ void call() {
|
||||
}
|
||||
steps {
|
||||
timeout(time: config.timeoutOptions.loadExtensions, unit: TimeUnit.MINUTES) {
|
||||
loadExtensions config 'yaxunit'
|
||||
loadExtensions config, 'yaxunit'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user