Skip to content

Commit

Permalink
Update jenkins configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
Rombur committed Dec 19, 2023
1 parent 7b69caf commit fa2cc65
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .jenkins/continuous.groovy
@@ -1,6 +1,15 @@
pipeline {
agent none

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 fa2cc65

Please sign in to comment.