arthurvanduynhoven

Results 6 comments of arthurvanduynhoven

Thanks for the information and help. I am curious to see your findings when using S3 storage. In the meantime I will limit to only have a max of 2...

I set the regex the same as the all servers .+ In the logs you see the node specify its eligible to become master, but after the master node is...

I'm new to Cronicle - so spend too much time trying to get env vars working and started to debug the process itself. So if merging the env context is...

I also ran into this issue in case the requestor specified an invalid type. To work around this I created a new `type_schema` which was based on the `type_field` (unfortunately...

appears to be the same as before.. https://github.com/jenkinsci/slack-plugin/issues/390 Need to update code https://github.com/jenkinsci/slack-plugin/blob/master/src/main/java/jenkins/plugins/slack/StandardSlackService.java#L363 to include `attachment.put("text", message);` and not sure if you still need the following (in same method): ```...

The show more works with the above changes.. not sure what/if it breaks other features.. ``` diff --git a/src/main/java/jenkins/plugins/slack/StandardSlackService.java b/src/main/java/jenkins/plugins/slack/StandardSlackService.java index 13fa564..2849b16 100755 --- a/src/main/java/jenkins/plugins/slack/StandardSlackService.java +++ b/src/main/java/jenkins/plugins/slack/StandardSlackService.java @@ -352,14 +352,15...