Introduce downloadOnly and downloadRbt

Review Request #11677 — Created June 25, 2021 and submitted — Latest diff uploaded

Information

Jenkins plugin
master

Reviewers

If someone will use the system-wide rbt there is no need
to install a user installed rbt again.

Also download of the patch is necessary for binary diffs
or if the repository is in a subdirectory. So applying with "rbt patch"
would fail. This allows so get more control over the patching.

Added plugin to local jenkins. Tried with and without downloadOnly and with and without download Rbt without a problem.

Also added unit tests for it.

Diff Revision 2 (Latest)

orig
1
2

Commits

First Last Summary ID Author
Introduce downloadOnly and downloadRbt
If someone will use the system-wide rbt there is no need to install a user installed rbt again. Also download of the patch is necessary for binary diffs or if the repository is in a subdirectory. So applying with "rbt patch" would fail. This allows so get more control over the patching.
0bad94387379b8b659d83b43ec2973578544dcdf André Klitzing
src/main/java/org/reviewboard/rbjenkins/steps/ReviewBoardSetup.java
src/main/resources/org/reviewboard/rbjenkins/steps/ReviewBoardSetup/config.jelly
src/main/resources/org/reviewboard/rbjenkins/steps/ReviewBoardSetup/config.properties
src/test/java/org/reviewboard/rbjenkins/steps/ReviewBoardSetupTest.java
Loading...