Skip to content

Commit

Permalink
Add jenkins multibranch pipeline options
Browse files Browse the repository at this point in the history
  • Loading branch information
Rombur committed Nov 27, 2023
1 parent 0d34280 commit 16972af
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .jenkins
Expand Up @@ -8,9 +8,14 @@ pipeline {
}

options {
disableConcurrentBuilds(abortPrevious: true)
timeout(time: 6, unit: 'HOURS')
}

triggers {
issueCommentTrigger('.*test this please.*')
}

stages {
stage('Clang-Format') {
agent {
Expand Down

0 comments on commit 16972af

Please sign in to comment.