ci: refs#6706 Jenkinsfile fixes
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Juan Ferrer 2024-02-06 12:12:09 +01:00
parent 19080e348a
commit 5c48d8c6b9
1 changed files with 0 additions and 2 deletions

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}" }
}
}
}