Skip to content

Commit

Permalink
ci: set script-path to .ci/beats-tester-bc.groovy (elastic#22465)
Browse files Browse the repository at this point in the history
* ci: set script-path to .ci/beats-tester-bc.groovy

* Update .ci/beats-tester-bc.groovy
  • Loading branch information
kuisathaverat authored Nov 6, 2020
1 parent ee5d138 commit 6a1eb61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .ci/beats-tester-bc.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ pipeline {
}
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).')
}
stages {
stage('Run Beat Tester') {
Expand Down
3 changes: 1 addition & 2 deletions .ci/jobs/beats-tester-bc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@
view: Beats
disabled: false
project-type: pipeline
script-path: .ci/beats-tester-bc.groovy
parameters:
- string:
name: BRANCH_REFERENCE
default: master
description: the Git branch specifier
pipeline-scm:
script-path: .ci/build-docker-images.groovy
script-path: .ci/beats-tester-bc.groovy
scm:
- git:
url: [email protected]:elastic/beats.git
Expand Down

0 comments on commit 6a1eb61

Please sign in to comment.