You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Happened when updating some pipelines, with irrelevant/minimal changes. Probably the Json is not built correctly during update. Pipelines were created correctly on first instance.
│ Error: updating pipeline 'test' errored with: got 422 from GoCD while making PUT call for https://foo.com/go/api/admin/pipelines/test
│ with BODY:{
│ "message" : "Json `{\"attributes\":{}}` does not contain property 'type'"
│ }
│
│ with gocd_pipeline.test-service,
│ on gocd-pipelines.tf line 1, in resource "gocd_pipeline" "test-service":
│ 1: resource "gocd_pipeline" "test-service" {
│
╵
The text was updated successfully, but these errors were encountered:
@CuervoEC, The older version of gocd-sdk-go had a bug. I recently updated the SDK to improve pipeline functionality. While I updated the CLI to work with the new SDK, I missed updating it here. I'll take a look at it.
Happened when updating some pipelines, with irrelevant/minimal changes. Probably the Json is not built correctly during update. Pipelines were created correctly on first instance.
The text was updated successfully, but these errors were encountered: