Skip to content

Commit

Permalink
fix triggered job name
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Jul 14, 2020
1 parent b1433e6 commit e318ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/Jenkinsfile_baseline_trigger
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ withGithubCredentials {
build(
propagate: false,
wait: false,
job: 'elastic+kibana+baseline',
job: 'elastic+kibana+baseline-capture',
parameters: [
string(name: 'branch_specifier', value: branch),
string(name: 'commit', value: commit),
Expand Down

0 comments on commit e318ea7

Please sign in to comment.