Tomas Bjerre

Results 365 comments of Tomas Bjerre

The retry part of this issue would be implemented with #185 and #184. You could use the `skipIfLocked` option to try and lock the resource, if not successful sleep and...

I implemented something similar in https://github.com/jenkinsci/lockable-resources-plugin/pull/179 I don't use the queue but instead `boolean tryLock(resource: string)`.

You do have the paused action that is added to the step when waiting for the resource. ![image](https://user-images.githubusercontent.com/439571/75722948-93791280-5cdb-11ea-9784-2b3a40116b2e.png) A problem I see is that you want to know how much...

One might also want to know how much time was spent on waiting for different resources. Proposed solution in #185

The only thing I find with TLS in that plugin is here: https://github.com/jenkinsci/bitbucket-branch-source-plugin/blob/ade16a1aa29a4f5755d7cf9334a813a6eb69d65d/src/main/java/com/cloudbees/jenkins/plugins/bitbucket/api/credentials/BitbucketClientCertificateAuthenticator.java The plugin uses TLS to communicate with Bitbucket. This plugin just receives requests, it does not open...

I'm currently supporting it by parsing the output from the build log: https://github.com/tomasbjerre/violations-lib/blob/master/src/main/java/se/bjurr/violations/lib/parsers/GoogleErrorProneParser.java But still a format made for parsing would be better!

@cushon @nglorioso @graememorgan @eaftan @cpovirk Some attention here would be nice. There was a working PR #1132 that now has conflicts due to slow feedback... This feature would really help...

Perhaps you can find something here https://github.com/tomasbjerre/gradle-scripts/blob/master/src/main/resources/main.gradle

I do think this change is a bit controversial. If it is a problem for many users, perhaps it is best to change back. I do think you can still...