Skip to content

Commit

Permalink
Enable macOS stages (#17646)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemadden42 authored Apr 15, 2020
1 parent 52fa265 commit 2289fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pipeline {
parameters {
booleanParam(name: 'runAllStages', defaultValue: false, description: 'Allow to run all stages.')
booleanParam(name: 'windowsTest', defaultValue: true, description: 'Allow Windows stages.')
booleanParam(name: 'macosTest', defaultValue: false, description: 'Allow macOS stages.')
booleanParam(name: 'macosTest', defaultValue: true, description: 'Allow macOS stages.')
booleanParam(name: 'debug', defaultValue: false, description: 'Allow debug logging for Jenkins steps')
}
stages {
Expand Down

0 comments on commit 2289fb2

Please sign in to comment.