Shevek

Results 132 comments of Shevek

Also, while I used credentials manager to add extra credentials to the api.github.com domain, I can't select them in the job config.

In the main config, github API server URL is https://api.github.com and the credentials are github auto generated token credentials. The Test credentials button in that allows me to test those...

Changing the global config to use the login/password credentials for api.github.com instead of the token didn't make the job work. Visiting the failing api.github.com URL in a web browser logged...

It seems that moving the ssh key to the user for whom the token was created makes a difference. Can you confirm or deny the likelihood of this?

Yes, it's definitely application code, not plugin code. Right now it's built into one of my applications, and I want to split it out and have it available to all...

Code now published here, as it seemed to make sense to put it into a diagnostic support bundle builder. https://github.com/shevek/jdiagnostics/blob/master/src/main/java/org/anarres/jdiagnostics/ProductMetadata.java Will be on Central soon.

No, they're neighbour modules. A good example is https://github.com/shevek/tftp4j which only really tests in tftp-server-netty and tftp-server-mina but all the engine code is common, so gets no (reported) coverage even...

I mean tftp-protocol gets no apparent coverage, even though both server modules exercise the protocol and engine thoroughly.

Looking at the PR, I don't see why it should, but I will try today. I think the classes in "other" aren't instrumented because it's hard for this plugin to...

BTW, are you still publishing via Sonatype, or are you doing the Bintray thing? I tried Bintray and found it incredibly confusing and frustrating. If it's possible to set the...