Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pipeline starts before the RunOnPipelineCreate finished #22

Open
dvdlevanon-sgh opened this issue Mar 8, 2022 · 2 comments
Open

Pipeline starts before the RunOnPipelineCreate finished #22

dvdlevanon-sgh opened this issue Mar 8, 2022 · 2 comments

Comments

@dvdlevanon-sgh
Copy link

dvdlevanon-sgh commented Mar 8, 2022

Describe the bug
Pipeline starts before the RunOnPipelineCreate finished

To Reproduce
Steps to reproduce the behavior:

  1. Create a Pipeline job, and use it as the RunOnPipelineCreate of a Multibranch Pipeline job
  2. Create a new branch
  3. Both the new pipeline and the PipelineCreate job run concurrently

Expected behavior
The new pipeline job should be blocked until the PipelineCreate is done

Desktop (please complete the following information):

  • OS: Linux
  • Browser: Opera

Additional context
From the Readme, it implies the new pipeline job should be blocked until the PipelineCreate job is done.

For example, you may need to build up a new environment when a new branch is created and this environment must be ready before the pipeline starts

@PhilippHomann
Copy link

The same applies for run deletion.

@aytuncbeken
Copy link
Contributor

Hi @PhilippHomann and @dvdlevanon-sgh

Is this still happening ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants