We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Dear Team, I am creating the webhook using the below code snippet.
However, some extra arguments(customer_0 and geography_0) are passing to my Jenkins job(webhook URL)
{"customer":"testcustomer","customer_0":"testcustomer","geography":"eastus","geography_0":"eastus2"},"regexpFilterText":"","id":1447,"url":"queue/item/1447/"}},"message":"Triggered jobs."}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Dear Team,
I am creating the webhook using the below code snippet.
uses: zzzze/webhook-trigger@master
with:
webhook_url: ${{secrets.CUSTOMER_WEBHOOK_URL}}
options: "-H "subscription:testsub" -H "customer:testcustomer" -H "geography:eastus" -H "token:testtoken""
However, some extra arguments(customer_0 and geography_0) are passing to my Jenkins job(webhook URL)
{"customer":"testcustomer","customer_0":"testcustomer","geography":"eastus","geography_0":"eastus2"},"regexpFilterText":"","id":1447,"url":"queue/item/1447/"}},"message":"Triggered jobs."}
The text was updated successfully, but these errors were encountered: