Tim Jacomb
Tim Jacomb
When using idle retention strategy and setting shutting down only option, sometimes the agents may not be able to connect successfully. And it will stay as suspended all the time. ...
It would be useful to be able to specify a range of IP of the VMs in AZURE vía this plugin. As an option: Azure has the feature to implement...
With the latest version of Jenkins and the plugin on ci.jenkins.io, I noticed today that even when the master is "preparing to shutdown" (i.e. the queue is in read-only mode,...
I configured my azure vms to shutdown instead of deleting them. Since two weeks or so, it stopped working. The machines weren't shutdown, but the jenkins node got suspended. In...
We have several builds that need a lot of data storage but little memory/cpu. The most cost effective means of doing this would be to add support for attaching a...
# Description Replaces https://github.com/jenkinsci/blueocean-plugin/pull/2557 Previously it was not possible to build directly on MacOS, for three reasons: 1. For arm64 Mac there was not arm64 versions of Node.JS for the...
The pattern I'd always intended to use with this (but never got round to implementing) was to add an optional checks publisher to `warnError`. For e.g. running tests you can...
Pretty frustrating, what is your workflow for this @uhafer? I run `mvn clean install` and then I create a PR and it fails for spotbugs or checkstyle
see https://gist.github.com/jonmagic/5282384165e0f86ef105 It's their unofficial API but recommended for issue importing. Using the default one you get heavily rate limited, this one has no issue
A huge number of stacktraces with: ``` java -verbose:gc -jar ../../pipeline-steps-doc-generator/target/pipeline-steps-doc-generator-1.0-SNAPSHOT-bin/pipeline-steps-doc-generator-1.0-SNAPSHOT.jar ``` I can try fiddle with open file count but ideally this should work out of the box ```...