mirror of
https://github.com/firstBitMarksistskaya/jenkins-lib.git
synced 2024-12-11 11:19:08 +02:00
fix empty vrunnerSettings
This commit is contained in:
parent
fef2c1a8f9
commit
512fd5e90c
@ -63,7 +63,7 @@ class LoadExtensions implements Serializable {
|
||||
loadCommand += ' --ibconnection "/F./build/ib"'
|
||||
|
||||
String vrunnerSettings = getVrunnerSettings(this.config, this.stageName)
|
||||
if (steps.fileExists(vrunnerSettings)) {
|
||||
if (vrunnerSettings && steps.fileExists(vrunnerSettings)) {
|
||||
loadCommand += " --settings $vrunnerSettings"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user