I followed this instruction to get a very simple ci workflow in aws. It works flawlessly, but I want to have additional functionality, rolling back. First of all, although it will work out of the box, but not in my case, if I select the previous task in CodeBuild that I want to rollback and click Retry, I get this error message: "ArtefactsOverride must be installed when using artifacts like CodePipelines. " I also tried to run the entire pipeline again with the piping history page, but this is just a list of assemblies without any features.
My questions are: how to add a rollback function to a workflow. It should not be in the same pipeline, etc. But it should not touch git.
source
share