Fabian Holler

Results 79 comments of Fabian Holler

> I noticed that function `sendOpen` always return nothing, but signature of function says that it should return error It currently returns the named return values, which includes `err`. Your...

@tedsuo could this be merged?

@rnburn could this be merged?

Nevermind, I did not set the http transport for the client: :-/ ``` http.Client{Transport: &nethttp.Transport{}} ```

I think this is nonetheless an issue. If the Transport of the http client must be set to prevent the nil pointer exception, it means that we can not inject...

> Why can't you just use the ${BUILD_LOG} jenkins macro in the custom message field? @dsteinmo $BUILD_LOG is not a variable set by jenkins, it's only available in the context...

@jensolsson If you have a Jenkins Pipeline job you can run in the `post {}` section depending on the job status, e.g.: ```groovy { post { success { slackSend(channel: "#qa",...

This is fixed for my in the master branch (9051480ad9129ff4ab4fffb38b44779b9081626f). I did not investigate which commit exactly fixed it.

Do you only need read-access to the data from the baur database in in CI? Or do you also create new records for the baur database in CI or by...

Would it help if there would be a cleanup command to remove database records older then X?