Thomas Freyss

Results 5 comments of Thomas Freyss

I came across this issue while looking for something similar to do a monthly billing report. In the mean time I solved it with a recording rule looking like this:...

> Seems like a good idea to make the adapter be more idiomatic towards Loki! This would become a new major release with some, if not all, changes presented here,...

> There is a way to add labels dynamically, each log line can have labels added to them individually. This PR breaks that feature that's why I added it under...

@johanfleury I like your first approach for 3 reasons: - as a user of this feature, I'll need to get familiar with the slack API and block features anyway. The...

@robons thanks, this helped a lot ! Here is the groovy version for anyone interested: ```groovy plugins { ... id("org.jenkins-ci.jpi") version "0.38.0" apply false } task resolveIntegrationTestDependencies(type: org.jenkinsci.gradle.plugins.jpi.TestDependenciesTask) { configuration...