mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-01-18 05:18:24 +02:00
[fix] load defaults
This commit is contained in:
parent
ddbdc034fc
commit
b921aa8d2a
@ -91,7 +91,7 @@ class Helper {
|
||||
|
||||
new GroovyClassLoader(classLoader, compilerConfig, true)
|
||||
.parseClass(new File('src/com/sap/piper/ConfigurationHelper.groovy'))
|
||||
.newInstance(script, [:])
|
||||
.newInstance(script, [:]).loadStepDefaults()
|
||||
}
|
||||
|
||||
static getPrepareDefaultValuesStep(def gse) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user