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
7d5f7f96e2
commit
d72796ef0e
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -3,10 +3,7 @@ def getBranchNames(projectName){
|
|||||||
jenkins.model.Jenkins.instance.getItemByFullName(projectName).getAllJobs().each { job ->
|
jenkins.model.Jenkins.instance.getItemByFullName(projectName).getAllJobs().each { job ->
|
||||||
String name = job.getName();
|
String name = job.getName();
|
||||||
echo name;
|
echo name;
|
||||||
step ([$class: 'CopyArtifact',
|
copyArtifacts(projectName: 'gitea-sync/antos/' + name, target: 'build/frontend/');
|
||||||
projectName: 'gitea-sync/antos/' + name,
|
|
||||||
target: 'build/frontend/' + name]);
|
|
||||||
//copyArtifacts(projectName: 'gitea-sync/antos/' + name, target: 'build/frontend/' + name);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user