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:25:13 +02:00
parent f751a4d0dc
commit 1827d85b5b

5
Jenkinsfile vendored
View File

@ -3,10 +3,7 @@ def getBranchNames(projectName){
jenkins.model.Jenkins.instance.getItemByFullName(projectName).getAllJobs().each { job ->
String name = job.getName();
echo name;
step ([$class: ' CopyArtifacts',
projectName: 'gitea-sync/antos/master',
target: 'build/frontend/']);
//copyArtifacts(projectName: 'gitea-sync/antos/master', target: 'build/frontend/');
copyArtifacts(projectName: 'gitea-sync/antos/master', target: 'build/frontend');
}
}