Branch: refs/heads/sb_addingTests
  Home:   https://github.com/jenkinsci/synopsys-detect-plugin
  Commit: acc9bda96f17070d546c6d0f8cc006d64757419e
      
https://github.com/jenkinsci/synopsys-detect-plugin/commit/acc9bda96f17070d546c6d0f8cc006d64757419e
  Author: Steve Billings <[email protected]>
  Date:   2020-01-07 (Tue, 07 Jan 2020)

  Changed paths:
    M README.md

  Log Message:
  -----------
  Update README.md


  Commit: ebc4931bff5b3256f0e551f4db0b245cbc98eeee
      
https://github.com/jenkinsci/synopsys-detect-plugin/commit/ebc4931bff5b3256f0e551f4db0b245cbc98eeee
  Author: Steve Billings <[email protected]>
  Date:   2020-01-09 (Thu, 09 Jan 2020)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  build: .travis.yml: added myself as email receipient


  Commit: fd2f8de4243d58931305c742115be65856f39b96
      
https://github.com/jenkinsci/synopsys-detect-plugin/commit/fd2f8de4243d58931305c742115be65856f39b96
  Author: Steve Billings <[email protected]>
  Date:   2020-01-09 (Thu, 09 Jan 2020)

  Changed paths:
    M README.md

  Log Message:
  -----------
  Update README.md


  Commit: d98f409f6c713800b37097e0828b7fc4f38a3c76
      
https://github.com/jenkinsci/synopsys-detect-plugin/commit/d98f409f6c713800b37097e0828b7fc4f38a3c76
  Author: Richard Otte <[email protected]>
  Date:   2020-01-20 (Mon, 20 Jan 2020)

  Changed paths:
    M .gitignore
    M LICENSE
    M build.gradle
    R 
buildSrc/src/main/groovy/com/synopsys/integration/jenkins/detect/GenerateHtml.groovy
    R 
buildSrc/src/main/groovy/com/synopsys/integration/jenkins/detect/GenerateJelly.groovy
    R 
buildSrc/src/main/groovy/com/synopsys/integration/jenkins/detect/GenerationUtils.groovy
    R buildSrc/src/main/resources/templates/html/helpHtml.tpl
    R buildSrc/src/main/resources/templates/jelly/globalConfig.tpl
    R buildSrc/src/main/resources/templates/jelly/pipeline.tpl
    R buildSrc/src/main/resources/templates/jelly/postBuild.tpl
    M gradle/wrapper/gradle-wrapper.properties
    M gradlew
    M gradlew.bat
    M src/main/java/com/synopsys/integration/IntegrationEscapeUtils.java
    R src/main/java/com/synopsys/integration/jenkins/JenkinsProxyHelper.java
    M 
src/main/java/com/synopsys/integration/jenkins/detect/DetectDownloadManager.java
    R 
src/main/java/com/synopsys/integration/jenkins/detect/DetectJenkinsLogger.java
    M 
src/main/java/com/synopsys/integration/jenkins/detect/JavaExecutableManager.java
    R src/main/java/com/synopsys/integration/jenkins/detect/PluginHelper.java
    R 
src/main/java/com/synopsys/integration/jenkins/detect/SynopsysCredentialsHelper.java
    M 
src/main/java/com/synopsys/integration/jenkins/detect/exception/DetectJenkinsException.java
    M 
src/main/java/com/synopsys/integration/jenkins/detect/extensions/global/DetectGlobalConfig.java
    M 
src/main/java/com/synopsys/integration/jenkins/detect/extensions/pipeline/DetectPipelineStep.java
    M 
src/main/java/com/synopsys/integration/jenkins/detect/extensions/postbuild/DetectPostBuildStep.java
    M 
src/main/java/com/synopsys/integration/jenkins/detect/substeps/CreateDetectEnvironment.java
    M 
src/main/java/com/synopsys/integration/jenkins/detect/substeps/DetectJenkinsSubStepCoordinator.java
    M 
src/main/java/com/synopsys/integration/jenkins/detect/substeps/DetectSetupResponse.java
    M 
src/main/java/com/synopsys/integration/jenkins/detect/substeps/ParseDetectArguments.java
    M 
src/main/java/com/synopsys/integration/jenkins/detect/substeps/SetUpDetectWorkspaceCallable.java
    A 
src/main/resources/com/synopsys/integration/jenkins/detect/extensions/global/DetectGlobalConfig/config.jelly
    A 
src/main/resources/com/synopsys/integration/jenkins/detect/extensions/pipeline/DetectPipelineStep/config.jelly
    A 
src/main/resources/com/synopsys/integration/jenkins/detect/extensions/postbuild/DetectPostBuildStep/config.jelly
    R src/main/resources/templates/detect/help/globalConfig.json
    R src/main/resources/templates/detect/help/pipeline.json
    R src/main/resources/templates/detect/help/postBuild.json
    R src/main/resources/templates/detect/jelly/globalConfig.json
    R src/main/resources/templates/detect/jelly/pipeline.json
    R src/main/resources/templates/detect/jelly/postBuild.json

  Log Message:
  -----------
  refactor: updating to use Jenkins Common


  Commit: 3fbd580abd35f079417d438fbe01fc2c7217409b
      
https://github.com/jenkinsci/synopsys-detect-plugin/commit/3fbd580abd35f079417d438fbe01fc2c7217409b
  Author: Richard Otte <[email protected]>
  Date:   2020-01-21 (Tue, 21 Jan 2020)

  Changed paths:
    M 
src/main/java/com/synopsys/integration/jenkins/detect/substeps/CreateDetectEnvironment.java
    M 
src/main/java/com/synopsys/integration/jenkins/detect/substeps/ParseDetectArguments.java

  Log Message:
  -----------
  fix: escaping non-user provided arguments and no longer inheriting system 
environment


  Commit: cbaeb6e204971ef899a39c133f85cecfb8d8af10
      
https://github.com/jenkinsci/synopsys-detect-plugin/commit/cbaeb6e204971ef899a39c133f85cecfb8d8af10
  Author: Richard Otte <[email protected]>
  Date:   2020-01-23 (Thu, 23 Jan 2020)

  Changed paths:
    M build.gradle
    M src/main/java/com/synopsys/integration/IntegrationEscapeUtils.java
    M 
src/main/java/com/synopsys/integration/jenkins/detect/substeps/ParseDetectArguments.java

  Log Message:
  -----------
  fix: Escaping commas and adjusting execution strategy for powershell


  Commit: 904edcdd97335aa6cc731451192f02ef9ca75359
      
https://github.com/jenkinsci/synopsys-detect-plugin/commit/904edcdd97335aa6cc731451192f02ef9ca75359
  Author: Richard Otte <[email protected]>
  Date:   2020-01-23 (Thu, 23 Jan 2020)

  Changed paths:
    M build.gradle

  Log Message:
  -----------
  build: adding support for artifactory deployment of the hpi


  Commit: da17f031cc373abd05a93ecc2b5712d71675a941
      
https://github.com/jenkinsci/synopsys-detect-plugin/commit/da17f031cc373abd05a93ecc2b5712d71675a941
  Author: Steve Billings <[email protected]>
  Date:   2020-01-24 (Fri, 24 Jan 2020)

  Changed paths:
    M .gitignore
    M .travis.yml
    M README.md
    M build.gradle
    R 
buildSrc/src/main/groovy/com/synopsys/integration/jenkins/detect/GenerateHtml.groovy
    R 
buildSrc/src/main/groovy/com/synopsys/integration/jenkins/detect/GenerateJelly.groovy
    R 
buildSrc/src/main/groovy/com/synopsys/integration/jenkins/detect/GenerationUtils.groovy
    R buildSrc/src/main/resources/templates/html/helpHtml.tpl
    R buildSrc/src/main/resources/templates/jelly/globalConfig.tpl
    R buildSrc/src/main/resources/templates/jelly/pipeline.tpl
    R buildSrc/src/main/resources/templates/jelly/postBuild.tpl
    M gradle/wrapper/gradle-wrapper.properties
    M gradlew
    M gradlew.bat
    M src/main/java/com/synopsys/integration/IntegrationEscapeUtils.java
    R src/main/java/com/synopsys/integration/jenkins/JenkinsProxyHelper.java
    M 
src/main/java/com/synopsys/integration/jenkins/detect/DetectDownloadManager.java
    R 
src/main/java/com/synopsys/integration/jenkins/detect/DetectJenkinsLogger.java
    M 
src/main/java/com/synopsys/integration/jenkins/detect/JavaExecutableManager.java
    R src/main/java/com/synopsys/integration/jenkins/detect/PluginHelper.java
    R 
src/main/java/com/synopsys/integration/jenkins/detect/SynopsysCredentialsHelper.java
    M 
src/main/java/com/synopsys/integration/jenkins/detect/exception/DetectJenkinsException.java
    M 
src/main/java/com/synopsys/integration/jenkins/detect/extensions/global/DetectGlobalConfig.java
    M 
src/main/java/com/synopsys/integration/jenkins/detect/extensions/pipeline/DetectPipelineStep.java
    M 
src/main/java/com/synopsys/integration/jenkins/detect/extensions/postbuild/DetectPostBuildStep.java
    M 
src/main/java/com/synopsys/integration/jenkins/detect/substeps/CreateDetectEnvironment.java
    M 
src/main/java/com/synopsys/integration/jenkins/detect/substeps/DetectJenkinsSubStepCoordinator.java
    M 
src/main/java/com/synopsys/integration/jenkins/detect/substeps/DetectSetupResponse.java
    M 
src/main/java/com/synopsys/integration/jenkins/detect/substeps/ParseDetectArguments.java
    M 
src/main/java/com/synopsys/integration/jenkins/detect/substeps/SetUpDetectWorkspaceCallable.java
    A 
src/main/resources/com/synopsys/integration/jenkins/detect/extensions/global/DetectGlobalConfig/config.jelly
    A 
src/main/resources/com/synopsys/integration/jenkins/detect/extensions/pipeline/DetectPipelineStep/config.jelly
    A 
src/main/resources/com/synopsys/integration/jenkins/detect/extensions/postbuild/DetectPostBuildStep/config.jelly
    R src/main/resources/templates/detect/help/globalConfig.json
    R src/main/resources/templates/detect/help/pipeline.json
    R src/main/resources/templates/detect/help/postBuild.json
    R src/main/resources/templates/detect/jelly/globalConfig.json
    R src/main/resources/templates/detect/jelly/pipeline.json
    R src/main/resources/templates/detect/jelly/postBuild.json
    M 
src/test/java/com/synopsys/integration/jenkins/detect/extensions/postbuild/DetectPostBuildStepTest.java

  Log Message:
  -----------
  merge master -> sb_addingTests; adjusted tests to expect system env NOT to be 
inherited; adjusted tests for new quoting


Compare: 
https://github.com/jenkinsci/synopsys-detect-plugin/compare/57a3b9d375ce...da17f031cc37

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-detect-plugin/push/refs/heads/sb_addingTests/57a3b9-da17f0%40github.com.

Reply via email to