Skip to content

Commit

Permalink
Fix daily job name (elastic#1633)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Sep 10, 2021
1 parent 203cdc9 commit 278344e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/schedule-daily.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pipeline {
stage('Daily integration builds') {
steps {
build(
job: 'Ingest-manager/Integrations/master',
job: 'Ingest-manager/integrations/master',
parameters: [stringParam(name: 'stackVersion', value: '7.x-SNAPSHOT')],
quietPeriod: 0,
wait: false,
Expand Down

0 comments on commit 278344e

Please sign in to comment.