Skip to content

Commit

Permalink
update build logic with options
Browse files Browse the repository at this point in the history
  • Loading branch information
thelamer committed Sep 11, 2019
1 parent d8a59f9 commit 4ebba65
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ pipeline {
agent {
label 'X86-64-MULTI'
}
options {
buildDiscarder(logRotator(numToKeepStr: '10'))
parallelsAlwaysFailFast()
}
// Input to determine if this is a package check
parameters {
string(defaultValue: 'false', description: 'package check run', name: 'PACKAGE_CHECK')
Expand Down

0 comments on commit 4ebba65

Please sign in to comment.