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

Step Template Cloning Fails when Properties.'Octopus.Action.Package.FeedId' parameter exists #22

Closed
BobJWalker opened this issue Nov 12, 2021 · 0 comments

Comments

@BobJWalker
Copy link
Contributor

When the step template has the following JSON only the Packages[index].FeedId is getting translated. The property Properties.'Octopus.Action.Package.FeedId' is never getting translated.

"Packages":  [
                     {
                         "Name":  "",
                         "Id":  null,
                         "PackageId":  "MyPackage",
                         "FeedId":  "Feeds-1003",
                         "AcquisitionLocation":  "Server",
                         "Properties":  {
                                            "SelectionMode":  "immediate"
                                        }
                     }
                 ],
    "Properties":  {
                       "Octopus.Action.Script.ScriptSource":  "Package",
                       "Octopus.Action.Script.ScriptFileName":  "Octopus.StepTemplate.AWS.ALB.SplashScreenManagement.ps1",
                       "Octopus.Action.Script.ScriptParameters":  "MyParameters",
                       "Octopus.Action.Package.PackageId":  "Octopus.StepTemplate.AWS.ALB.SplashScreenManagement",
                       "Octopus.Action.Package.FeedId":  "feeds-builtin",
                       "Octopus.Action.Package.DownloadOnTentacle":  "False"
                   },
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