Skip to content

Commit

Permalink
Move to top
Browse files Browse the repository at this point in the history
  • Loading branch information
RetGal committed Jan 14, 2025
1 parent dc57c26 commit 583fb64
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ pipeline {
label 'docker'
}
options {
buildDiscarder(logRotator(numToKeepStr: '5'))
timeout(time: 10, unit: 'MINUTES')
timestamps() // Timestamper Plugin
disableConcurrentBuilds()
skipStagesAfterUnstable() // instead of currentBuild.currentResult == 'SUCCESS'
throttleJobProperty(
categories: ['multiBranch'],
throttleEnabled: true,
throttleOption: 'category'
)
buildDiscarder(logRotator(numToKeepStr: '5'))
timeout(time: 10, unit: 'MINUTES')
timestamps() // Timestamper Plugin
disableConcurrentBuilds()
skipStagesAfterUnstable() // instead of currentBuild.currentResult == 'SUCCESS'
}
environment {
COMPANY = 'Puzzle ITC'
Expand Down

0 comments on commit 583fb64

Please sign in to comment.