-
Bug
-
Resolution: Fixed
-
Minor
-
None
The release in my free-style project is performed using Release Plugin. Unfortunately Xvfb plugin is not started before Release plugin and there are no pre-release targets that can trigger it.
Expected:
- Either Xvfb is automatically stated before Release plugin.
- Or there is a "Add release step" -> "Start Xvfb" target available to start Xvfb.
Hi,
thanks for reporting. If the build wrapper plugin does not explicitly specify order, order is determined by comparing plugin names. Starting with X xvfb build wrapper would be almost always the last plugin executed.
I've explicitly set the order to the maximal value, so xvfb plugin will be run before any other build wrapper plugin.
In order to have this order you'll need to re-save the job's configuration, because ordering is done when saving the job.