Joaquín Fernández Campo

Results 30 comments of Joaquín Fernández Campo

Is this plugin getting any attention from Jenkins?

I had to bisect all the rules (hard to know which one it's reporting on) but this one makes it fail consistently. Please note theres an empty line at the...

Just changing this 4 lines work: ``` lines := strings.Split(content, "\n") if lastLine >= len(lines) { lastLine = len(lines) - 1 } for _, c := range lines[firstLine-1 : lastLine]...

Sure! ``` prometheus "01-live" { uri = "a valid prometheus url" timeout = "60s" } prometheus "01-work" { uri = "a valid prometheus url" timeout = "60s" } rule {...

interesting, i think the warning is a good option. When do you think you'd emit this warning? Whenever you see a newline on the text? Or when there's a mismatch...

@louis-launchdarkly is there any recent update on this? just to get an idea of what's the priority

We've recently managed to hit a very similar issue to this one at my company. The difference is that we're running java8, the issue showed up when we updated from...

This error is related to this lines of code: https://github.com/papertrail/go-tail/blob/master/follower/follower.go#L202-L210 Basically it detects the error but it doesn't do anything about it

any new update? I see that the project uses goreleaser so it should be possible to use that to push multiarch images too