Update 'Jenkinsfile'
Some checks failed
gitea-sync/antos-appimage/pipeline/head There was a failure building this commit

This commit is contained in:
dany 2022-09-29 21:59:44 +02:00
parent 5eee50ff85
commit 808582fed0

2
Jenkinsfile vendored
View File

@ -1,6 +1,6 @@
def getBranchNames(projectName){
jenkins.model.Jenkins.instance.getItem(projectName).getItems().each { job ->
echo job.getProperty(org.jenkinsci.plugins.workflow.multibranch.BranchJobProperty.class).getBranch().getName()
echo job.getName()
}
}