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:55:28 +02:00
parent c9aff7544b
commit 64095167f0

1
Jenkinsfile vendored
View File

@ -1,5 +1,4 @@
// need to approve all static functions in Dashboard > Manage Jenkins > ScriptApproval
@NonCPS
def copyArtifactsByBranches(projectName){
def jobs = jenkins.model.Jenkins.instance.getItemByFullName('gitea-sync/antos').getAllJobs();
Iterator<?> iterator = jobs.iterator();