Skip to content

Commit

Permalink
Add arm parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Sep 24, 2020
1 parent 6e9f8bc commit 8d33c8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ pipeline {
string(name: 'awsRegion', defaultValue: 'eu-central-1', description: 'Default AWS region to use for testing.')
booleanParam(name: 'runAllStages', defaultValue: false, description: 'Allow to run all stages.')
booleanParam(name: 'macosTest', defaultValue: false, description: 'Allow macOS stages.')
booleanParam(name: 'armTest', defaultValue: false, description: 'Allow arm stages.')
}
stages {
stage('Checkout') {
Expand Down

0 comments on commit 8d33c8e

Please sign in to comment.