diff --git a/Jenkinsfile b/Jenkinsfile index b7904e2..d4d2d5e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ def copyArtifactsByBranches(projectName){ jenkins.model.Jenkins.instance.getItemByFullName('gitea-sync/antos').getAllJobs().each { job -> String name = job.getName(); - copyArtifacts(projectName: 'gitea-sync/antos/' + name, target: 'build/frontend/'); + copyArtifacts(projectName: 'gitea-sync/antos/' + name, target: 'build/frontend/' + name); echo name; } } @@ -45,7 +45,7 @@ pipeline{ { copyArtifactsByBranches("gitea-sync/antos"); } - //copyArtifacts(projectName: 'gitea-sync/antos/*', target: 'build/frontend'); + copyArtifacts(projectName: 'gitea-sync/antos/*', target: 'build/frontend'); //copyArtifacts(projectName: 'gitea-sync/antd-web-apps/master', target: 'build/backend'); sh''' tree build