When you say "tool installers", does that include automatic installation of
JDK from java.sun.com, and automatic installation of maven from apache?

I've seen surprising behavior from docker images I've been using, and if
this is the explanation.

I created a docker image using Java 8 and configured it to automatically
install JDK 6, JDK 7, JDK 8, Maven 3.2.5, Maven 3.3.9, and Ant 1.9.6.  The
image seemed to run well on a few different machines where I was testing
it.  However, sometimes the pick list in the "Configure System" page (for
example under the "JDK Installations" button or under the "Maven
installations" button) would stop showing the possible choices from the
vendor download site.  Similarly, sometimes when a job on a reasonably
fresh started copy of that docker image needed a tool installer, the job
would instead fail with a message that "3.2.5 is not a valid identifier"
(for Maven).

I eventually resolved the inconsistency by always downloading tools from a
local copy on a web server instead of relying on the vendor site to provide
that tool version.

Is the case I was seeing possibly a manifestation of the Java 8u65 change
to disallow shorter keys?

Mark Waite

On Wed, Dec 2, 2015 at 4:35 AM Stephen Connolly <
stephen.alan.conno...@gmail.com> wrote:

> Just an FYI
>
> https://issues.jenkins-ci.org/browse/JENKINS-31850
>
> Basically if you want the tool installers to be downloaded into your
> Jenkins instance, unless you muck about with the system properties that
> will enable the certificates with short RSA to work on your Java 8 build
> 65+ you may be forced to stay on build 60 or earlier.
>
> -Stephen
>
> --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jenkinsci-dev+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-dev/CA%2BnPnMy_2bxu676-ZWSXdxMRKKJSytfnORUax%2Bj5_aHaCcV9sw%40mail.gmail.com
> <https://groups.google.com/d/msgid/jenkinsci-dev/CA%2BnPnMy_2bxu676-ZWSXdxMRKKJSytfnORUax%2Bj5_aHaCcV9sw%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAO49JtEjPkfRL1F99UJK_wHQ5KvCZkoSf6%3D16MYY14wEFUz1Wg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to