Skip to content

Commit

Permalink
docs: enrich message description for parameter (elastic#328)
Browse files Browse the repository at this point in the history
* docs: enrich message description for parameter

* fix: typo

Co-authored-by: cachedout <[email protected]>

Co-authored-by: cachedout <[email protected]>
  • Loading branch information
mdelapenya and cachedout authored Aug 19, 2020
1 parent 00f806a commit 6744e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ pipeline {
}
parameters {
booleanParam(name: 'DRY_RUN_MODE', defaultValue: false, description: 'If true, allows to execute this pipeline in dry run mode, without sending a PR.')
booleanParam(name: 'FORCE_SEND_PR', defaultValue: false, description: 'If true, will force sending a PR.')
booleanParam(name: 'FORCE_SEND_PR', defaultValue: false, description: 'If true, will force sending a PR, although it could be affected by the value off the DRY_RUN parameter: if the latter is true, a message will be printed in the console.')
}
stages {
stage('Checkout'){
Expand Down

0 comments on commit 6744e1b

Please sign in to comment.