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:51:38 +02:00
parent 258dbb1db3
commit de7ca49100

13
Jenkinsfile vendored
View File

@ -1,3 +1,9 @@
def getBranchNames(project){
project.getItems().each { job ->
echo job.getProperty(org.jenkinsci.plugins.workflow.multibranch.BranchJobProperty.class).getBranch().getName()
}
}
pipeline{
agent { node{ label'workstation' }}
options {
@ -18,6 +24,13 @@ pipeline{
}
stages
{
stage('Test') {
steps {
script {
getBranchNames("gitea-sync/antos");
}
}
}
stage('Prepare binaries') {
steps {
sh'''