Code Review Partial Build

Hi,
when submitting code review requests to traveloka-product, phabricator will trigger jenkins to build the patch. This has always been a full-repository build in the past, which takes ~30 minutes to complete.
We're introducing a new code review build behaviour, partial build. Code review requests that modify java modules' sources will follow this process:

while non-java-source modifications will trigger a near-empty build that's a lot faster (5 mins).

Faster builds means we can release jenkins slaves sooner, too, so it can process other builds faster. This partial build feature requires up to this develop branch's commit to be in your current branch. Don't worry, we've got you covered. You can rebase onto develop later. In the meantime, we've redirected your code review requests to a new jenkins pipeline: backend-traveloka-product-codereview-compat that's compatible with both build processes. We'll soon deprecate the this pipeline and move to backend-traveloka-product-codereview, stay tune.
Thank you!