|
the snapshot continuous build needs two additional parameters which can be invoked when the build fails to restore:
- Purge (boolean). This will disable all modules currently enabled with using the install endpoint's purge parameter set to true to clear out data. This will be done before posting updates.
- buildFrom (String some install.json url) This can be used to build with a particular set of modules instead of resolving the latest with okapi. Could point to the URL of the previous builds install.json artifact to restore.
|