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

Example to use json or xml response in the plugin #74

Open
ashiru opened this issue May 19, 2022 · 0 comments
Open

Example to use json or xml response in the plugin #74

ashiru opened this issue May 19, 2022 · 0 comments

Comments

@ashiru
Copy link

ashiru commented May 19, 2022

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

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