-
Notifications
You must be signed in to change notification settings - Fork 13
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
phase1: allow to run webhooks #11
Conversation
phase1/config.ini.example
Outdated
@@ -17,6 +17,10 @@ channel = #example-channel | |||
nickname = example-builder | |||
password = example | |||
|
|||
#[webhook] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we make this future proof and allow more hooks from the start, thus handling it as branches/workers?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done with the reimplementation.
@aparcar not much time right now, however I have a couple questions:
|
From my understanding this is for the "checks" under a PR and not exactly what we want here.
Yes it's a bit awkward, do you mind pointing me to the properties I'm looking for? |
The For target, I would simply add a builder property at the BuilderConfig() invocation here: e.g.:
You can then Interpolate() both properties in your Reporter. HTH |
This is especially nice to trigger Docker builds containing the latest containers. Signed-off-by: Paul Spooren <[email protected]>
@f00b4r0 thanks, I reworked this PR based on your suggestions. |
In the meantime solved via this: |
Do I understand it correctly, that you don't want to proceed with this? Perhaps close it then? If you still want that included, then please make CI happy and thus we can merge/test/deploy this. |
I'm using rsync-xfer instead |
This is especially nice to trigger Docker builds containing the latest containers.