fix: refs #5483 Unused code removed
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Juan Ferrer 2024-01-30 19:35:23 +01:00
parent 17c9054155
commit 095d6b4140
1 changed files with 0 additions and 8 deletions

8
Jenkinsfile vendored
View File

@ -29,14 +29,6 @@ pipeline {
if (env.JOB_NAME.startsWith('gitea/'))
env.RUN_SOURCE = 'git'
}
configFileProvider([
configFile(fileId: "salix.groovy",
variable: 'GROOVY_FILE')
]) {
load env.GROOVY_FILE
}
setEnv()
}
}