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

Allow custom data in webhooks #8971

Open
julianhille opened this issue Dec 22, 2017 · 3 comments
Open

Allow custom data in webhooks #8971

julianhille opened this issue Dec 22, 2017 · 3 comments

Comments

@julianhille
Copy link

I like to add custom data to webhooks to be able to give specific information if something happens while building.

Ex. App veyor has something like Add-AppveyorMessage
where i can add information to the json of the webhook while building.

It would be great to have something like that.

@BanzaiMan
Copy link
Contributor

The web hook is configured at the time the build is created. It is not possible to add the data which are obtained only at the build time.

@julianhille
Copy link
Author

Either we misunderstood or i completely disagree.
Just to be clear here: im talking about the notification webhook
triggered by travis.
The hook includes data like:

  "status_message": "Errored",
  "result_message": "Errored",

Which is not possible to know at the time the build is created otherwise this data would be useless and generated by fair dice roll :)

So is there any other possibility to "add" information like generated artifacts to the data of the webhook?

@BanzaiMan
Copy link
Contributor

Correct. You cannot add custom data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants