Skip to content

Commit

Permalink
disabling concurrentbuild for test
Browse files Browse the repository at this point in the history
Signed-off-by: alwin.joseph <alwin.joseph@oracle.com>
  • Loading branch information
alwin-joseph committed Mar 8, 2019
1 parent 6e47701 commit 55027a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Expand Up @@ -108,6 +108,7 @@ pipeline {
options {
durabilityHint('PERFORMANCE_OPTIMIZED')
buildDiscarder(logRotator(numToKeepStr: '30', artifactDaysToKeepStr: '30'))
disableConcurrentBuilds()
}
agent {
kubernetes {
Expand Down

0 comments on commit 55027a8

Please sign in to comment.