-
Notifications
You must be signed in to change notification settings - Fork 9
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
[Feature] Compute changes from a given revision/commit instead of using local changes #6
Comments
What do you mean by |
For one it doesn't allow any control -- it always takes changes since last build, so you have to do a full build if there is a failure. Also you have to manually detect the above and force a full build in a roundabout way. Most importantly though it requires the use of Maven Project type, which has a lot of bugs and incompatibilities |
This would be very useful if it automatically picked the revision to compute changes from. |
I have hacked a solution for definining a revision and I am about to create a PR for this. @khmarbaise For this I would like to introduce a system property @howama Nice idea! IMHO you should create a separate ticket for that as it goes well beyond the explicit definition of a revision by the user. |
https://github.com/vackosar/gitflow-incremental-builder already handles this |
@jakub-bochenski Thanks for the pointer! Edit: Issue reported: gitflow-incremental-builder/gitflow-incremental-builder#25 |
@famod please do file a report. I've heard about this problem from some of my colleagues but was never able to replicate it |
PR #16 sent, chose a shorter name for the property: |
Should be useful for CI systems.
There is already an "Incremental Builds" option in Jenkins Maven Integration Plugin, but it doesn't work too well.
The text was updated successfully, but these errors were encountered: