Skip to content

Commit

Permalink
Fic path to the packaging (#1806)
Browse files Browse the repository at this point in the history
(cherry picked from commit d4e75cb)
  • Loading branch information
v1v authored and mergify[bot] committed Sep 1, 2022
1 parent ae25d9f commit acd2a56
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 @@ -139,7 +139,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 acd2a56

Please sign in to comment.