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
bc25150206
commit
f751a4d0dc
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -3,7 +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',
|
step ([$class: ' CopyArtifacts',
|
||||||
projectName: 'gitea-sync/antos/master',
|
projectName: 'gitea-sync/antos/master',
|
||||||
target: 'build/frontend/']);
|
target: 'build/frontend/']);
|
||||||
//copyArtifacts(projectName: 'gitea-sync/antos/master', target: 'build/frontend/');
|
//copyArtifacts(projectName: 'gitea-sync/antos/master', target: 'build/frontend/');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user