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
Describe your use-case which is not covered by existing documentation.
we have an API which will return array of json objects as below in which we want to verify if build number, environment and Status, and trigger the stages if Buld number is modified and status is DONE.
{
"rows": [
{
"Build": "1",
"TimeStamp": "1652959519310",
"environment": "QA1",
"Status": "DONE",
},
{
"Build": "1",
"TimeStamp": "1652959529310",
"environment": "QA2",
"Status": "DONE",
},
{
"Build": "1",
"TimeStamp": "1652959518310",
"environment": "QA3",
"Status": "DONE",
}
]
}
Please share the example of any such example you are using?
Reference any relevant documentation, other materials or issues/pull requests that can be used for inspiration.
No response
The text was updated successfully, but these errors were encountered:
Describe your use-case which is not covered by existing documentation.
we have an API which will return array of json objects as below in which we want to verify if build number, environment and Status, and trigger the stages if Buld number is modified and status is DONE.
{
"rows": [
{
"Build": "1",
"TimeStamp": "1652959519310",
"environment": "QA1",
"Status": "DONE",
},
{
"Build": "1",
"TimeStamp": "1652959529310",
"environment": "QA2",
"Status": "DONE",
},
{
"Build": "1",
"TimeStamp": "1652959518310",
"environment": "QA3",
"Status": "DONE",
}
]
}
Please share the example of any such example you are using?
Reference any relevant documentation, other materials or issues/pull requests that can be used for inspiration.
No response
The text was updated successfully, but these errors were encountered: