HodorNV / ALOps

ALOps
59 stars 24 forks source link

Not all parameters are available in the visual editor (problem for release pipelines) #586

Closed jcoe-nvt closed 1 year ago

jcoe-nvt commented 1 year ago

Describe the bug I want to create a sql backup in my release pipeline. This fails due to the unability to disable the publish. In release pipeline, I can only use the visual editor and parameter 'publishsqlbackup' is hidden & set by default to true.

image

the output

image

Expected behavior All parameters should be avaible in the visual editor if you want to have same posibilities in release pipelines as in yml-files.

AdminHodor commented 1 year ago

@jcoe-nvt ,

We just released a hotfix for this, v1.453.3319. Could you validate? Please note it might take a couple of pipeline runs before DevOps will pickup the new version.

Kind regards,

jcoe-nvt commented 1 year ago

@AdminHodor I can confirm that I'm now able to set these parameters in the visual editor. Thx for the quick fix!