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

Github webhooks ignore disable flag for concurrent build #243

Open
ghost opened this issue Jun 8, 2016 · 0 comments
Open

Github webhooks ignore disable flag for concurrent build #243

ghost opened this issue Jun 8, 2016 · 0 comments

Comments

@ghost
Copy link

ghost commented Jun 8, 2016

I have a docker-compose build type that fails when two builds are simultaneously running on the same box. The PR was created from a branch in the same repo. So additional push of a commit resulted in github webhook firing the DotCi project for both the branch and the PR.

Typically this would not be a problem since COMPOSE_PROJECT_NAME is unique by including BUILD_NUMBER. However this project is currently hardcoded to use the same docker image name per https://github.com/jenkinsci/docker/blob/2.0-previews/tests/tests.bats#L3-L4

The point is that /configure to disable "Execute concurrent builds if necessary" is not respected. So is it possible that DotCi instance ignoring this flag.

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

0 participants