ci: refs#6706 Jenkinsfile fixes
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Juan Ferrer 2024-02-07 13:56:21 +01:00
parent eda85eda76
commit c4907d1a33
1 changed files with 13 additions and 15 deletions

2
Jenkinsfile vendored
View File

@ -29,7 +29,6 @@ node {
echo "NODE_NAME: ${env.NODE_NAME}"
echo "WORKSPACE: ${env.WORKSPACE}"
if (FROM_GIT) {
configFileProvider([
configFile(fileId: 'salix.properties',
variable: 'PROPS_FILE')
@ -51,7 +50,6 @@ node {
}
}
}
}
pipeline {
agent any
options {