Branch: refs/heads/master
Home: https://github.com/jenkinsci/customtools-plugin
Commit: cd743ccf78854932ff93c0ad2b65291dda90f013
https://github.com/jenkinsci/customtools-plugin/commit/cd743ccf78854932ff93c0ad2b65291dda90f013
Author: Oleg Nenashev <[email protected]>
Date: 2016-10-24 (Mon, 24 Oct 2016)
Changed paths:
M pom.xml
M src/main/java/com/cloudbees/jenkins/plugins/customtools/CustomTool.java
M
src/main/java/com/cloudbees/jenkins/plugins/customtools/CustomToolInstallWrapper.java
M
src/main/java/com/synopsys/arc/jenkinsci/plugins/customtools/ArrayHelper.java
M
src/main/java/com/synopsys/arc/jenkinsci/plugins/customtools/CustomToolException.java
M
src/main/java/com/synopsys/arc/jenkinsci/plugins/customtools/CustomToolsLogger.java
M
src/main/java/com/synopsys/arc/jenkinsci/plugins/customtools/EnvStringParseHelper.java
M
src/main/java/com/synopsys/arc/jenkinsci/plugins/customtools/EnvVariablesInjector.java
M
src/main/java/com/synopsys/arc/jenkinsci/plugins/customtools/LabelSpecifics.java
M
src/main/java/com/synopsys/arc/jenkinsci/plugins/customtools/PathsList.java
M
src/main/java/com/synopsys/arc/jenkinsci/plugins/customtools/multiconfig/MulticonfigWrapperOptions.java
M
src/main/java/com/synopsys/arc/jenkinsci/plugins/customtools/versions/ToolVersion.java
M
src/main/java/com/synopsys/arc/jenkinsci/plugins/customtools/versions/ToolVersionConfig.java
M
src/main/java/com/synopsys/arc/jenkinsci/plugins/customtools/versions/ToolVersionHelper.java
M
src/main/java/com/synopsys/arc/jenkinsci/plugins/customtools/versions/ToolVersionParameterDefinition.java
A src/main/java/jenkins/plugins/customtools/util/JenkinsHelper.java
M
src/main/java/jenkins/plugins/customtools/util/envvars/VariablesSubstitutionHelper.java
M
src/main/resources/com/cloudbees/jenkins/plugins/customtools/CustomToolInstallWrapper/config.jelly
M
src/main/resources/com/synopsys/arc/jenkinsci/plugins/customtools/versions/ToolVersionConfig/config.jelly
M
src/main/resources/com/synopsys/arc/jenkinsci/plugins/customtools/versions/ToolVersionParameterDefinition/config.jelly
M
src/main/resources/com/synopsys/arc/jenkinsci/plugins/customtools/versions/ToolVersionParameterDefinition/index.jelly
M src/main/resources/index.jelly
M
src/test/java/com/cloudbees/jenkins/plugins/customtools/CustomToolInstallWrapperTest.java
M
src/test/java/com/cloudbees/jenkins/plugins/customtools/CustomToolInstallerTest.java
R
src/test/java/com/synopsys/arc/jenkins/plugins/customtools/util/CLICommandInvoker.java
M
src/test/java/com/synopsys/arc/jenkins/plugins/customtools/util/CommandCallerInstaller.java
M
src/test/java/com/synopsys/arc/jenkins/plugins/customtools/util/StubWrapper.java
M
src/test/java/com/synopsys/arc/jenkins/plugins/customtools/versions/ToolVersionParameterDefinitionTest.java
Log Message:
-----------
Upgrade Parent POM and enable FindBugs (#25)
* Enable FindBugs in the plugin
* Fixed the unstable test
* Fix potential NPEs, annotate deprecated methods
* Update to the new parent POM
* FindBugs: Revert Java6-incompatible change
* Parent POM: make the tests compilable
* Javadoc: Fix the wrong class reference
* Javadoc: Cleanup emails from author fields (also remove them from the license
headers)
* Parent POM: Escape fields in Jenkins files by default
* FindBugs: Address the reported errors
* Add missing import
* FindBugs: More potential NPEs
* Use MasterToSlaveFileCallable instead of FileCallable as @jtnord proposed
* Bump Parent POM to the latest version
* Update Test Suite after the core dependency bump
* Go after 1.609.3 dependency in order to pick more FindBugs definitions and
remoting fixes
* Tests: starting from jenkins-1.535, executors are not supposed to be always
active
* Fix CustomToolInstallerTest#testSmoke(), which makes wrong master node
retrieval
--
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/d/optout.