Skip to content

Commit

Permalink
ci: fix params definition (elastic#22467)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuisathaverat authored Nov 6, 2020
1 parent 6a1eb61 commit 0e8a72e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/beats-tester-bc.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ pipeline {
disableConcurrentBuilds()
}
parameters {
stringParam(name: 'version', defaultValue: '', description: 'Id of the Build Candidate (7.10.0-b55684ff).')
stringParam(name: 'BRANCH_REFERENCE', defaultValue: 'master', description: 'Branch to grab the Groovy script(for test changes).')
string(name: 'version', defaultValue: '', description: 'Id of the Build Candidate (7.10.0-b55684ff).')
string(name: 'BRANCH_REFERENCE', defaultValue: 'master', description: 'Branch to grab the Groovy script(for test changes).')
}
stages {
stage('Run Beat Tester') {
Expand Down

0 comments on commit 0e8a72e

Please sign in to comment.