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
0fefe68e48
commit
3f8b1f8580
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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');
|
||||||
|
Loading…
Reference in New Issue
Block a user