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:20 +02:00
parent 9279e61812
commit c9aff7544b

1
Jenkinsfile vendored
View File

@ -7,6 +7,7 @@ def copyArtifactsByBranches(projectName){
def job = iterator.next(); def job = iterator.next();
copyArtifacts(projectName: 'gitea-sync/antos/' + job.getName(), target: 'build/frontend/' + job.getName()); copyArtifacts(projectName: 'gitea-sync/antos/' + job.getName(), target: 'build/frontend/' + job.getName());
} }
return null;
} }
pipeline{ pipeline{
agent { node{ label'workstation' }} agent { node{ label'workstation' }}