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
I am troubleshooting an error when the Destroy pipeline is created in AzDo. It actually gets created, but in some part of the process there are errors. The payload created for the Destroy is invalid and does not show in the debug (because jq cannot parse it).
parse error: Expected value before ',' at line 36, column 15
Errors on error_log:
----------------------------------------------
Inner Exception in Http Response
_request_uri: https://dev.azure.com/mahopam/azdo-terraform88/_apis/pipelines/pipelinePermissions/queue/?api-version=5.1-preview.1
_response:
{"$id":"1","innerException":null,"message":"Permissions request cannot be null","typeName":"System.InvalidOperationException, mscorlib","typeKey":"InvalidOperationException","errorCode":0,"eventId":0}
----------------------------------------------
Inner Exception in Http Response
_request_uri: https://dev.azure.com/mahopam/azdo-terraform88/_apis/pipelines/pipelinePermissions/queue/?api-version=5.1-preview.1
_response:
{"$id":"1","innerException":null,"message":"Permissions request cannot be null","typeName":"System.InvalidOperationException, mscorlib","typeKey":"InvalidOperationException","errorCode":0,"eventId":0}
The latest error_log error does not seem to be related to the initial error, but I am not sure. I would suggest as a feature to create the json payloads using jq if possible, instead of replacing vars, or at least evaluate the json payload before submitting the request.
The text was updated successfully, but these errors were encountered:
I found the issue, related to #165 , it was missing the Agent Pool access. However, it is an improvement to check and not continue with the process. I will put a PR with some ideas of how could be improved.
I have a PR but not sure why github does not let me to compare across forks, I just created a PR for a different thing few hours ago. Will try again on the weekend or next week.
I am troubleshooting an error when the Destroy pipeline is created in AzDo. It actually gets created, but in some part of the process there are errors. The payload created for the Destroy is invalid and does not show in the debug (because jq cannot parse it).
Payload:
jq error:
Errors on error_log:
The latest error_log error does not seem to be related to the initial error, but I am not sure. I would suggest as a feature to create the json payloads using jq if possible, instead of replacing vars, or at least evaluate the json payload before submitting the request.
The text was updated successfully, but these errors were encountered: