Issues
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.
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
- Create a Step template that uses Bundled tools - This is a samples example, enable bundled tools.
- Create a Step using this Step template that uses containers.
- Create a Release and run a Deployment, Bundled tools shouldn't be used.
- Update the step template
- 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
- Select run directly on Octopus-Server and hit save
- Switch back to run in a container and hit save.