DBB CLI | API to change status of a BuildResult after build run #185
FALLAI-Denis
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
In our process, we follow several steps, including:
It may happen that the packaging step fails, and in this case no package is produced.
You have to restart the entire process, but then the build step (impactBuild) will not produce anything since nothing has changed since the previous build...
So in the event of failure at the time of packaging, you must cancel the build that has just been done in order to restart the procedure from the beginning.
To do this, the IBM DBB command line would need to be able to modify the status of a BuildResult: change it from "CLEAN" to "ERROR", (or another value).
An alternative would be to delete the BuildResult, but then we lose all trace of what happened over time.
Beta Was this translation helpful? Give feedback.
All reactions