diff --git a/Jenkinsfile b/Jenkinsfile index b8ae876..ebea94a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,5 +1,4 @@ // need to approve all static functions in Dashboard > Manage Jenkins > ScriptApproval -@NonCPS def copyArtifactsByBranches(projectName){ jenkins.model.Jenkins.instance.getItemByFullName('gitea-sync/antos').getAllJobs().each { job -> copyArtifacts(projectName: 'gitea-sync/antos/' + job.getName(), target: 'build/frontend/' + job.getName());