Branch: refs/heads/master
Home: https://github.com/jenkinsci/coverity-plugin
Commit: 6388a707e26060a1cc6276deac2a637307e51615
https://github.com/jenkinsci/coverity-plugin/commit/6388a707e26060a1cc6276deac2a637307e51615
Author: Josh Vinson <[email protected]>
Date: 2013-07-09 (Tue, 09 Jul 2013)
Changed paths:
M src/main/java/jenkins/plugins/coverity/CoverityLauncherDecorator.java
Log Message:
-----------
Prevent CoverityLauncherDecorator from infinitely recursing.
When a JDK (or presumably another 'tool') is automatically installed by Jenkins,
decorators are added to the launcher used to run the install script. Since
CoverityLauncherDecorator calls build.getEnvironment(), which installs these
JDKs,
the call recurses infinitely, hanging the build.
The implemented solution automatically ignores decorating these scripts by
looking
at the script name and path.
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.