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
5d86a49502
commit
970f9671af
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -2,7 +2,8 @@
|
||||
def getBranchNames(projectName){
|
||||
jenkins.model.Jenkins.instance.getItemByFullName(projectName).getAllJobs().each { job ->
|
||||
String name = job.getName();
|
||||
copyArtifacts(projectName: 'gitea-sync/antos/' + name, target: 'build/frontend/' + name);
|
||||
echo name;
|
||||
//copyArtifacts(projectName: 'gitea-sync/antos/' + name, target: 'build/frontend/' + name);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user