Update 'Jenkinsfile'
Some checks failed
gitea-sync/antos-appimage/pipeline/head There was a failure building this commit
Some checks failed
gitea-sync/antos-appimage/pipeline/head There was a failure building this commit
This commit is contained in:
parent
64095167f0
commit
3415159873
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -4,7 +4,11 @@ def copyArtifactsByBranches(projectName){
|
|||||||
Iterator<?> iterator = jobs.iterator();
|
Iterator<?> iterator = jobs.iterator();
|
||||||
while (iterator.hasNext()) {
|
while (iterator.hasNext()) {
|
||||||
def job = iterator.next();
|
def job = iterator.next();
|
||||||
copyArtifacts(projectName: 'gitea-sync/antos/' + job.getName(), target: 'build/frontend/' + job.getName());
|
step([$class: 'CopyArtifact',
|
||||||
|
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;
|
return null;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user