jenkins: do not poll fdroid git

This commit is contained in:
2025-10-25 23:59:47 +02:00
parent 550d565ecc
commit 0654798448

2
Jenkinsfile vendored
View File

@@ -28,7 +28,7 @@ pipeline {
stage('Checkout F-Droid Repo') { stage('Checkout F-Droid Repo') {
steps { steps {
dir("fdroid-repo") { dir("fdroid-repo") {
git branch: 'master', url: "https://gitlab.julian-mutter.de/julian/fdroid-frajul.git", credentialsId: "gitea" git branch: 'master', url: "https://gitlab.julian-mutter.de/julian/fdroid-frajul.git", credentialsId: "gitea", poll: "false"
} }
} }
} }