jenkins: do not poll fdroid git
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user