refs #6915 test_master24_8 #2067
|
@ -29,7 +29,6 @@ node {
|
||||||
]) {
|
]) {
|
||||||
def props = readProperties file: PROPS_FILE
|
def props = readProperties file: PROPS_FILE
|
||||||
props.each { key, value -> env[key] = value }
|
props.each { key, value -> env[key] = value }
|
||||||
props.each { key, value -> println "${key}: ${value}" }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (PROTECTED_BRANCH) {
|
if (PROTECTED_BRANCH) {
|
||||||
|
@ -39,7 +38,6 @@ node {
|
||||||
]) {
|
]) {
|
||||||
def props = readProperties file: BRANCH_PROPS_FILE
|
def props = readProperties file: BRANCH_PROPS_FILE
|
||||||
props.each { key, value -> env[key] = value }
|
props.each { key, value -> env[key] = value }
|
||||||
props.each { key, value -> println "${key}: ${value}" }
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue