Issues icon indicating copy to clipboard operation
Issues copied to clipboard

Updating a Step Template that uses bundled tools applies the bundled tools setting to the setting to the Step despite using Containers.

Open IsaacCalligeros95 opened this issue 2 years ago • 1 comments

Team

  • [X] I've assigned a team label to this issue

Severity

Blocking a small number of customers, with a work around.

Version

Earliest tried 2022.4.4600

Latest Version

I could reproduce the problem in the latest build

What happened?

When updating a Step that uses a Step Template with Bundled Tools (checked) updating the Step will set bundled tools to setting to true and use the bundled tools even when the Step itself uses containers.

Reproduction

  1. Create a Step template that uses Bundled tools - This is a samples example, enable bundled tools.
  2. Create a Step using this Step template that uses containers.
  3. Create a Release and run a Deployment, Bundled tools shouldn't be used.
  4. Update the step template
  5. Update the Step with the Step template, Create a release and deployment. Bundled tools will be used.

Error and Stacktrace

No response

More Information

Setting the bundled tools value to false on save when the step uses containers was included in this change. I think this should apply when updating a Step with the new changes to the Step Template.

Workaround

  1. Select run directly on Octopus-Server and hit save
  2. Switch back to run in a container and hit save.

IsaacCalligeros95 avatar Oct 10 '22 23:10 IsaacCalligeros95