Clément Collin

Results 9 comments of Clément Collin

Same issue, same workaround, thx! Jenkins 2.300 Gitlab Plugin 1.5.20

Same kind of problem with Mattermost at sending data: ```Sep 04, 2019 1:56:04 PM WARNING jenkins.plugins.slack.StandardSlackService publish Slack post may have failed. Response: null Sep 04, 2019 1:56:04 PM WARNING...

Workaround for RocketChat: token has to be removed from `Override url` advanced parameter in job configuration. E.g.: ``` Override url: https://rocketchat.xxx.de/hooks/ Credential: ``` If not, Slack plugin add the token...

Same problem, does anyone has a workaround?

For your information, it works doing this: ``` docker run -d --name db --hostname db mongo:4.0 mongod --smallfiles --oplogSize 128 --replSet rs01 docker run --link db mongo:4.0 mongo db/rocketchat --eval...

Hi, I would like to work on this :hand:

Hi, after having read the code it seems a bit complex for me at this time, I give up for now.