We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7419bb commit 941156fCopy full SHA for 941156f
Jenkinsfile
@@ -32,6 +32,7 @@ pipeline {
32
options {
33
buildDiscarder(logRotator(numToKeepStr: buildsToKeep, artifactNumToKeepStr: buildsToKeep))
34
timeout(time: 1, unit: 'HOURS') // If build hangs (regular build should be much quicker)
35
+ disableConcurrentBuilds() // limit to 1 job per branch
36
gitLabConnection('objectbox-gitlab-connection')
37
}
38
0 commit comments