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

Fix build number guessing #5

Open
hughsaunders opened this issue Jan 23, 2018 · 0 comments
Open

Fix build number guessing #5

hughsaunders opened this issue Jan 23, 2018 · 0 comments

Comments

@hughsaunders
Copy link
Owner

Currently the build number is guessed by querying for the next build number immediately before initiating a build. This is super racy, and may be defated by other users starting builds, or by builds being started in parallel.

There should be a mechanism for initiating a build and extracting the build number of the build that was started. It may be necessary to hit the jenkins api directly rather than using the python wrapper.

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

1 participant