Michael "M3" Lasevich
Michael "M3" Lasevich
The comment above was for versions prior to 2.6.0 - since then getting Avatars should be using same credentials as other calls. Is it possible something else is causing trigger...
That makes sense. It should be possible to fix. I will take a look at the code.
So, I may need some help here... Upon looking at the code, Avatar Cache gets a `StandardCredentials` object when creating the action and then keeps it for fetching cache as...
@bitwiseman That is super useful. Let me take a stab at it (may not be until next week though)
@bitwiseman - Here is a draft, see if this makes sense.
> The only caveat is if you're planning to have multiple fields to sort by. The main issue is that, last I checked, if your event does not have "some-key"...
Would be really nice to have a rule (or just rule without a key that will automatically match everything. Using a wildcard pattern (`/.+/`) is error prone as a -...
> @haridsv can you maybe share more of your approach? > I tried to replicate it but (using Gradle) get a failure on task `:compileGroovy` with an exception that is...
Hmm, trying to follow @corporate-gadfly example, and it works until I try to use jenkins-spock (and not just spock) features - at which point I get the oddest error: ```...
> In all of the sample projects, I have a section as follows: > > ``` > testImplementation 'org.jenkins-ci.main:jenkins-core:2.190.2', { > exclude group: 'com.ibm.icu', module: 'icu4j' > } > ```...