Nils
Nils
I think this could already be possible: https://github.com/jenkinsci/slack-plugin/blob/0b18810ac0b258fef9897621ced6d679125a5095/src/main/java/jenkins/plugins/slack/workflow/SlackResponse.java#L23 The `SlackResponse` constructor can take an `JSONObject`. Also serialization looks good: ``` def response = slackSend(message: "Hello World!") writeJSON(json: response, file: 'response.json')...
> ^^ not ideal, would be good to have a clean fix, maybe just a slackAddReactionStep unless @jetersen you have any ideas. Of course :laughing: But I'm curious, where would...
Is this the project you're using for the notifications? https://github.com/dataJAR/Notifier
> I consider this as a feature, myself, but I know what you mean. The ability to turn it off may be useful. But better to keep it as it...
> No longer using KeyBox, but found this open issue while doing some issue cleanup. Reading through comments, a bit of summary and opinion: > > * Looks like there...
I don’t get why so many people are against this feature. No body said it should be the default option. You can already jeopardise your security right now with custom...
I've created a workaround script and service for macOS: https://gist.github.com/n-stone/d0388cfc3229435ff315a473d76686e6 This will simply look for network changes and check if the SSID is white- / blacklisted, if so it will...
Thanks for creating this font, its awesome! I did what @cormullion suggested and created a repo with a github action to patch the font. Feel free to download the patched...
@sprak3000 I think It would be beneficial to pin a Issue with a roadmap and also create tickets you're working on / need help with and mark them with labels....
> Hmm. Maybe, could I build WeKan for all platforms and CPUs with just GitHub Actions, using Qemu etc, that would run after each commit? That could be a big...