refs #6915 test_master24_8 #2067

Merged
alexm merged 561 commits from test_master24_8 into master 2024-02-22 07:31:34 +00:00
1 changed files with 0 additions and 2 deletions
Showing only changes of commit 5c48d8c6b9 - Show all commits

2
Jenkinsfile vendored
View File

@ -29,7 +29,6 @@ node {
]) {
def props = readProperties file: PROPS_FILE
props.each { key, value -> env[key] = value }
props.each { key, value -> println "${key}: ${value}" }
}
if (PROTECTED_BRANCH) {
@ -39,7 +38,6 @@ node {
]) {
def props = readProperties file: BRANCH_PROPS_FILE
props.each { key, value -> env[key] = value }
props.each { key, value -> println "${key}: ${value}" }
}
}
}