Skip to content

Commit

Permalink
Fix path to the packaging (#1806) (#1811)
Browse files Browse the repository at this point in the history
(cherry picked from commit d4e75cb)

Co-authored-by: Victor Martinez <[email protected]>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
mergify[bot] and v1v authored Sep 1, 2022
1 parent 7fe5b4f commit 3339ff7
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 @@ -119,7 +119,7 @@ pipeline {
options { skipDefaultCheckout() }
when { expression { isBranch() } }
steps {
build(job: "Ingest-manager/fleet-server-package-mbp/${env.JOB_BASE_NAME}",
build(job: "fleet-server/fleet-server-package-mbp/${env.JOB_BASE_NAME}",
propagate: false,
wait: false,
parameters: [string(name: 'COMMIT', value: "${env.GIT_BASE_COMMIT}")])
Expand Down

0 comments on commit 3339ff7

Please sign in to comment.