Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UseGuidedFailure does not work in OctopusDeployRelease #319

Open
pemaxim opened this issue Nov 9, 2023 · 0 comments
Open

UseGuidedFailure does not work in OctopusDeployRelease #319

pemaxim opened this issue Nov 9, 2023 · 0 comments

Comments

@pemaxim
Copy link

pemaxim commented Nov 9, 2023

Input UseGuidedFailure does not work in OctopusDeployRelease@6.
It's always true whatever input value is set.

Also, the parameter is missing in the documentation here

- task: OctopusDeployRelease@6
   displayName: Deploy My Project Release
   inputs:
      UseGuidedFailure: false # or "False" does not work.

The input parameter is defined as boolean. However, the default value is string: https://github.com/OctopusDeploy/OctoTFS/blob/main/source/tasks/Deploy/DeployV6/task.json#L77-L82

Also, it's being converted to boolean here: https://github.com/OctopusDeploy/OctoTFS/blob/main/source/tasks/Deploy/DeployV6/inputCommandBuilder.ts#L52

Shouldn't it be string instead?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant