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:36:55 +02:00
parent 0fefe68e48
commit 3f8b1f8580

2
Jenkinsfile vendored
View File

@ -38,8 +38,8 @@ pipeline{
{ {
jenkins.model.Jenkins.instance.getItemByFullName('gitea-sync/antos').getAllJobs().each { job -> jenkins.model.Jenkins.instance.getItemByFullName('gitea-sync/antos').getAllJobs().each { job ->
String name = job.getName(); String name = job.getName();
echo name;
copyArtifacts(projectName: 'gitea-sync/antos/' + name, target: 'build/frontend/'); copyArtifacts(projectName: 'gitea-sync/antos/' + name, target: 'build/frontend/');
echo name;
} }
} }
//copyArtifacts(projectName: 'gitea-sync/antos/*', target: 'build/frontend'); //copyArtifacts(projectName: 'gitea-sync/antos/*', target: 'build/frontend');