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:57:53 +02:00
parent cc0e8844ea
commit 5eee50ff85

2
Jenkinsfile vendored
View File

@ -27,7 +27,7 @@ pipeline{
stage('Test') {
steps {
script {
getBranchNames("gitea-sync/antos");
getBranchNames("gitea-sync");
}
}
}