Chris Kilding
Chris Kilding
Not able to do a full PR for you at this time, but here's some code that Worked For Me: ``` require 'java' require "jdbc/postgres" ... # Ensure you are...
We are using Terraforming on our project as well, and have to reverse engineer a giant pile of EC2 resources. Filtering, especially by things like instance tag, would be incredibly...
We have just found the same issue in our setup. Caching the Postgres directory worked fine on our Macs (Sierra and High Sierra) but failed when we pushed our project...
@NotMyFault do you know which Jenkins version introduced the new icon? This plugin currently has a base of - Jenkins 2.289 - Parent POM 2.40 - BOM 1461.vb_3c6de28f2b_a_ So I...
@NotMyFault I have brought the BOM dependency up to date to bring in the latest credentials-plugin version. It appears that `BasicSSHUserPrivateKey` now uses `symbol-fingerprint` for its icon - not `icon-fingerprint`...
Hi Peter, I'm currently working on adding JSON secret support to the Secrets Manager SecretSource / Configuration As Code plugin, since that is a more tractable place to start. I...
The plugin instantiates a standard instance of the AWS Java SDK client; the only override to its behaviour is to change the EndpointConfiguration if you've set this in Jenkins config....
Nice detective work :) If adding `aws-java-sdk-sts` to the pom fixes it for you, then I'll be sure to get that included
Hi, folder support is a feature that has not been implemented in the plugin so far. However, off the top of my head, it could potentially be implemented. Perhaps with...