jenkinsci / juseppe

Jenkins Update Site Embedded for Plugin Publishing Easily
https://hub.docker.com/r/lanwen/juseppe/
Apache License 2.0
56 stars 20 forks source link

UpdateSiteGen does not pass its properties to Signer #31

Closed oleg-nenashev closed 8 years ago

oleg-nenashev commented 8 years ago

In 1.1.0 UpdateSiteGen initializes Signer by a default constructor. This constructor takes Props.populated(), which may differ from settings instance passed to UpdateSiteGen.

In my case I want to pass certificate/key paths via Props, but it does not work anymore.

Fixing it

lanwen commented 8 years ago

Already fixed in #29 public Signer(String privateKeyPath, List<String> certificatePaths, List<String> rootCAPaths)

released as 1.1.1