[jenkinsci/dependency-check-plugin] dd1090: - add preserve build result feature

2019-04-08 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-check-plugin
  Commit: dd10903028e50ccf3daabc74c8b57a4e9b82954e
  
https://github.com/jenkinsci/dependency-check-plugin/commit/dd10903028e50ccf3daabc74c8b57a4e9b82954e
  Author: fryday.kg 
  Date:   2019-03-04 (Mon, 04 Mar 2019)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/DependencyCheck/AbstractDependencyCheckBuilder.java
M 
src/main/java/org/jenkinsci/plugins/DependencyCheck/DependencyCheckBuilder.java
M 
src/main/resources/org/jenkinsci/plugins/DependencyCheck/DependencyCheckBuilder/config.jelly
M 
src/main/resources/org/jenkinsci/plugins/DependencyCheck/DependencyCheckBuilder/config.properties
A src/main/webapp/help-buildResultSuccess-preserve.html

  Log Message:
  ---
  - add preserve build result feature


  Commit: 09890ddbf2a4f035fe612cc5b5807740913c48bb
  
https://github.com/jenkinsci/dependency-check-plugin/commit/09890ddbf2a4f035fe612cc5b5807740913c48bb
  Author: Artem Bachevsky 
  Date:   2019-03-04 (Mon, 04 Mar 2019)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/DependencyCheck/DependencyCheckBuilder.java

  Log Message:
  ---
  Update DependencyCheckBuilder.java


  Commit: ed0d30f88dde04e001f2a658c34b3aacde39311a
  
https://github.com/jenkinsci/dependency-check-plugin/commit/ed0d30f88dde04e001f2a658c34b3aacde39311a
  Author: Steve Springett 
  Date:   2019-04-08 (Mon, 08 Apr 2019)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/DependencyCheck/AbstractDependencyCheckBuilder.java
M 
src/main/java/org/jenkinsci/plugins/DependencyCheck/DependencyCheckBuilder.java
M 
src/main/resources/org/jenkinsci/plugins/DependencyCheck/DependencyCheckBuilder/config.jelly
M 
src/main/resources/org/jenkinsci/plugins/DependencyCheck/DependencyCheckBuilder/config.properties
A src/main/webapp/help-buildResultSuccess-preserve.html

  Log Message:
  ---
  Merge pull request #30 from frydaykg/not-failure-on-unsuccess

Preserve build result state regardless scan success


Compare: 
https://github.com/jenkinsci/dependency-check-plugin/compare/86ff354b7971...ed0d30f88dde

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/dependency-check-plugin] 60db4e: Initial v5.0 refactor

2019-04-08 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-check-plugin
  Commit: 60db4e424d9bacfa8b4b6a0ca4fe637d82d4d49d
  
https://github.com/jenkinsci/dependency-check-plugin/commit/60db4e424d9bacfa8b4b6a0ca4fe637d82d4d49d
  Author: stevespringett 
  Date:   2019-04-08 (Mon, 08 Apr 2019)

  Changed paths:
M pom.xml
M 
src/main/java/org/jenkinsci/plugins/DependencyCheck/AbstractDependencyCheckBuilder.java
R 
src/main/java/org/jenkinsci/plugins/DependencyCheck/CustomAnnotationsLabelProvider.java
R 
src/main/java/org/jenkinsci/plugins/DependencyCheck/DependencyCheckAnnotationsAggregator.java
M 
src/main/java/org/jenkinsci/plugins/DependencyCheck/DependencyCheckBuilder.java
R 
src/main/java/org/jenkinsci/plugins/DependencyCheck/DependencyCheckDescriptor.java
R 
src/main/java/org/jenkinsci/plugins/DependencyCheck/DependencyCheckDetailBuilder.java
M 
src/main/java/org/jenkinsci/plugins/DependencyCheck/DependencyCheckExecutor.java
R 
src/main/java/org/jenkinsci/plugins/DependencyCheck/DependencyCheckHealthDescriptor.java
M 
src/main/java/org/jenkinsci/plugins/DependencyCheck/DependencyCheckPlugin.java
R 
src/main/java/org/jenkinsci/plugins/DependencyCheck/DependencyCheckProjectAction.java
R 
src/main/java/org/jenkinsci/plugins/DependencyCheck/DependencyCheckPublisher.java
R 
src/main/java/org/jenkinsci/plugins/DependencyCheck/DependencyCheckResult.java
R 
src/main/java/org/jenkinsci/plugins/DependencyCheck/DependencyCheckResultAction.java
R 
src/main/java/org/jenkinsci/plugins/DependencyCheck/DependencyCheckTabDetail.java
M 
src/main/java/org/jenkinsci/plugins/DependencyCheck/DependencyCheckUpdateOnlyBuilder.java
R 
src/main/java/org/jenkinsci/plugins/DependencyCheck/FixedVulnerabilityDetail.java
A src/main/java/org/jenkinsci/plugins/DependencyCheck/GlobalOptions.java
A src/main/java/org/jenkinsci/plugins/DependencyCheck/JobOptions.java
R src/main/java/org/jenkinsci/plugins/DependencyCheck/Options.java
M src/main/java/org/jenkinsci/plugins/DependencyCheck/PluginUtil.java
A 
src/main/java/org/jenkinsci/plugins/DependencyCheck/ThresholdCapablePublisher.java
R 
src/main/java/org/jenkinsci/plugins/DependencyCheck/dashboard/WarningsNewVersusFixedGraphPortlet.java
R 
src/main/java/org/jenkinsci/plugins/DependencyCheck/dashboard/WarningsPriorityGraphPortlet.java
R 
src/main/java/org/jenkinsci/plugins/DependencyCheck/dashboard/WarningsTablePortlet.java
R 
src/main/java/org/jenkinsci/plugins/DependencyCheck/dashboard/WarningsTotalsGraphPortlet.java
R 
src/main/java/org/jenkinsci/plugins/DependencyCheck/dashboard/WarningsUserGraphPortlet.java
A src/main/java/org/jenkinsci/plugins/DependencyCheck/model/Analysis.java
A src/main/java/org/jenkinsci/plugins/DependencyCheck/model/Finding.java
A 
src/main/java/org/jenkinsci/plugins/DependencyCheck/model/ReportParser.java
A src/main/java/org/jenkinsci/plugins/DependencyCheck/model/RiskGate.java
A src/main/java/org/jenkinsci/plugins/DependencyCheck/model/Severity.java
A 
src/main/java/org/jenkinsci/plugins/DependencyCheck/model/SeverityDistribution.java
A src/main/java/org/jenkinsci/plugins/DependencyCheck/model/Thresholds.java
A 
src/main/java/org/jenkinsci/plugins/DependencyCheck/model/VulnerabilityCreationFactory.java
R src/main/java/org/jenkinsci/plugins/DependencyCheck/parser/Analysis.java
R 
src/main/java/org/jenkinsci/plugins/DependencyCheck/parser/ReportParser.java
R 
src/main/java/org/jenkinsci/plugins/DependencyCheck/parser/VulnerabilityCreationFactory.java
R src/main/java/org/jenkinsci/plugins/DependencyCheck/parser/Warning.java
R 
src/main/java/org/jenkinsci/plugins/DependencyCheck/tokens/DependencyCheckResultTokenMacro.java
R 
src/main/java/org/jenkinsci/plugins/DependencyCheck/tokens/DependencyCheckWarningCountTokenMacro.java
R 
src/main/java/org/jenkinsci/plugins/DependencyCheck/tokens/FixedDependencyCheckWarningsTokenMacro.java
R 
src/main/java/org/jenkinsci/plugins/DependencyCheck/tokens/NewDependencyCheckWarningsTokenMacro.java
A 
src/main/java/org/jenkinsci/plugins/DependencyCheck/transformer/FindingsTransformer.java
R 
src/main/resources/org/jenkinsci/plugins/DependencyCheck/DependencyCheckResult/index.jelly
R 
src/main/resources/org/jenkinsci/plugins/DependencyCheck/DependencyCheckResult/index.properties
R 
src/main/resources/org/jenkinsci/plugins/DependencyCheck/DependencyCheckTabDetail/categories.jelly
R 
src/main/resources/org/jenkinsci/plugins/DependencyCheck/DependencyCheckTabDetail/categories.properties
R 
src/main/resources/org/jenkinsci/plugins/DependencyCheck/DependencyCheckTabDetail/details.jelly
R 
src/main/resources/org/jenkinsci/plugins/DependencyCheck/DependencyCheckTabDetail/details.properties
R 
src/main/resources/org/jenkinsci/plugins/DependencyCheck/DependencyCheckTabDetail/fixed.jelly
R 
src/main/resources/org/j

[jenkinsci/dependency-check-plugin] 50e372: Update to use 5.0.0 snapshot and corrections to en...

2019-04-27 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-check-plugin
  Commit: 50e3725c3d39d5b381c28128401e3596fa055bf3
  
https://github.com/jenkinsci/dependency-check-plugin/commit/50e3725c3d39d5b381c28128401e3596fa055bf3
  Author: stevespringett 
  Date:   2019-04-28 (Sun, 28 Apr 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update to use 5.0.0 snapshot and corrections to enforcer rules


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/dependency-check-plugin] cdb698: Added OSSINDEX

2019-04-27 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-check-plugin
  Commit: cdb698d526d77925c89712ba228408d7d7d19028
  
https://github.com/jenkinsci/dependency-check-plugin/commit/cdb698d526d77925c89712ba228408d7d7d19028
  Author: stevespringett 
  Date:   2019-04-28 (Sun, 28 Apr 2019)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/DependencyCheck/model/VulnerabilityCreationFactory.java

  Log Message:
  ---
  Added OSSINDEX


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/dependency-check-plugin] 0f7e91: Initial port from Dependency-Track plugin

2019-04-27 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-check-plugin
  Commit: 0f7e9156f40851da672c8f658ee7477723bb7730
  
https://github.com/jenkinsci/dependency-check-plugin/commit/0f7e9156f40851da672c8f658ee7477723bb7730
  Author: stevespringett 
  Date:   2019-04-28 (Sun, 28 Apr 2019)

  Changed paths:
A src/main/java/org/jenkinsci/plugins/DependencyCheck/JobAction.java
A src/main/java/org/jenkinsci/plugins/DependencyCheck/ResultAction.java

  Log Message:
  ---
  Initial port from Dependency-Track plugin


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/dependency-check-plugin] b5be93: More 5.0.0 refactoring

2019-06-09 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-check-plugin
  Commit: b5be932525500d9e668681d70b874d62c2bdf955
  
https://github.com/jenkinsci/dependency-check-plugin/commit/b5be932525500d9e668681d70b874d62c2bdf955
  Author: stevespringett 
  Date:   2019-06-09 (Sun, 09 Jun 2019)

  Changed paths:
M pom.xml
M 
src/main/java/org/jenkinsci/plugins/DependencyCheck/AbstractDependencyCheckBuilder.java
A src/main/java/org/jenkinsci/plugins/DependencyCheck/ConsoleLogger.java
M 
src/main/java/org/jenkinsci/plugins/DependencyCheck/DependencyCheckExecutor.java
A 
src/main/java/org/jenkinsci/plugins/DependencyCheck/DependencyCheckPublisher.java
M src/main/java/org/jenkinsci/plugins/DependencyCheck/ResultAction.java
M 
src/main/java/org/jenkinsci/plugins/DependencyCheck/ThresholdCapablePublisher.java
M 
src/main/java/org/jenkinsci/plugins/DependencyCheck/model/ReportParser.java
M 
src/main/java/org/jenkinsci/plugins/DependencyCheck/model/VulnerabilityCreationFactory.java
M 
src/main/resources/org/jenkinsci/plugins/DependencyCheck/DependencyCheckPublisher/config.jelly
A 
src/main/resources/org/jenkinsci/plugins/DependencyCheck/JobAction/floatingBox.jelly
M 
src/main/resources/org/jenkinsci/plugins/DependencyCheck/Messages.properties
A 
src/main/resources/org/jenkinsci/plugins/DependencyCheck/ResultAction/index.jelly
A src/main/webapp/css/custom.css
A src/main/webapp/css/font-awesome.min.css
A src/main/webapp/css/footable.standalone.min.css
A src/main/webapp/css/tipped.css
A src/main/webapp/fonts/FontAwesome.otf
A src/main/webapp/fonts/fontawesome-webfont.eot
A src/main/webapp/fonts/fontawesome-webfont.svg
A src/main/webapp/fonts/fontawesome-webfont.ttf
A src/main/webapp/fonts/fontawesome-webfont.woff
A src/main/webapp/fonts/fontawesome-webfont.woff2
A src/main/webapp/help-thresholds-new.html
A src/main/webapp/help-thresholds-total.html
A src/main/webapp/icons/red.svg
A src/main/webapp/icons/yellow.svg
A src/main/webapp/js/charts.js
A src/main/webapp/js/libs/echarts.common.min.js
A src/main/webapp/js/libs/footable.min.js
A src/main/webapp/js/libs/jquery.min.js
A src/main/webapp/js/libs/jquery.min.js.map
A src/main/webapp/js/libs/tipped.js
A src/main/webapp/js/no-prototype.js
M 
src/test/java/org/jenkinsci/plugins/dependencycheck/DependencyCheckWorkflowTest.java
A 
src/test/resources/org/jenkinsci/plugins/dependencycheck/parser/dependency-check-report.xml

  Log Message:
  ---
  More 5.0.0 refactoring


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-check-plugin/push/refs/heads/master/0f7e91-b5be93%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/dependency-check-plugin] 27ff1e: Creating model classes that do not rely on depende...

2019-06-10 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-check-plugin
  Commit: 27ff1ef19107c7c095f58d908a9ee9ec2f055a1c
  
https://github.com/jenkinsci/dependency-check-plugin/commit/27ff1ef19107c7c095f58d908a9ee9ec2f055a1c
  Author: stevespringett 
  Date:   2019-06-10 (Mon, 10 Jun 2019)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/DependencyCheck/DependencyCheckExecutor.java
M src/main/java/org/jenkinsci/plugins/DependencyCheck/model/Analysis.java
A src/main/java/org/jenkinsci/plugins/DependencyCheck/model/CvssV2.java
A src/main/java/org/jenkinsci/plugins/DependencyCheck/model/CvssV3.java
A src/main/java/org/jenkinsci/plugins/DependencyCheck/model/Dependency.java
M src/main/java/org/jenkinsci/plugins/DependencyCheck/model/Finding.java
A src/main/java/org/jenkinsci/plugins/DependencyCheck/model/Reference.java
M 
src/main/java/org/jenkinsci/plugins/DependencyCheck/model/ReportParser.java
A 
src/main/java/org/jenkinsci/plugins/DependencyCheck/model/Vulnerability.java
M 
src/main/java/org/jenkinsci/plugins/DependencyCheck/model/VulnerabilityCreationFactory.java
M 
src/main/java/org/jenkinsci/plugins/DependencyCheck/transformer/FindingsTransformer.java
M 
src/main/resources/org/jenkinsci/plugins/DependencyCheck/Messages.properties

  Log Message:
  ---
  Creating model classes that do not rely on dependency-check-core. Deprecating 
builder


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-check-plugin/push/refs/heads/master/b5be93-27ff1e%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/dependency-check-plugin] 817f75: Added build-time download of javascript dependenci...

2019-06-10 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-check-plugin
  Commit: 817f75d7cbd1e5ae38419965b8bd54861805d9a3
  
https://github.com/jenkinsci/dependency-check-plugin/commit/817f75d7cbd1e5ae38419965b8bd54861805d9a3
  Author: stevespringett 
  Date:   2019-06-10 (Mon, 10 Jun 2019)

  Changed paths:
M pom.xml
R src/main/webapp/js/libs/echarts.common.min.js
R src/main/webapp/js/libs/footable.min.js
R src/main/webapp/js/libs/jquery.min.js
R src/main/webapp/js/libs/jquery.min.js.map

  Log Message:
  ---
  Added build-time download of javascript dependencies. Removed deps from repo


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-check-plugin/push/refs/heads/master/27ff1e-817f75%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/dependency-check-plugin] 3079cb: Removed spacing

2019-06-10 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-check-plugin
  Commit: 3079cb7ab9b2eb7afe44a97d57270504880a6e47
  
https://github.com/jenkinsci/dependency-check-plugin/commit/3079cb7ab9b2eb7afe44a97d57270504880a6e47
  Author: stevespringett 
  Date:   2019-06-10 (Mon, 10 Jun 2019)

  Changed paths:
M src/main/webapp/js/charts.js

  Log Message:
  ---
  Removed spacing


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-check-plugin/push/refs/heads/master/817f75-3079cb%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/dependency-check-plugin] cb5e2c: Adding installation

2019-06-14 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-check-plugin
  Commit: cb5e2ca799d8f820678a0ffb5c0c3ebf74092cd0
  
https://github.com/jenkinsci/dependency-check-plugin/commit/cb5e2ca799d8f820678a0ffb5c0c3ebf74092cd0
  Author: stevespringett 
  Date:   2019-06-14 (Fri, 14 Jun 2019)

  Changed paths:
A 
src/main/java/org/jenkinsci/plugins/DependencyCheck/tools/DependencyCheckInstaller.java

  Log Message:
  ---
  Adding installation


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-check-plugin/push/refs/heads/master/3079cb-cb5e2c%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/dependency-check-plugin] bcff74: Added installation, updates to new tool builder an...

2019-06-15 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-check-plugin
  Commit: bcff74a69e1d873a91a0b4957c6ad63384ce847d
  
https://github.com/jenkinsci/dependency-check-plugin/commit/bcff74a69e1d873a91a0b4957c6ad63384ce847d
  Author: stevespringett 
  Date:   2019-06-15 (Sat, 15 Jun 2019)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/DependencyCheck/ConsoleLogger.java
A 
src/main/java/org/jenkinsci/plugins/DependencyCheck/DependencyCheckToolBuilder.java
A 
src/main/java/org/jenkinsci/plugins/DependencyCheck/tools/DependencyCheckInstallation.java

  Log Message:
  ---
  Added installation, updates to new tool builder and console logger


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-check-plugin/push/refs/heads/master/cb5e2c-bcff74%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/dependency-check-plugin] a4b584: Initial commit

2019-06-15 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-check-plugin
  Commit: a4b584da269270124013cc2ccd8e9deee1a66254
  
https://github.com/jenkinsci/dependency-check-plugin/commit/a4b584da269270124013cc2ccd8e9deee1a66254
  Author: stevespringett 
  Date:   2019-06-15 (Sat, 15 Jun 2019)

  Changed paths:
A 
src/main/resources/org/jenkinsci/plugins/DependencyCheck/DependencyCheckInstaller/config.jelly

  Log Message:
  ---
  Initial commit


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-check-plugin/push/refs/heads/master/bcff74-a4b584%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/dependency-check-plugin] c4fc47: initial commit

2019-06-15 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-check-plugin
  Commit: c4fc47ad7d4ac831ffde1b44eaaae18f25f46b1e
  
https://github.com/jenkinsci/dependency-check-plugin/commit/c4fc47ad7d4ac831ffde1b44eaaae18f25f46b1e
  Author: stevespringett 
  Date:   2019-06-15 (Sat, 15 Jun 2019)

  Changed paths:
A 
src/main/resources/org/jenkinsci/plugins/DependencyCheck/DependencyCheckToolBuilder/config.jelly

  Log Message:
  ---
  initial commit


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-check-plugin/push/refs/heads/master/a4b584-c4fc47%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/dependency-check-plugin] aeb67d: Removed spacing

2019-06-15 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-check-plugin
  Commit: aeb67ddf41ebbe3ff223263c7fb84729cf4c1090
  
https://github.com/jenkinsci/dependency-check-plugin/commit/aeb67ddf41ebbe3ff223263c7fb84729cf4c1090
  Author: stevespringett 
  Date:   2019-06-15 (Sat, 15 Jun 2019)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/DependencyCheck/tools/DependencyCheckInstallation.java

  Log Message:
  ---
  Removed spacing


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-check-plugin/push/refs/heads/master/c4fc47-aeb67d%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/dependency-check-plugin] 58888f: Removing legacy builder. Adding initial (working) ...

2019-06-17 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-check-plugin
  Commit: 5f62661a02f78db655114d9df1ac2ad4db2b
  
https://github.com/jenkinsci/dependency-check-plugin/commit/5f62661a02f78db655114d9df1ac2ad4db2b
  Author: stevespringett 
  Date:   2019-06-17 (Mon, 17 Jun 2019)

  Changed paths:
M pom.xml
R 
src/main/java/org/jenkinsci/plugins/DependencyCheck/AbstractDependencyCheckBuilder.java
R 
src/main/java/org/jenkinsci/plugins/DependencyCheck/DependencyCheckBuilder.java
R 
src/main/java/org/jenkinsci/plugins/DependencyCheck/DependencyCheckExecutor.java
M 
src/main/java/org/jenkinsci/plugins/DependencyCheck/DependencyCheckPublisher.java
M 
src/main/java/org/jenkinsci/plugins/DependencyCheck/DependencyCheckToolBuilder.java
R 
src/main/java/org/jenkinsci/plugins/DependencyCheck/DependencyCheckUpdateOnlyBuilder.java
R src/main/java/org/jenkinsci/plugins/DependencyCheck/GlobalOptions.java
R src/main/java/org/jenkinsci/plugins/DependencyCheck/JobOptions.java
M 
src/main/java/org/jenkinsci/plugins/DependencyCheck/tools/DependencyCheckInstallation.java
R 
src/main/resources/org/jenkinsci/plugins/DependencyCheck/DependencyCheckBuilder/config.jelly
R 
src/main/resources/org/jenkinsci/plugins/DependencyCheck/DependencyCheckBuilder/config.properties
R 
src/main/resources/org/jenkinsci/plugins/DependencyCheck/DependencyCheckBuilder/global.jelly
R 
src/main/resources/org/jenkinsci/plugins/DependencyCheck/DependencyCheckBuilder/global.properties
R 
src/main/resources/org/jenkinsci/plugins/DependencyCheck/DependencyCheckUpdateOnlyBuilder/config.jelly
R 
src/main/resources/org/jenkinsci/plugins/DependencyCheck/DependencyCheckUpdateOnlyBuilder/config.properties
M 
src/main/resources/org/jenkinsci/plugins/DependencyCheck/Messages.properties

  Log Message:
  ---
  Removing legacy builder. Adding initial (working) execution of odc tool


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-check-plugin/push/refs/heads/master/aeb67d-5f%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/dependency-check-plugin] 67568d: Added scm and upstream skip. Added argument genera...

2019-06-17 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-check-plugin
  Commit: 67568d7b82f5aabfd49bffc8619e8032da884906
  
https://github.com/jenkinsci/dependency-check-plugin/commit/67568d7b82f5aabfd49bffc8619e8032da884906
  Author: stevespringett 
  Date:   2019-06-18 (Tue, 18 Jun 2019)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/DependencyCheck/DependencyCheckToolBuilder.java
R src/main/java/org/jenkinsci/plugins/DependencyCheck/PluginUtil.java
M 
src/main/resources/org/jenkinsci/plugins/DependencyCheck/DependencyCheckToolBuilder/config.jelly
A 
src/main/resources/org/jenkinsci/plugins/DependencyCheck/DependencyCheckToolBuilder/config.properties
A src/main/webapp/help-additional-arguments.html
R src/main/webapp/help-archive-analyzer-enabled.html
R src/main/webapp/help-artifactory-api-token.html
R src/main/webapp/help-artifactory-api-username.html
R src/main/webapp/help-artifactory-bearer-token.html
R src/main/webapp/help-artifactoryenabled.html
R src/main/webapp/help-artifactoryproxybypass.html
R src/main/webapp/help-artifactoryurl.html
R src/main/webapp/help-assembly-analyzer-enabled.html
R src/main/webapp/help-autoconf-analyzer-enabled.html
R src/main/webapp/help-autoupdate.html
R src/main/webapp/help-bundleauditpath.html
R src/main/webapp/help-centralenabled.html
R src/main/webapp/help-centralurl.html
A src/main/webapp/help-choose-installation.html
R src/main/webapp/help-cmake-analyzer-enabled.html
R src/main/webapp/help-cocoapods-analyzer-enabled.html
R src/main/webapp/help-composerlock-analyzer-enabled.html
R src/main/webapp/help-database-connstring.html
R src/main/webapp/help-database-dbdriver.html
R src/main/webapp/help-database-dbpassword.html
R src/main/webapp/help-database-dbuser.html
R src/main/webapp/help-database-path.html
R src/main/webapp/help-datadir.html
R src/main/webapp/help-datamirror-cve-base-1.2-url.html
R src/main/webapp/help-datamirror-cve-base-2.0-url.html
R src/main/webapp/help-datamirror-cve-modified-1.2-url.html
R src/main/webapp/help-datamirror-cve-modified-2.0-url.html
R src/main/webapp/help-datamirror-retirejs-repo-js-url.html
R src/main/webapp/help-datamirror.html
R src/main/webapp/help-extensions-zip.html
R src/main/webapp/help-format-csv.html
R src/main/webapp/help-format-html.html
R src/main/webapp/help-format-json.html
R src/main/webapp/help-format-vuln.html
R src/main/webapp/help-hints-file.html
R src/main/webapp/help-jar-analyzer-enabled.html
R src/main/webapp/help-monopath.html
R src/main/webapp/help-msbuildproject-analyzer-enabled.html
R src/main/webapp/help-nexusenabled.html
R src/main/webapp/help-nexusproxybypass.html
R src/main/webapp/help-nexusurl.html
R src/main/webapp/help-nodeaudit-analyzer-enabled.html
R src/main/webapp/help-nodepackage-analyzer-enabled.html
R src/main/webapp/help-nugetconfig-analyzer-enabled.html
R src/main/webapp/help-nuspec-analyzer-enabled.html
R src/main/webapp/help-nvdproxybypass.html
R src/main/webapp/help-openssl-analyzer-enabled.html
R src/main/webapp/help-outdir.html
R src/main/webapp/help-python-distribution-analyzer-enabled.html
R src/main/webapp/help-python-package-analyzer-enabled.html
R src/main/webapp/help-quickquery-timestamp.html
R src/main/webapp/help-retirejs-analyzer-enabled.html
R src/main/webapp/help-rubybundleraudit-analyzer-enabled.html
R src/main/webapp/help-rubygem-analyzer-enabled.html
R src/main/webapp/help-scanpath.html
R src/main/webapp/help-suppression-file.html
R src/main/webapp/help-swiftpm-analyzer-enabled.html
R src/main/webapp/help-xmlreport.html

  Log Message:
  ---
  Added scm and upstream skip. Added argument generation. Removed legacy help 
files


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-check-plugin/push/refs/heads/master/5f-67568d%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/dependency-check-plugin] 606096: Updating readme

2019-06-17 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-check-plugin
  Commit: 60609648cc53e198433d43c4c0c0d36f3f8f8edd
  
https://github.com/jenkinsci/dependency-check-plugin/commit/60609648cc53e198433d43c4c0c0d36f3f8f8edd
  Author: stevespringett 
  Date:   2019-06-18 (Tue, 18 Jun 2019)

  Changed paths:
M README.md

  Log Message:
  ---
  Updating readme


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-check-plugin/push/refs/heads/master/67568d-606096%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/dependency-check-plugin] e6ed58: Updating desc

2019-06-17 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-check-plugin
  Commit: e6ed58914b8542ae1acef20b262fe4cf48666fc1
  
https://github.com/jenkinsci/dependency-check-plugin/commit/e6ed58914b8542ae1acef20b262fe4cf48666fc1
  Author: stevespringett 
  Date:   2019-06-18 (Tue, 18 Jun 2019)

  Changed paths:
M src/main/resources/index.jelly

  Log Message:
  ---
  Updating desc


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-check-plugin/push/refs/heads/master/606096-e6ed58%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/dependency-check-plugin] 80403a: Updating desc

2019-06-17 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-check-plugin
  Commit: 80403adfbf5575bbd67fba8930950f5579cae257
  
https://github.com/jenkinsci/dependency-check-plugin/commit/80403adfbf5575bbd67fba8930950f5579cae257
  Author: stevespringett 
  Date:   2019-06-18 (Tue, 18 Jun 2019)

  Changed paths:
M README.md

  Log Message:
  ---
  Updating desc


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-check-plugin/push/refs/heads/master/e6ed58-80403a%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/dependency-check-plugin] 8a2430: Added 'add' methods to models

2019-06-24 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-check-plugin
  Commit: 8a2430e08d09ab2b2265586370ee971220411abd
  
https://github.com/jenkinsci/dependency-check-plugin/commit/8a2430e08d09ab2b2265586370ee971220411abd
  Author: stevespringett 
  Date:   2019-06-24 (Mon, 24 Jun 2019)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/DependencyCheck/model/Dependency.java
M 
src/main/java/org/jenkinsci/plugins/DependencyCheck/model/ReportParser.java
M 
src/main/java/org/jenkinsci/plugins/DependencyCheck/model/Vulnerability.java

  Log Message:
  ---
  Added 'add' methods to models


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-check-plugin/push/refs/heads/master/80403a-8a2430%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/dependency-check-plugin] f4638a: Fixed up analyzer to be compatible with schema v2.x

2019-06-24 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-check-plugin
  Commit: f4638ac7ca07552db49480782b0d92eb6b0eddd7
  
https://github.com/jenkinsci/dependency-check-plugin/commit/f4638ac7ca07552db49480782b0d92eb6b0eddd7
  Author: stevespringett 
  Date:   2019-06-24 (Mon, 24 Jun 2019)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/DependencyCheck/DependencyCheckPublisher.java
M src/main/java/org/jenkinsci/plugins/DependencyCheck/model/Analysis.java
A src/main/java/org/jenkinsci/plugins/DependencyCheck/model/ProjectInfo.java
M 
src/main/java/org/jenkinsci/plugins/DependencyCheck/model/ReportParser.java
A 
src/main/java/org/jenkinsci/plugins/DependencyCheck/model/ReportParserException.java
A src/main/java/org/jenkinsci/plugins/DependencyCheck/model/ScanInfo.java

  Log Message:
  ---
  Fixed up analyzer to be compatible with schema v2.x


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-check-plugin/push/refs/heads/master/8a2430-f4638a%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/dependency-track-plugin] 14a7cc: Added unassigned severity

2019-06-25 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-track-plugin
  Commit: 14a7cc2b97c56720443ad8cc2ff30ef9273ceec0
  
https://github.com/jenkinsci/dependency-track-plugin/commit/14a7cc2b97c56720443ad8cc2ff30ef9273ceec0
  Author: Steve Springett 
  Date:   2019-06-25 (Tue, 25 Jun 2019)

  Changed paths:
M src/main/webapp/js/charts.js

  Log Message:
  ---
  Added unassigned severity


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-track-plugin/push/refs/heads/master/cbb4d7-14a7cc%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/dependency-check-plugin] bcd23a: Added unassigned severity

2019-06-25 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-check-plugin
  Commit: bcd23a43ded2cdd480a8e0d0747ecbc5f94e935d
  
https://github.com/jenkinsci/dependency-check-plugin/commit/bcd23a43ded2cdd480a8e0d0747ecbc5f94e935d
  Author: stevespringett 
  Date:   2019-06-25 (Tue, 25 Jun 2019)

  Changed paths:
M src/main/webapp/js/charts.js

  Log Message:
  ---
  Added unassigned severity


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-check-plugin/push/refs/heads/master/f4638a-bcd23a%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/dependency-check-plugin] a6f86f: Fixed icon path

2019-06-25 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-check-plugin
  Commit: a6f86f18a2639d41afefccc42e0507858df0ecfb
  
https://github.com/jenkinsci/dependency-check-plugin/commit/a6f86f18a2639d41afefccc42e0507858df0ecfb
  Author: stevespringett 
  Date:   2019-06-25 (Tue, 25 Jun 2019)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/DependencyCheck/ResultAction.java

  Log Message:
  ---
  Fixed icon 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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-check-plugin/push/refs/heads/master/bcd23a-a6f86f%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/dependency-check-plugin] da6fe1: Added threshold evaluation

2019-06-25 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-check-plugin
  Commit: da6fe1306c4e4dde952f7bfb66c2494fe15a3611
  
https://github.com/jenkinsci/dependency-check-plugin/commit/da6fe1306c4e4dde952f7bfb66c2494fe15a3611
  Author: stevespringett 
  Date:   2019-06-25 (Tue, 25 Jun 2019)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/DependencyCheck/DependencyCheckPublisher.java

  Log Message:
  ---
  Added threshold evaluation


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-check-plugin/push/refs/heads/master/a6f86f-da6fe1%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/dependency-check-plugin] 2a144f: Removed dead code

2019-06-25 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-check-plugin
  Commit: 2a144f3aa0435c47e1c97346d69188894030efa1
  
https://github.com/jenkinsci/dependency-check-plugin/commit/2a144f3aa0435c47e1c97346d69188894030efa1
  Author: stevespringett 
  Date:   2019-06-25 (Tue, 25 Jun 2019)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/DependencyCheck/DependencyCheckPublisher.java

  Log Message:
  ---
  Removed dead code


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-check-plugin/push/refs/heads/master/da6fe1-2a144f%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/dependency-check-plugin] 00321d: Added Cwe parsing. Moved severity normalization

2019-06-25 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-check-plugin
  Commit: 00321d71981193c45de4b708ee3860abc0587fb9
  
https://github.com/jenkinsci/dependency-check-plugin/commit/00321d71981193c45de4b708ee3860abc0587fb9
  Author: stevespringett 
  Date:   2019-06-25 (Tue, 25 Jun 2019)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/DependencyCheck/model/ReportParser.java
M src/main/java/org/jenkinsci/plugins/DependencyCheck/model/Severity.java
M 
src/main/java/org/jenkinsci/plugins/DependencyCheck/model/Vulnerability.java

  Log Message:
  ---
  Added Cwe parsing. Moved severity normalization


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-check-plugin/push/refs/heads/master/2a144f-00321d%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/dependency-check-plugin] aa9311: Ported transformer to match odc model objects

2019-06-25 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-check-plugin
  Commit: aa9311c325897f50e4c837113c619616bd525034
  
https://github.com/jenkinsci/dependency-check-plugin/commit/aa9311c325897f50e4c837113c619616bd525034
  Author: stevespringett 
  Date:   2019-06-25 (Tue, 25 Jun 2019)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/DependencyCheck/transformer/FindingsTransformer.java

  Log Message:
  ---
  Ported transformer to match odc model objects


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-check-plugin/push/refs/heads/master/00321d-aa9311%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/dependency-check-plugin] 481759: Label change

2019-06-25 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-check-plugin
  Commit: 48175911057023d817d809cb7b7a623788fe3d81
  
https://github.com/jenkinsci/dependency-check-plugin/commit/48175911057023d817d809cb7b7a623788fe3d81
  Author: stevespringett 
  Date:   2019-06-25 (Tue, 25 Jun 2019)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/DependencyCheck/transformer/FindingsTransformer.java

  Log Message:
  ---
  Label change


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-check-plugin/push/refs/heads/master/aa9311-481759%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/dependency-check-plugin] aa32ba: Javadoc and minor changes

2019-06-25 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-check-plugin
  Commit: aa32bababe3761324d8a3bed3a6e5e3fd29f9ebd
  
https://github.com/jenkinsci/dependency-check-plugin/commit/aa32bababe3761324d8a3bed3a6e5e3fd29f9ebd
  Author: stevespringett 
  Date:   2019-06-25 (Tue, 25 Jun 2019)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/DependencyCheck/ConsoleLogger.java
M 
src/main/java/org/jenkinsci/plugins/DependencyCheck/DependencyCheckPlugin.java
M 
src/main/java/org/jenkinsci/plugins/DependencyCheck/DependencyCheckPublisher.java
M 
src/main/java/org/jenkinsci/plugins/DependencyCheck/DependencyCheckToolBuilder.java
M src/main/java/org/jenkinsci/plugins/DependencyCheck/JobAction.java
M src/main/java/org/jenkinsci/plugins/DependencyCheck/ResultAction.java
M 
src/main/java/org/jenkinsci/plugins/DependencyCheck/ThresholdCapablePublisher.java
M src/main/java/org/jenkinsci/plugins/DependencyCheck/model/Analysis.java
M src/main/java/org/jenkinsci/plugins/DependencyCheck/model/CvssV2.java
M src/main/java/org/jenkinsci/plugins/DependencyCheck/model/CvssV3.java
M src/main/java/org/jenkinsci/plugins/DependencyCheck/model/Dependency.java
M src/main/java/org/jenkinsci/plugins/DependencyCheck/model/Finding.java
M src/main/java/org/jenkinsci/plugins/DependencyCheck/model/ProjectInfo.java
M src/main/java/org/jenkinsci/plugins/DependencyCheck/model/Reference.java
M 
src/main/java/org/jenkinsci/plugins/DependencyCheck/model/ReportParser.java
M 
src/main/java/org/jenkinsci/plugins/DependencyCheck/model/ReportParserException.java
M src/main/java/org/jenkinsci/plugins/DependencyCheck/model/RiskGate.java
M src/main/java/org/jenkinsci/plugins/DependencyCheck/model/ScanInfo.java
M src/main/java/org/jenkinsci/plugins/DependencyCheck/model/Severity.java
M 
src/main/java/org/jenkinsci/plugins/DependencyCheck/model/SeverityDistribution.java
M src/main/java/org/jenkinsci/plugins/DependencyCheck/model/Thresholds.java
M 
src/main/java/org/jenkinsci/plugins/DependencyCheck/model/Vulnerability.java
M 
src/main/java/org/jenkinsci/plugins/DependencyCheck/model/VulnerabilityCreationFactory.java
M 
src/main/java/org/jenkinsci/plugins/DependencyCheck/tools/DependencyCheckInstallation.java
M 
src/main/java/org/jenkinsci/plugins/DependencyCheck/tools/DependencyCheckInstaller.java
M 
src/main/java/org/jenkinsci/plugins/DependencyCheck/transformer/FindingsTransformer.java

  Log Message:
  ---
  Javadoc and minor changes


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-check-plugin/push/refs/heads/master/481759-aa32ba%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/dependency-check-plugin] 9e8360: Year

2019-06-25 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-check-plugin
  Commit: 9e83604bea3a284189bf214921fa4775bec74a29
  
https://github.com/jenkinsci/dependency-check-plugin/commit/9e83604bea3a284189bf214921fa4775bec74a29
  Author: stevespringett 
  Date:   2019-06-25 (Tue, 25 Jun 2019)

  Changed paths:
M README.md

  Log Message:
  ---
  Year


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-check-plugin/push/refs/heads/master/aa32ba-9e8360%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/dependency-check-plugin] 905bc6: header

2019-06-25 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-check-plugin
  Commit: 905bc62a1cd6c7163b2c162a9bf24ce010d3cc08
  
https://github.com/jenkinsci/dependency-check-plugin/commit/905bc62a1cd6c7163b2c162a9bf24ce010d3cc08
  Author: stevespringett 
  Date:   2019-06-25 (Tue, 25 Jun 2019)

  Changed paths:
M src/main/resources/index.jelly
M 
src/main/resources/org/jenkinsci/plugins/DependencyCheck/DependencyCheckToolBuilder/config.jelly
M 
src/main/resources/org/jenkinsci/plugins/DependencyCheck/JobAction/floatingBox.jelly
M 
src/main/resources/org/jenkinsci/plugins/DependencyCheck/ResultAction/index.jelly

  Log Message:
  ---
  header


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-check-plugin/push/refs/heads/master/9e8360-905bc6%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/dependency-check-plugin] bd3b91: Removed unused help file

2019-06-25 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-check-plugin
  Commit: bd3b916415e41f740f623f267861118940a1060e
  
https://github.com/jenkinsci/dependency-check-plugin/commit/bd3b916415e41f740f623f267861118940a1060e
  Author: stevespringett 
  Date:   2019-06-25 (Tue, 25 Jun 2019)

  Changed paths:
R src/main/webapp/help-temppath.html

  Log Message:
  ---
  Removed unused help file


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-check-plugin/push/refs/heads/master/905bc6-bd3b91%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/dependency-check-plugin] 25876c: Fixed issue preventing dc versions from being list...

2019-07-05 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-check-plugin
  Commit: 25876cfac5894a540ede82804bd06ad8ff230876
  
https://github.com/jenkinsci/dependency-check-plugin/commit/25876cfac5894a540ede82804bd06ad8ff230876
  Author: stevespringett 
  Date:   2019-07-05 (Fri, 05 Jul 2019)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/DependencyCheck/tools/DependencyCheckInstaller.java

  Log Message:
  ---
  Fixed issue preventing dc versions from being listed from infra


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-check-plugin/push/refs/heads/master/bd3b91-25876c%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/dependency-check-plugin] 501887: imports

2019-07-05 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-check-plugin
  Commit: 501887f5d2ea8442b3c20bf8ae9078569ea3e9bf
  
https://github.com/jenkinsci/dependency-check-plugin/commit/501887f5d2ea8442b3c20bf8ae9078569ea3e9bf
  Author: stevespringett 
  Date:   2019-07-05 (Fri, 05 Jul 2019)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/DependencyCheck/tools/DependencyCheckInstaller.java

  Log Message:
  ---
  imports


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-check-plugin/push/refs/heads/master/25876c-501887%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/dependency-check-plugin] 8ea94d: Optimizing messages

2019-07-06 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-check-plugin
  Commit: 8ea94d3fea1b6814c37d348adb424ab2eb70dbb4
  
https://github.com/jenkinsci/dependency-check-plugin/commit/8ea94d3fea1b6814c37d348adb424ab2eb70dbb4
  Author: stevespringett 
  Date:   2019-07-06 (Sat, 06 Jul 2019)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/DependencyCheck/DependencyCheckPublisher.java
M 
src/main/java/org/jenkinsci/plugins/DependencyCheck/DependencyCheckToolBuilder.java
M 
src/main/resources/org/jenkinsci/plugins/DependencyCheck/Messages.properties

  Log Message:
  ---
  Optimizing messages


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-check-plugin/push/refs/heads/master/d8c0c8-8ea94d%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/dependency-check-plugin] d8c0c8: Correcting autoinstall location

2019-07-06 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-check-plugin
  Commit: d8c0c818bf2ef2c7417639935f0599ae3227a125
  
https://github.com/jenkinsci/dependency-check-plugin/commit/d8c0c818bf2ef2c7417639935f0599ae3227a125
  Author: stevespringett 
  Date:   2019-07-06 (Sat, 06 Jul 2019)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/DependencyCheck/tools/DependencyCheckInstallation.java

  Log Message:
  ---
  Correcting autoinstall location


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-check-plugin/push/refs/heads/master/501887-d8c0c8%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/dependency-check-plugin] 4f3d9e: Corrected label and added missing help file

2019-07-06 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-check-plugin
  Commit: 4f3d9e7f82f7ae5ee3532c704a603a83c491cad7
  
https://github.com/jenkinsci/dependency-check-plugin/commit/4f3d9e7f82f7ae5ee3532c704a603a83c491cad7
  Author: stevespringett 
  Date:   2019-07-06 (Sat, 06 Jul 2019)

  Changed paths:
M 
src/main/resources/org/jenkinsci/plugins/DependencyCheck/DependencyCheckPublisher/config.properties
A src/main/webapp/help-artifact.html

  Log Message:
  ---
  Corrected label and added missing help file


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-check-plugin/push/refs/heads/master/8ea94d-4f3d9e%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/dependency-check-plugin] cbc0c5: [maven-release-plugin] prepare for next developmen...

2019-07-06 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-check-plugin
  Commit: cbc0c54516d7c26818335ca27254e148b0b816bc
  
https://github.com/jenkinsci/dependency-check-plugin/commit/cbc0c54516d7c26818335ca27254e148b0b816bc
  Author: stevespringett 
  Date:   2019-07-06 (Sat, 06 Jul 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-check-plugin/push/refs/heads/master/55efa3-cbc0c5%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/dependency-check-plugin] 55efa3: [maven-release-plugin] prepare release dependency-...

2019-07-06 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-check-plugin
  Commit: 55efa3c25e6dde8101801953507ee7155e7bbdac
  
https://github.com/jenkinsci/dependency-check-plugin/commit/55efa3c25e6dde8101801953507ee7155e7bbdac
  Author: stevespringett 
  Date:   2019-07-06 (Sat, 06 Jul 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release dependency-check-jenkins-plugin-5.0.0


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-check-plugin/push/refs/heads/master/4f3d9e-55efa3%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/dependency-check-plugin]

2019-07-06 Thread Steve Springett
  Branch: refs/tags/dependency-check-jenkins-plugin-5.0.0
  Home:   https://github.com/jenkinsci/dependency-check-plugin

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-check-plugin/push/refs/tags/dependency-check-jenkins-plugin-5.0.0/00-c7f758%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/dependency-check-plugin] 977553: [maven-release-plugin] rollback the release of dep...

2019-07-06 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-check-plugin
  Commit: 977553a1f20504a9d839d6c87d2ab315f1369af9
  
https://github.com/jenkinsci/dependency-check-plugin/commit/977553a1f20504a9d839d6c87d2ab315f1369af9
  Author: stevespringett 
  Date:   2019-07-06 (Sat, 06 Jul 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] rollback the release of 
dependency-check-jenkins-plugin-5.0.0


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-check-plugin/push/refs/heads/master/cbc0c5-977553%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/dependency-check-plugin] 097bfa: Javadoc correction

2019-07-06 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-check-plugin
  Commit: 097bfa68f1158526c1f5f90634583ea4b85b148a
  
https://github.com/jenkinsci/dependency-check-plugin/commit/097bfa68f1158526c1f5f90634583ea4b85b148a
  Author: stevespringett 
  Date:   2019-07-06 (Sat, 06 Jul 2019)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/DependencyCheck/DependencyCheckPublisher.java

  Log Message:
  ---
  Javadoc correction


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-check-plugin/push/refs/heads/master/977553-097bfa%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/dependency-check-plugin]

2019-07-06 Thread Steve Springett
  Branch: refs/tags/dependency-check-jenkins-plugin-5.0.0
  Home:   https://github.com/jenkinsci/dependency-check-plugin

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-check-plugin/push/refs/tags/dependency-check-jenkins-plugin-5.0.0/c7f758-00%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/dependency-check-plugin] f6bc1a: [maven-release-plugin] rollback the release of dep...

2019-07-06 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-check-plugin
  Commit: f6bc1a39e53980aca278123775dbc9a2f4cc9998
  
https://github.com/jenkinsci/dependency-check-plugin/commit/f6bc1a39e53980aca278123775dbc9a2f4cc9998
  Author: stevespringett 
  Date:   2019-07-06 (Sat, 06 Jul 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] rollback the release of 
dependency-check-jenkins-plugin-5.0.0


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-check-plugin/push/refs/heads/master/e76333-f6bc1a%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/dependency-check-plugin] e76333: [maven-release-plugin] prepare release dependency-...

2019-07-06 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-check-plugin
  Commit: e76333a3b6a40c96cb352227346b8a360e4a1314
  
https://github.com/jenkinsci/dependency-check-plugin/commit/e76333a3b6a40c96cb352227346b8a360e4a1314
  Author: stevespringett 
  Date:   2019-07-06 (Sat, 06 Jul 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release dependency-check-jenkins-plugin-5.0.0


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-check-plugin/push/refs/heads/master/097bfa-e76333%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/dependency-check-plugin] a05a04: [maven-release-plugin] prepare release dependency-...

2019-07-06 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-check-plugin
  Commit: a05a0452d445918c895422e9f17b942acb8cc107
  
https://github.com/jenkinsci/dependency-check-plugin/commit/a05a0452d445918c895422e9f17b942acb8cc107
  Author: stevespringett 
  Date:   2019-07-06 (Sat, 06 Jul 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release dependency-check-jenkins-plugin-5.0.0


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-check-plugin/push/refs/heads/master/f6bc1a-a05a04%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/dependency-check-plugin] 6c6eaa: [maven-release-plugin] prepare for next developmen...

2019-07-06 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-check-plugin
  Commit: 6c6eaa196e73f03ddfa195c8d62b388acaf540dd
  
https://github.com/jenkinsci/dependency-check-plugin/commit/6c6eaa196e73f03ddfa195c8d62b388acaf540dd
  Author: stevespringett 
  Date:   2019-07-06 (Sat, 06 Jul 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-check-plugin/push/refs/heads/master/a05a04-6c6eaa%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/dependency-check-plugin]

2019-07-06 Thread Steve Springett
  Branch: refs/tags/dependency-check-jenkins-plugin-5.0.0
  Home:   https://github.com/jenkinsci/dependency-check-plugin

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-check-plugin/push/refs/tags/dependency-check-jenkins-plugin-5.0.0/00-d0e82f%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/dependency-check-plugin] 51b724: Use the configured pattern, instead of the default.

2019-07-08 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-check-plugin
  Commit: 51b7243518fcaccbd48f8e78b44475001af59ef5
  
https://github.com/jenkinsci/dependency-check-plugin/commit/51b7243518fcaccbd48f8e78b44475001af59ef5
  Author: James Howe <675056+orange...@users.noreply.github.com>
  Date:   2019-07-08 (Mon, 08 Jul 2019)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/DependencyCheck/DependencyCheckPublisher.java

  Log Message:
  ---
  Use the configured pattern, instead of the default.


  Commit: a71bf7524fa225c04d3d4c5ca77fb68592a10edb
  
https://github.com/jenkinsci/dependency-check-plugin/commit/a71bf7524fa225c04d3d4c5ca77fb68592a10edb
  Author: Steve Springett 
  Date:   2019-07-08 (Mon, 08 Jul 2019)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/DependencyCheck/DependencyCheckPublisher.java

  Log Message:
  ---
  Merge pull request #32 from OrangeDog/patch-1

Use the configured pattern, instead of the default


Compare: 
https://github.com/jenkinsci/dependency-check-plugin/compare/6c6eaa196e73...a71bf7524fa2

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-check-plugin/push/refs/heads/master/6c6eaa-a71bf7%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/dependency-check-plugin] b75b19: Added use of default pattern if not specified

2019-07-08 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-check-plugin
  Commit: b75b190cc2b2f5acd0bafe6b32b71914c086030b
  
https://github.com/jenkinsci/dependency-check-plugin/commit/b75b190cc2b2f5acd0bafe6b32b71914c086030b
  Author: stevespringett 
  Date:   2019-07-08 (Mon, 08 Jul 2019)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/DependencyCheck/DependencyCheckPublisher.java

  Log Message:
  ---
  Added use of default pattern if not specified


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-check-plugin/push/refs/heads/master/a71bf7-b75b19%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/dependency-check-plugin] 6decfd: Fixed configuration of artifact pattern

2019-07-08 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-check-plugin
  Commit: 6decfd75c190e15999ce557c71e91dc473aa3002
  
https://github.com/jenkinsci/dependency-check-plugin/commit/6decfd75c190e15999ce557c71e91dc473aa3002
  Author: stevespringett 
  Date:   2019-07-08 (Mon, 08 Jul 2019)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/DependencyCheck/DependencyCheckPublisher.java
M 
src/main/resources/org/jenkinsci/plugins/DependencyCheck/DependencyCheckPublisher/config.jelly
M 
src/main/resources/org/jenkinsci/plugins/DependencyCheck/Messages.properties

  Log Message:
  ---
  Fixed configuration of artifact pattern


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-check-plugin/push/refs/heads/master/b75b19-6decfd%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/dependency-check-plugin] 3f2aa0: Temp commenting out

2019-07-08 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-check-plugin
  Commit: 3f2aa0b12261f2369dcfb46e5938a4a09a8775e3
  
https://github.com/jenkinsci/dependency-check-plugin/commit/3f2aa0b12261f2369dcfb46e5938a4a09a8775e3
  Author: stevespringett 
  Date:   2019-07-08 (Mon, 08 Jul 2019)

  Changed paths:
M 
src/test/java/org/jenkinsci/plugins/dependencycheck/DependencyCheckWorkflowTest.java

  Log Message:
  ---
  Temp commenting out


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-check-plugin/push/refs/heads/master/6decfd-3f2aa0%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/dependency-check-plugin]

2019-07-08 Thread Steve Springett
  Branch: refs/tags/dependency-check-jenkins-plugin-5.0.1
  Home:   https://github.com/jenkinsci/dependency-check-plugin

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-check-plugin/push/refs/tags/dependency-check-jenkins-plugin-5.0.1/00-9b5546%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/dependency-check-plugin] ff29e7: [maven-release-plugin] prepare release dependency-...

2019-07-08 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-check-plugin
  Commit: ff29e7889d01829cc24426ef8379d715c200e0e5
  
https://github.com/jenkinsci/dependency-check-plugin/commit/ff29e7889d01829cc24426ef8379d715c200e0e5
  Author: stevespringett 
  Date:   2019-07-08 (Mon, 08 Jul 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release dependency-check-jenkins-plugin-5.0.1


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-check-plugin/push/refs/heads/master/3f2aa0-ff29e7%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/dependency-check-plugin] b0892f: [maven-release-plugin] prepare for next developmen...

2019-07-08 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-check-plugin
  Commit: b0892f423d115f54156a5a1f90dfb2ddc82f3a2c
  
https://github.com/jenkinsci/dependency-check-plugin/commit/b0892f423d115f54156a5a1f90dfb2ddc82f3a2c
  Author: stevespringett 
  Date:   2019-07-08 (Mon, 08 Jul 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-check-plugin/push/refs/heads/master/ff29e7-b0892f%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/dependency-check-plugin] cff9fe: Changed default pattern to **/dependency-check-rep...

2019-07-11 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-check-plugin
  Commit: cff9fe1d670b0a9f0aefc2f8c5f73cb938c33e4e
  
https://github.com/jenkinsci/dependency-check-plugin/commit/cff9fe1d670b0a9f0aefc2f8c5f73cb938c33e4e
  Author: stevespringett 
  Date:   2019-07-11 (Thu, 11 Jul 2019)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/DependencyCheck/DependencyCheckPublisher.java
M src/main/webapp/help-artifact.html

  Log Message:
  ---
  Changed default pattern to **/dependency-check-report.xml


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-check-plugin/push/refs/heads/master/b0892f-cff9fe%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/dependency-check-plugin] ae3706: Added camelcase symbol definition. Leaving origina...

2019-07-11 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-check-plugin
  Commit: ae3706b7d82bcf59fff4f49d3bd8811e716361ff
  
https://github.com/jenkinsci/dependency-check-plugin/commit/ae3706b7d82bcf59fff4f49d3bd8811e716361ff
  Author: stevespringett 
  Date:   2019-07-11 (Thu, 11 Jul 2019)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/DependencyCheck/DependencyCheckToolBuilder.java

  Log Message:
  ---
  Added camelcase symbol definition. Leaving original (but incorrect) one in 
place


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-check-plugin/push/refs/heads/master/cff9fe-ae3706%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/dependency-check-plugin] aea47a: Fixes JENKINS-58387

2019-07-11 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-check-plugin
  Commit: aea47a6ac61f017786581b273dba76c67e74bb87
  
https://github.com/jenkinsci/dependency-check-plugin/commit/aea47a6ac61f017786581b273dba76c67e74bb87
  Author: stevespringett 
  Date:   2019-07-11 (Thu, 11 Jul 2019)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/DependencyCheck/DependencyCheckPublisher.java

  Log Message:
  ---
  Fixes JENKINS-58387
https://issues.jenkins-ci.org/browse/JENKINS-58387


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-check-plugin/push/refs/heads/master/ae3706-aea47a%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/dependency-track-plugin] e917ac: Fixed issue preventing risk gates from being evalu...

2019-07-11 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-track-plugin
  Commit: e917ac185fb07fc082c483b50499a0fb8fea19fb
  
https://github.com/jenkinsci/dependency-track-plugin/commit/e917ac185fb07fc082c483b50499a0fb8fea19fb
  Author: Steve Springett 
  Date:   2019-07-11 (Thu, 11 Jul 2019)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/DependencyTrack/DependencyTrackPublisher.java

  Log Message:
  ---
  Fixed issue preventing risk gates from being evaluated if a previous build or 
previous result did not exist. Ported from Dependency-Check plugin


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-track-plugin/push/refs/heads/master/14a7cc-e917ac%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/dependency-check-plugin] d619a0: [maven-release-plugin] prepare release dependency-...

2019-07-11 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-check-plugin
  Commit: d619a07868e6565adf948f5af8ec827cd238f0ea
  
https://github.com/jenkinsci/dependency-check-plugin/commit/d619a07868e6565adf948f5af8ec827cd238f0ea
  Author: stevespringett 
  Date:   2019-07-11 (Thu, 11 Jul 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release dependency-check-jenkins-plugin-5.0.2


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-check-plugin/push/refs/heads/master/aea47a-d619a0%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/dependency-check-plugin]

2019-07-11 Thread Steve Springett
  Branch: refs/tags/dependency-check-jenkins-plugin-5.0.2
  Home:   https://github.com/jenkinsci/dependency-check-plugin

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-check-plugin/push/refs/tags/dependency-check-jenkins-plugin-5.0.2/00-bcc29f%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/dependency-check-plugin] bb543c: [maven-release-plugin] prepare for next developmen...

2019-07-11 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-check-plugin
  Commit: bb543c8450b39a64df688f3740310a845fd5977f
  
https://github.com/jenkinsci/dependency-check-plugin/commit/bb543c8450b39a64df688f3740310a845fd5977f
  Author: stevespringett 
  Date:   2019-07-11 (Thu, 11 Jul 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-check-plugin/push/refs/heads/master/d619a0-bb543c%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/dependency-check-plugin] 86ff35: Possible workaround for https://github.com/jeremyl...

2019-02-26 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-check-plugin
  Commit: 86ff354b797195a10d62ef8301934c797eb024df
  
https://github.com/jenkinsci/dependency-check-plugin/commit/86ff354b797195a10d62ef8301934c797eb024df
  Author: stevespringett 
  Date:   2019-02-26 (Tue, 26 Feb 2019)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/DependencyCheck/AbstractDependencyCheckBuilder.java

  Log Message:
  ---
  Possible workaround for 
https://github.com/jeremylong/DependencyCheck/issues/1772


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/dependency-check-plugin] ba73b4: Use HTTPS URLs in pom.xml

2019-10-08 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-check-plugin
  Commit: ba73b490bf0599dfdbfaf9d998ad5eff7a5e6291
  
https://github.com/jenkinsci/dependency-check-plugin/commit/ba73b490bf0599dfdbfaf9d998ad5eff7a5e6291
  Author: Daniel Beck 
  Date:   2019-10-08 (Tue, 08 Oct 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Use HTTPS URLs in pom.xml


  Commit: d4135de5594f76754cbf1dfe8412a66a64283132
  
https://github.com/jenkinsci/dependency-check-plugin/commit/d4135de5594f76754cbf1dfe8412a66a64283132
  Author: Steve Springett 
  Date:   2019-10-08 (Tue, 08 Oct 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #33 from daniel-beck-bot/https-urls-pom

Use HTTPS URLs in pom.xml


Compare: 
https://github.com/jenkinsci/dependency-check-plugin/compare/bb543c8450b3...d4135de5594f

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-check-plugin/push/refs/heads/master/bb543c-d4135d%40github.com.


[jenkinsci/dependency-track-plugin] 7f3a09: Use HTTPS URLs in pom.xml

2019-10-08 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-track-plugin
  Commit: 7f3a09d6eac10700fc844afc28f042f915b1815b
  
https://github.com/jenkinsci/dependency-track-plugin/commit/7f3a09d6eac10700fc844afc28f042f915b1815b
  Author: Daniel Beck 
  Date:   2019-10-08 (Tue, 08 Oct 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Use HTTPS URLs in pom.xml


  Commit: 6a6a672008868f77bcaf1ae6334a1a32dd1f3b2a
  
https://github.com/jenkinsci/dependency-track-plugin/commit/6a6a672008868f77bcaf1ae6334a1a32dd1f3b2a
  Author: Steve Springett 
  Date:   2019-10-08 (Tue, 08 Oct 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #6 from daniel-beck-bot/https-urls-pom

Use HTTPS URLs in pom.xml


Compare: 
https://github.com/jenkinsci/dependency-track-plugin/compare/e917ac185fb0...6a6a67200886

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-track-plugin/push/refs/heads/master/e917ac-6a6a67%40github.com.


[jenkinsci/dependency-track-plugin] e918bd: Enable JobActions for pipelines.

2019-11-03 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-track-plugin
  Commit: e918bdad0985c70cffe8d8e839d9f137de90d8d6
  
https://github.com/jenkinsci/dependency-track-plugin/commit/e918bdad0985c70cffe8d8e839d9f137de90d8d6
  Author: Richard Lee 
  Date:   2019-11-02 (Sat, 02 Nov 2019)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/DependencyTrack/DependencyTrackPublisher.java
M src/main/java/org/jenkinsci/plugins/DependencyTrack/JobAction.java
M src/main/java/org/jenkinsci/plugins/DependencyTrack/ResultAction.java

  Log Message:
  ---
  Enable JobActions for pipelines.
Subclass build ResultAction from SimpleBuildStep.LastBuildAction so
that we can refer to the project JobAction, needed for jenkins
to surface plugin results on the job overiew page for pipeline builds.


  Commit: 83c91abb01ee47a348bfbcdb995a9d2f547d7c5a
  
https://github.com/jenkinsci/dependency-track-plugin/commit/83c91abb01ee47a348bfbcdb995a9d2f547d7c5a
  Author: Steve Springett 
  Date:   2019-11-03 (Sun, 03 Nov 2019)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/DependencyTrack/DependencyTrackPublisher.java
M src/main/java/org/jenkinsci/plugins/DependencyTrack/JobAction.java
M src/main/java/org/jenkinsci/plugins/DependencyTrack/ResultAction.java

  Log Message:
  ---
  Merge pull request #8 from TiVo/project-action

Enable JobActions for pipelines.


Compare: 
https://github.com/jenkinsci/dependency-track-plugin/compare/6a6a67200886...83c91abb01ee

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-track-plugin/push/refs/heads/master/6a6a67-83c91a%40github.com.


[jenkinsci/dependency-track-plugin] 85ce67: Fetch project uuid after auto-creation.

2019-11-03 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-track-plugin
  Commit: 85ce67c7f20d52ec4b84108a0afa5eb214b281e3
  
https://github.com/jenkinsci/dependency-track-plugin/commit/85ce67c7f20d52ec4b84108a0afa5eb214b281e3
  Author: Richard Lee 
  Date:   2019-11-02 (Sat, 02 Nov 2019)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/DependencyTrack/ApiClient.java
M 
src/main/java/org/jenkinsci/plugins/DependencyTrack/DependencyTrackPublisher.java
A 
src/main/java/org/jenkinsci/plugins/DependencyTrack/ProjectLookupParser.java
A src/main/java/org/jenkinsci/plugins/DependencyTrack/model/Project.java
M 
src/main/resources/org/jenkinsci/plugins/DependencyTrack/Messages.properties

  Log Message:
  ---
  Fetch project uuid after auto-creation.

Added a new Project model for holding project information returned
from the relatively new project/lookup api endpoint, for which
support was added to ApiClient.  The DependencyTrackPublisher
now uses this new functionality to fetch the project uuid before
looking up results if it does not already have the id.


  Commit: 4245758bb8736a2ae10cf0c00b095233d79ab85c
  
https://github.com/jenkinsci/dependency-track-plugin/commit/4245758bb8736a2ae10cf0c00b095233d79ab85c
  Author: Steve Springett 
  Date:   2019-11-03 (Sun, 03 Nov 2019)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/DependencyTrack/ApiClient.java
M 
src/main/java/org/jenkinsci/plugins/DependencyTrack/DependencyTrackPublisher.java
A 
src/main/java/org/jenkinsci/plugins/DependencyTrack/ProjectLookupParser.java
A src/main/java/org/jenkinsci/plugins/DependencyTrack/model/Project.java
M 
src/main/resources/org/jenkinsci/plugins/DependencyTrack/Messages.properties

  Log Message:
  ---
  Merge pull request #7 from TiVo/fix-name-version-synch-results

Fetch project uuid after auto-creation.


Compare: 
https://github.com/jenkinsci/dependency-track-plugin/compare/83c91abb01ee...4245758bb873

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-track-plugin/push/refs/heads/master/83c91a-424575%40github.com.


[jenkinsci/dependency-track-plugin] a0c342: Adding screenshots

2019-11-03 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-track-plugin
  Commit: a0c342b3957654f1d1b40dded70663b67520f6ed
  
https://github.com/jenkinsci/dependency-track-plugin/commit/a0c342b3957654f1d1b40dded70663b67520f6ed
  Author: Steve Springett 
  Date:   2019-11-03 (Sun, 03 Nov 2019)

  Changed paths:
A docs/images/jenkins-global-odt.png
A docs/images/jenkins-job-findings.png
A docs/images/jenkins-job-publish.png
A docs/images/jenkins-job-thresholds.png
A docs/images/jenkins-job-trend.png

  Log Message:
  ---
  Adding screenshots


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-track-plugin/push/refs/heads/master/424575-a0c342%40github.com.


[jenkinsci/dependency-track-plugin] 964d0e: Migrated docs

2019-11-03 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-track-plugin
  Commit: 964d0e11de99554949c4f673cf64e8c998adc6ee
  
https://github.com/jenkinsci/dependency-track-plugin/commit/964d0e11de99554949c4f673cf64e8c998adc6ee
  Author: Steve Springett 
  Date:   2019-11-03 (Sun, 03 Nov 2019)

  Changed paths:
M README.md

  Log Message:
  ---
  Migrated docs


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-track-plugin/push/refs/heads/master/a0c342-964d0e%40github.com.


[jenkinsci/dependency-track-plugin] 8b3914: Added installs badge

2019-11-03 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-track-plugin
  Commit: 8b3914a52b6f896994eb4c0704b24d724447eda2
  
https://github.com/jenkinsci/dependency-track-plugin/commit/8b3914a52b6f896994eb4c0704b24d724447eda2
  Author: Steve Springett 
  Date:   2019-11-03 (Sun, 03 Nov 2019)

  Changed paths:
M README.md

  Log Message:
  ---
  Added installs badge


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-track-plugin/push/refs/heads/master/964d0e-8b3914%40github.com.


[jenkinsci/dependency-track-plugin] c547d2: updating url for doc sync. version bump

2019-11-03 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-track-plugin
  Commit: c547d2f961dcfdec15e792995988621a9dbd0fc3
  
https://github.com/jenkinsci/dependency-track-plugin/commit/c547d2f961dcfdec15e792995988621a9dbd0fc3
  Author: Steve Springett 
  Date:   2019-11-03 (Sun, 03 Nov 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  updating url for doc sync. version bump


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-track-plugin/push/refs/heads/master/8b3914-c547d2%40github.com.


[jenkinsci/dependency-track-plugin] 42e9bd: Updated description

2019-11-03 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-track-plugin
  Commit: 42e9bd504fed2646881dbc44ca662c93fa046d33
  
https://github.com/jenkinsci/dependency-track-plugin/commit/42e9bd504fed2646881dbc44ca662c93fa046d33
  Author: Steve Springett 
  Date:   2019-11-03 (Sun, 03 Nov 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Updated description


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-track-plugin/push/refs/heads/master/c547d2-42e9bd%40github.com.


[jenkinsci/dependency-track-plugin] 21fb11: Updated description

2019-11-03 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-track-plugin
  Commit: 21fb11c2279116281731463326c0962653241d02
  
https://github.com/jenkinsci/dependency-track-plugin/commit/21fb11c2279116281731463326c0962653241d02
  Author: Steve Springett 
  Date:   2019-11-03 (Sun, 03 Nov 2019)

  Changed paths:
M src/main/resources/index.jelly

  Log Message:
  ---
  Updated description


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-track-plugin/push/refs/heads/master/42e9bd-21fb11%40github.com.


[jenkinsci/dependency-track-plugin] 4a7427: doc updates

2019-11-03 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-track-plugin
  Commit: 4a74279138cf725ad4665e162093ba7177aadb94
  
https://github.com/jenkinsci/dependency-track-plugin/commit/4a74279138cf725ad4665e162093ba7177aadb94
  Author: Steve Springett 
  Date:   2019-11-03 (Sun, 03 Nov 2019)

  Changed paths:
M README.md

  Log Message:
  ---
  doc updates


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-track-plugin/push/refs/heads/master/21fb11-4a7427%40github.com.


[jenkinsci/dependency-track-plugin] 75dd77: Spacing

2019-11-03 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-track-plugin
  Commit: 75dd77abe501e736b9a4bf81ce21ac21c6b96a47
  
https://github.com/jenkinsci/dependency-track-plugin/commit/75dd77abe501e736b9a4bf81ce21ac21c6b96a47
  Author: Steve Springett 
  Date:   2019-11-03 (Sun, 03 Nov 2019)

  Changed paths:
M README.md

  Log Message:
  ---
  Spacing


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-track-plugin/push/refs/heads/master/4a7427-75dd77%40github.com.


[jenkinsci/dependency-track-plugin] e1732c: Spacing

2019-11-03 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-track-plugin
  Commit: e1732c36a51c43b22e5b4e16540a7c25d8b26bc6
  
https://github.com/jenkinsci/dependency-track-plugin/commit/e1732c36a51c43b22e5b4e16540a7c25d8b26bc6
  Author: Steve Springett 
  Date:   2019-11-03 (Sun, 03 Nov 2019)

  Changed paths:
M README.md

  Log Message:
  ---
  Spacing


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-track-plugin/push/refs/heads/master/75dd77-e1732c%40github.com.


[jenkinsci/dependency-track-plugin] 2a4481: Added URL encoding of name and version when perfor...

2019-11-03 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-track-plugin
  Commit: 2a448174506d21c891d39b4e39c8cf3e8415b868
  
https://github.com/jenkinsci/dependency-track-plugin/commit/2a448174506d21c891d39b4e39c8cf3e8415b868
  Author: Steve Springett 
  Date:   2019-11-03 (Sun, 03 Nov 2019)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/DependencyTrack/ApiClient.java

  Log Message:
  ---
  Added URL encoding of name and version when performing project lookup


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-track-plugin/push/refs/heads/master/e1732c-2a4481%40github.com.


[jenkinsci/dependency-track-plugin] aa8625: [maven-release-plugin] prepare release dependency-...

2019-11-03 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-track-plugin
  Commit: aa86251b4fe3c10236efa36052de0c6878fa8681
  
https://github.com/jenkinsci/dependency-track-plugin/commit/aa86251b4fe3c10236efa36052de0c6878fa8681
  Author: Steve Springett 
  Date:   2019-11-03 (Sun, 03 Nov 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release dependency-track-2.2.0


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-track-plugin/push/refs/heads/master/2a4481-aa8625%40github.com.


[jenkinsci/dependency-track-plugin]

2019-11-03 Thread Steve Springett
  Branch: refs/tags/dependency-track-2.2.0
  Home:   https://github.com/jenkinsci/dependency-track-plugin

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-track-plugin/push/refs/tags/dependency-track-2.2.0/00-4c8d8c%40github.com.


[jenkinsci/dependency-track-plugin] 08bbfc: [maven-release-plugin] prepare for next developmen...

2019-11-03 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-track-plugin
  Commit: 08bbfc575ab8993f6ad1372077cb2d22bd376204
  
https://github.com/jenkinsci/dependency-track-plugin/commit/08bbfc575ab8993f6ad1372077cb2d22bd376204
  Author: Steve Springett 
  Date:   2019-11-03 (Sun, 03 Nov 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-track-plugin/push/refs/heads/master/aa8625-08bbfc%40github.com.


[jenkinsci/dependency-check-plugin] a445f3: Added images

2019-11-03 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-check-plugin
  Commit: a445f38e8b7431547130632806a8d293fc61cfe3
  
https://github.com/jenkinsci/dependency-check-plugin/commit/a445f38e8b7431547130632806a8d293fc61cfe3
  Author: stevespringett 
  Date:   2019-11-03 (Sun, 03 Nov 2019)

  Changed paths:
A docs/images/builder-config.png
A docs/images/global-tool-configuration.png
A docs/images/publisher-config.png
A docs/images/publisher-results-expanded.png
A docs/images/publisher-trend-hover.png
A docs/images/publisher-trend.png

  Log Message:
  ---
  Added images


  Commit: 5b23b3c131749e2f49d9600bd12252fe550f2690
  
https://github.com/jenkinsci/dependency-check-plugin/commit/5b23b3c131749e2f49d9600bd12252fe550f2690
  Author: stevespringett 
  Date:   2019-11-03 (Sun, 03 Nov 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge remote-tracking branch 'origin/master'


Compare: 
https://github.com/jenkinsci/dependency-check-plugin/compare/d4135de5594f...5b23b3c13174

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-check-plugin/push/refs/heads/master/d4135d-5b23b3%40github.com.


[jenkinsci/dependency-check-plugin] caf8db: Doc migration

2019-11-03 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-check-plugin
  Commit: caf8db8ab909bf3978a7b5a1eb67b4624b9397ce
  
https://github.com/jenkinsci/dependency-check-plugin/commit/caf8db8ab909bf3978a7b5a1eb67b4624b9397ce
  Author: stevespringett 
  Date:   2019-11-03 (Sun, 03 Nov 2019)

  Changed paths:
M README.md

  Log Message:
  ---
  Doc migration


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-check-plugin/push/refs/heads/master/5b23b3-caf8db%40github.com.


[jenkinsci/dependency-check-plugin] 18a28f: bump

2019-11-03 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-check-plugin
  Commit: 18a28f601daee260f32ea82c2520c39aa581e2b2
  
https://github.com/jenkinsci/dependency-check-plugin/commit/18a28f601daee260f32ea82c2520c39aa581e2b2
  Author: stevespringett 
  Date:   2019-11-03 (Sun, 03 Nov 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  bump


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-check-plugin/push/refs/heads/master/caf8db-18a28f%40github.com.


[jenkinsci/dependency-check-plugin] d76a77: doc migration

2019-11-03 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-check-plugin
  Commit: d76a77f7baa121ba37bbbf1e72312d15cad96d69
  
https://github.com/jenkinsci/dependency-check-plugin/commit/d76a77f7baa121ba37bbbf1e72312d15cad96d69
  Author: stevespringett 
  Date:   2019-11-03 (Sun, 03 Nov 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  doc migration


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-check-plugin/push/refs/heads/master/18a28f-d76a77%40github.com.


[jenkinsci/dependency-check-plugin] 7d36fc: Doc migration

2019-11-03 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-check-plugin
  Commit: 7d36fcf41b3c17c2281175bfc4d934888fe09c29
  
https://github.com/jenkinsci/dependency-check-plugin/commit/7d36fcf41b3c17c2281175bfc4d934888fe09c29
  Author: stevespringett 
  Date:   2019-11-03 (Sun, 03 Nov 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Doc migration


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-check-plugin/push/refs/heads/master/d76a77-7d36fc%40github.com.


[jenkinsci/dependency-check-plugin] 8a7497: Fixes JENKINS-58381

2019-11-03 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-check-plugin
  Commit: 8a7497b5333a3aa45c5cb4b2980dda7eb8f5196f
  
https://github.com/jenkinsci/dependency-check-plugin/commit/8a7497b5333a3aa45c5cb4b2980dda7eb8f5196f
  Author: stevespringett 
  Date:   2019-11-03 (Sun, 03 Nov 2019)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/DependencyCheck/DependencyCheckPublisher.java
M src/main/java/org/jenkinsci/plugins/DependencyCheck/JobAction.java
M src/main/java/org/jenkinsci/plugins/DependencyCheck/ResultAction.java

  Log Message:
  ---
  Fixes JENKINS-58381


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-check-plugin/push/refs/heads/master/7d36fc-8a7497%40github.com.


[jenkinsci/dependency-check-plugin]

2019-11-03 Thread Steve Springett
  Branch: refs/tags/dependency-check-jenkins-plugin-5.1.0
  Home:   https://github.com/jenkinsci/dependency-check-plugin

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-check-plugin/push/refs/tags/dependency-check-jenkins-plugin-5.1.0/00-489b1e%40github.com.


[jenkinsci/dependency-check-plugin] 21ecae: [maven-release-plugin] prepare release dependency-...

2019-11-03 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-check-plugin
  Commit: 21ecaee2b08fe6e92641312c8c6af5acc3f3f5e0
  
https://github.com/jenkinsci/dependency-check-plugin/commit/21ecaee2b08fe6e92641312c8c6af5acc3f3f5e0
  Author: stevespringett 
  Date:   2019-11-03 (Sun, 03 Nov 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release dependency-check-jenkins-plugin-5.1.0


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-check-plugin/push/refs/heads/master/8a7497-21ecae%40github.com.


[jenkinsci/dependency-check-plugin] a447cd: [maven-release-plugin] prepare for next developmen...

2019-11-03 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-check-plugin
  Commit: a447cd87ec0eeb165e280ce4019db8a7cd4d4aa9
  
https://github.com/jenkinsci/dependency-check-plugin/commit/a447cd87ec0eeb165e280ce4019db8a7cd4d4aa9
  Author: stevespringett 
  Date:   2019-11-03 (Sun, 03 Nov 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-check-plugin/push/refs/heads/master/21ecae-a447cd%40github.com.


[jenkinsci/dependency-check-plugin] cb5656: Update README.md

2019-11-03 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-check-plugin
  Commit: cb56566d73708641f9321afade3a89225978be7b
  
https://github.com/jenkinsci/dependency-check-plugin/commit/cb56566d73708641f9321afade3a89225978be7b
  Author: Steve Springett 
  Date:   2019-11-03 (Sun, 03 Nov 2019)

  Changed paths:
M README.md

  Log Message:
  ---
  Update README.md


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-check-plugin/push/refs/heads/master/a447cd-cb5656%40github.com.


[jenkinsci/dependency-track-plugin] a84c3a: Added jCasC support

2020-05-20 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-track-plugin
  Commit: a84c3a7d6769eb4e5093a2d7f7ed01a6c24b31d9
  
https://github.com/jenkinsci/dependency-track-plugin/commit/a84c3a7d6769eb4e5093a2d7f7ed01a6c24b31d9
  Author: Bernd Opitz 
  Date:   2020-05-14 (Thu, 14 May 2020)

  Changed paths:
M pom.xml
M 
src/main/java/org/jenkinsci/plugins/DependencyTrack/DependencyTrackPublisher.java
M src/main/java/org/jenkinsci/plugins/DependencyTrack/model/RiskGate.java
A 
src/test/java/org/jenkinsci/plugins/configuration/ConfigurationAsCodeTest.java
A 
src/test/java/org/jenkinsci/plugins/configuration/ConfigurationExportTest.java
A src/test/resources/dependency_track_test_config.yml

  Log Message:
  ---
  Added jCasC support
- raised Jenkins version
- added CasC dependencies
- removed unused dependency, updated others
- fixed JavaDoc
- added DataBoundSetters to DependencyTrackPublisher.DescriptorImpl to support 
CasC
- added UnitTests for CasC import and export


  Commit: adf66d32945c36f915fdd516f5557e1d4e8eab70
  
https://github.com/jenkinsci/dependency-track-plugin/commit/adf66d32945c36f915fdd516f5557e1d4e8eab70
  Author: Bernd Opitz 
  Date:   2020-05-18 (Mon, 18 May 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  javas.json version


  Commit: 6944a40c4053e23e2339a5defd73c6f87333232a
  
https://github.com/jenkinsci/dependency-track-plugin/commit/6944a40c4053e23e2339a5defd73c6f87333232a
  Author: Steve Springett 
  Date:   2020-05-20 (Wed, 20 May 2020)

  Changed paths:
M pom.xml
M 
src/main/java/org/jenkinsci/plugins/DependencyTrack/DependencyTrackPublisher.java
M src/main/java/org/jenkinsci/plugins/DependencyTrack/model/RiskGate.java
A 
src/test/java/org/jenkinsci/plugins/configuration/ConfigurationAsCodeTest.java
A 
src/test/java/org/jenkinsci/plugins/configuration/ConfigurationExportTest.java
A src/test/resources/dependency_track_test_config.yml

  Log Message:
  ---
  Merge pull request #10 from malheleco/casc

Casc - https://issues.jenkins-ci.org/browse/JENKINS-57640


Compare: 
https://github.com/jenkinsci/dependency-track-plugin/compare/319e1f849183...6944a40c4053

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-track-plugin/push/refs/heads/master/319e1f-6944a4%40github.com.


[jenkinsci/dependency-track-plugin] be1e85: [maven-release-plugin] prepare for next developmen...

2020-05-20 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-track-plugin
  Commit: be1e8559e5500e3d52f40f181552a5320e5b9556
  
https://github.com/jenkinsci/dependency-track-plugin/commit/be1e8559e5500e3d52f40f181552a5320e5b9556
  Author: Steve Springett 
  Date:   2020-05-20 (Wed, 20 May 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-track-plugin/push/refs/heads/master/32100f-be1e85%40github.com.


[jenkinsci/dependency-track-plugin] 55be3a: typo correction

2020-05-20 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-track-plugin
  Commit: 55be3a2164d81bedda99dc725771ca58a3097c08
  
https://github.com/jenkinsci/dependency-track-plugin/commit/55be3a2164d81bedda99dc725771ca58a3097c08
  Author: Steve Springett 
  Date:   2020-05-20 (Wed, 20 May 2020)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/DependencyTrack/DependencyTrackPublisher.java

  Log Message:
  ---
  typo correction


  Commit: 9e2a188fe1e8af6cba1d5a692e446f1fd437f680
  
https://github.com/jenkinsci/dependency-track-plugin/commit/9e2a188fe1e8af6cba1d5a692e446f1fd437f680
  Author: Steve Springett 
  Date:   2020-05-20 (Wed, 20 May 2020)

  Changed paths:
M pom.xml
M 
src/main/java/org/jenkinsci/plugins/DependencyTrack/DependencyTrackPublisher.java
M src/main/java/org/jenkinsci/plugins/DependencyTrack/model/RiskGate.java
A 
src/test/java/org/jenkinsci/plugins/configuration/ConfigurationAsCodeTest.java
A 
src/test/java/org/jenkinsci/plugins/configuration/ConfigurationExportTest.java
A src/test/resources/dependency_track_test_config.yml

  Log Message:
  ---
  Merge remote-tracking branch 'origin/master'

# Conflicts:
#   
src/main/java/org/jenkinsci/plugins/DependencyTrack/DependencyTrackPublisher.java


  Commit: 32100fd075ed5ce4d5418c236cfd51cab634b569
  
https://github.com/jenkinsci/dependency-track-plugin/commit/32100fd075ed5ce4d5418c236cfd51cab634b569
  Author: Steve Springett 
  Date:   2020-05-20 (Wed, 20 May 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release dependency-track-2.3.0


Compare: 
https://github.com/jenkinsci/dependency-track-plugin/compare/6944a40c4053...32100fd075ed

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-track-plugin/push/refs/heads/master/6944a4-32100f%40github.com.


[jenkinsci/dependency-track-plugin]

2020-05-20 Thread Steve Springett
  Branch: refs/tags/dependency-track-2.3.0
  Home:   https://github.com/jenkinsci/dependency-track-plugin

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-track-plugin/push/refs/tags/dependency-track-2.3.0/00-1762ea%40github.com.


[jenkinsci/dependency-track-plugin] 9203f7: Fix for #JENKINS-62403

2020-05-22 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-track-plugin
  Commit: 9203f702005c090bff7898ce91cafac9a26a8b7d
  
https://github.com/jenkinsci/dependency-track-plugin/commit/9203f702005c090bff7898ce91cafac9a26a8b7d
  Author: Steve Springett 
  Date:   2020-05-22 (Fri, 22 May 2020)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/DependencyTrack/DependencyTrackPublisher.java

  Log Message:
  ---
  Fix for #JENKINS-62403


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-track-plugin/push/refs/heads/master/be1e85-9203f7%40github.com.


[jenkinsci/dependency-check-plugin] 13e3de: Seeking new maintainer

2020-07-16 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-check-plugin
  Commit: 13e3de95bafe78a436788bb548cc8c8b542a8d93
  
https://github.com/jenkinsci/dependency-check-plugin/commit/13e3de95bafe78a436788bb548cc8c8b542a8d93
  Author: stevespringett 
  Date:   2020-07-16 (Thu, 16 Jul 2020)

  Changed paths:
M README.md

  Log Message:
  ---
  Seeking new maintainer


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-check-plugin/push/refs/heads/master/869122-13e3de%40github.com.


[jenkinsci/dependency-track-plugin] 2fff09: Seeking new maintainer

2020-07-16 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-track-plugin
  Commit: 2fff0910b6af22ed3324f98dbf1fd644d4adcfdb
  
https://github.com/jenkinsci/dependency-track-plugin/commit/2fff0910b6af22ed3324f98dbf1fd644d4adcfdb
  Author: Steve Springett 
  Date:   2020-07-16 (Thu, 16 Jul 2020)

  Changed paths:
M README.md

  Log Message:
  ---
  Seeking new maintainer


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-track-plugin/push/refs/heads/master/9203f7-2fff09%40github.com.


[jenkinsci/dependency-track-plugin] de24f7: Switch to throw exceptions rather than unilaterall...

2020-01-15 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-track-plugin
  Commit: de24f73125c04a18073229c398f56e5c4b2fb077
  
https://github.com/jenkinsci/dependency-track-plugin/commit/de24f73125c04a18073229c398f56e5c4b2fb077
  Author: Richard Lee 
  Date:   2020-01-13 (Mon, 13 Jan 2020)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/DependencyTrack/ApiClientException.java
M 
src/main/java/org/jenkinsci/plugins/DependencyTrack/DependencyTrackPublisher.java

  Log Message:
  ---
  Switch to throw exceptions rather than unilaterally setting build
status (and not notifying caller of failure). Allows pipeline builds
to both abort on deptrack failure, as well as catch and suppress
deptrack errors, if desired. Make ApiClientException an IOException,
and don't catch it anymore, either.


  Commit: 930f8432a5ed0be01f037bf07255bafda717aea0
  
https://github.com/jenkinsci/dependency-track-plugin/commit/930f8432a5ed0be01f037bf07255bafda717aea0
  Author: Steve Springett 
  Date:   2020-01-15 (Wed, 15 Jan 2020)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/DependencyTrack/ApiClientException.java
M 
src/main/java/org/jenkinsci/plugins/DependencyTrack/DependencyTrackPublisher.java

  Log Message:
  ---
  Merge pull request #9 from TiVo/improve-error-handling2

Throw exceptions on deptrack failures


Compare: 
https://github.com/jenkinsci/dependency-track-plugin/compare/08bbfc575ab8...930f8432a5ed

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-track-plugin/push/refs/heads/master/08bbfc-930f84%40github.com.


[jenkinsci/dependency-track-plugin] b14e76: [maven-release-plugin] prepare release dependency-...

2020-01-27 Thread Steve Springett
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-track-plugin
  Commit: b14e76b1a0af67170e15ac4743de309627085a1c
  
https://github.com/jenkinsci/dependency-track-plugin/commit/b14e76b1a0af67170e15ac4743de309627085a1c
  Author: Steve Springett 
  Date:   2020-01-27 (Mon, 27 Jan 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release dependency-track-2.2.1


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-track-plugin/push/refs/heads/master/930f84-b14e76%40github.com.


  1   2   >