Update 'Jenkinsfile'
Some checks failed
gitea-sync/antos-appimage/pipeline/head There was a failure building this commit

This commit is contained in:
dany 2022-09-29 22:08:26 +02:00
parent 2eead502bb
commit 89ee949d85

8
Jenkinsfile vendored
View File

@ -1,7 +1,11 @@
// need to approve all static functions in Dashboard > Manage Jenkins > ScriptApproval
def getBranchNames(projectName){
//hudson.model.Hudson.instance
jenkins.model.Jenkins.instance.getItemByFullName(projectName).getAllJobs().each { job ->
echo job.getName()
env.tag = job.getName()
sh'''
echo "TAG: $tag"
mkdir -p -p build/frontend/$tag
'''
}
}