Rerunning a failed plan increments the version

Issue #6 new
Kevin Thieling created an issue

If you have a master plan and a couple of branch plans set up all sharing a VERISON variable to increment every time, it all works fine. But, if you have a failed plan on one of them, followed by a few successful plans on the other plans, you can run into issues if you try to "Rereun" the failed plan.

Example: The plan's VERSION variable is currently at 1.8.21. A rebuild/rerun was done on a branch plan that originally had the version of 1.8.10. The plan used that version, and then the version incrementer incremented from that version to set the plan's version variable to 1.8.11.

The only real workaround is to just advise against running a rerun on any plans.

Comments (0)

  1. Log in to comment