Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
[ci] Fix triggering upstream cleanup job (#578)
Browse files Browse the repository at this point in the history
For doing the integration tests some GKE clusters are created. There is
a dedicated job to cleanup these clusters at the end of the tests.
This commit fixes the Jenkins configuration to make sure this upstream
job (which does not need parameter) is triggered.
  • Loading branch information
mgreau committed Apr 14, 2020
1 parent a55cea1 commit b9e724e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/jobs.t/elastic+helm-charts+{branch}.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@
publishers:
- trigger-parameterized-builds:
- project: elastic+helm-charts+%BRANCH%+cluster-cleanup
current-parameters: true
trigger-with-no-params: false
current-parameters: false
trigger-with-no-params: true

0 comments on commit b9e724e

Please sign in to comment.