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

bugfix:Restrict Concurrency based on Runs #269

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

dharanikesav
Copy link

We have jenkins WorkFlowJobs that does not run on any specific nodes. When we run those pipelines, "Prevent multiple jobs with identical parameters from running concurrently" option is not working properly. To handle this scenario, have updated the logic to check ongoing builds based on runs in addition to nodes -> executors.

This change is critical for us.

Testing done

  • Have not written any test cases for this

@dharanikesav dharanikesav requested a review from a team as a code owner October 3, 2024 12:50
@dharanikesav dharanikesav marked this pull request as draft October 3, 2024 12:53
@dharanikesav dharanikesav marked this pull request as ready for review October 3, 2024 12:53
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

Successfully merging this pull request may close these issues.

1 participant