1
0
mirror of https://github.com/firstBitMarksistskaya/jenkins-lib.git synced 2024-12-12 11:25:04 +02:00

fix add this

This commit is contained in:
Dima 2024-03-19 16:23:19 +03:00
parent 8cb9103bd3
commit 63f065062d

View File

@ -62,7 +62,7 @@ class LoadExtensions implements Serializable {
loadCommand += executeParameter
loadCommand += ' --ibconnection "/F./build/ib"'
String vrunnerSettings = getVrunnerSettings(this.config, stageName)
String vrunnerSettings = getVrunnerSettings(this.config, this.stageName)
if (steps.fileExists(vrunnerSettings)) {
loadCommand += " --settings $vrunnerSettings"
}