kiegroup / github-action-build-chain

86 stars 24 forks source link

Implement `resume` such that for each cli build it stores a state file. The `resume` command will pick up and continue the build from this state file #450

Closed shubhbapna closed 1 year ago

shubhbapna commented 1 year ago

This is the first task that needs to be done as part of #422. The goal is to implement a basic resume command.

For each build, a state file will be produced which will be stored in the workspace in which build-chain is running. The resume command will pick up this state file when ran from the same workspace