Uploaded image for project: 'camunda BPM'
  1. camunda BPM
  2. CAM-13270

[Bug] In pipelines, fix execution when no-build label is assigned for platform-ee

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Fixed
    • Icon: L3 - Default L3 - Default
    • 7.15.0-alpha5, 7.15.0
    • None
    • None
    • None

      Steps to reproduce:

      • create PR in platform-ee repo and assign "no-build" label
      • trigger pipeline execution

      Expected:

      • All stages to be skipped and not executed

      Observed:

      • The Prepare stages are executed and fail as no upstream build is found

      Hints:

      • The 'when' clause is negating the false that is return for prLabels.contains("no-build")
      • The 'distro-ee' stage doesn't have when clause at all

      Solution idea:

      • remove STANDALONE param and use UPSTREAM_PR instead and fix the negation in the 'when' block for all pipelines beside CE where this is not applicable

        This is the controller panel for Smart Panels app

              Unassigned Unassigned
              yana.vasileva Yana Vasileva
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: