Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/artifactory-plugin
  Commit: 2dcccff2e36ee14e63fb80a6d8f6568e9752b079
      
https://github.com/jenkinsci/artifactory-plugin/commit/2dcccff2e36ee14e63fb80a6d8f6568e9752b079
  Author: eyalbe4 <eyalbenmo...@jfrog.com>
  Date:   2019-02-26 (Tue, 26 Feb 2019)

  Changed paths:
    M pom.xml
    M src/main/java/org/jfrog/hudson/trigger/ArtifactoryTrigger.java

  Log Message:
  -----------
  HAP 1150 - Artifactory Trigger isn t working with Proxy Setup


  Commit: fff8323722e24655e1d22c5bcb8ea9003e46e650
      
https://github.com/jenkinsci/artifactory-plugin/commit/fff8323722e24655e1d22c5bcb8ea9003e46e650
  Author: eyalbe4 <eyalbenmo...@jfrog.com>
  Date:   2019-03-25 (Mon, 25 Mar 2019)

  Changed paths:
    M src/main/java/org/jfrog/hudson/trigger/ArtifactoryTrigger.java

  Log Message:
  -----------
  HAP 1150 - Artifactory Trigger isn t working with Proxy Setup


  Commit: c7bc2961cc14c2f7bb86a2b0eacb8abd2c2f2ba5
      
https://github.com/jenkinsci/artifactory-plugin/commit/c7bc2961cc14c2f7bb86a2b0eacb8abd2c2f2ba5
  Author: eyalbe4 <eyalbenmo...@jfrog.com>
  Date:   2019-03-25 (Mon, 25 Mar 2019)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  HAP 1150 - Artifactory Trigger isn t working with Proxy Setup


  Commit: ec321f7fd16878c703a3572d2238b41e44ba99da
      
https://github.com/jenkinsci/artifactory-plugin/commit/ec321f7fd16878c703a3572d2238b41e44ba99da
  Author: Bar Belity <b...@jfrog.com>
  Date:   2019-04-08 (Mon, 08 Apr 2019)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Update build-info dependencies to SNAPSHOTs


  Commit: 7672df9d411ba1dfd6e119a3989cec63ee56381c
      
https://github.com/jenkinsci/artifactory-plugin/commit/7672df9d411ba1dfd6e119a3989cec63ee56381c
  Author: Daniel Ezer <danieleze...@gmail.com>
  Date:   2019-04-22 (Mon, 22 Apr 2019)

  Changed paths:
    M 
src/main/java/org/jfrog/hudson/pipeline/scripted/steps/XrayScanBuildStep.java

  Log Message:
  -----------
  Throw an Exception when Xray finds violations in the build


  Commit: 3a2c8bda62912e84a9e4ebf1fd73730b9839650b
      
https://github.com/jenkinsci/artifactory-plugin/commit/3a2c8bda62912e84a9e4ebf1fd73730b9839650b
  Author: Eyal Ben Moshe <eyalbenmo...@jfrog.com>
  Date:   2019-04-22 (Mon, 22 Apr 2019)

  Changed paths:
    M 
src/main/java/org/jfrog/hudson/pipeline/scripted/steps/XrayScanBuildStep.java

  Log Message:
  -----------
  Merge pull request #138 from danielezer/xray-fail-build

Throw an Exception when Xray finds violations in the build


  Commit: 0b90f02323c7581bc3471057e3e05da20b901969
      
https://github.com/jenkinsci/artifactory-plugin/commit/0b90f02323c7581bc3471057e3e05da20b901969
  Author: Corey <webb1992810...@gmail.com>
  Date:   2019-04-28 (Sun, 28 Apr 2019)

  Changed paths:
    M src/main/java/org/jfrog/hudson/CredentialsConfig.java

  Log Message:
  -----------
  Avoid credentialsId becomes null while using credentials plugin (#126)

* Avoid credentialsId becomes null while using credentials plugin

* Take credentialsId out of the if statement


  Commit: f46c82f64a444921180b250e924884a2a5b2cd82
      
https://github.com/jenkinsci/artifactory-plugin/commit/f46c82f64a444921180b250e924884a2a5b2cd82
  Author: eyalbe4 <eyalbenmo...@jfrog.com>
  Date:   2019-04-29 (Mon, 29 Apr 2019)

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

  Log Message:
  -----------
  HAP-1182 - Update the plugin descrioption


  Commit: bbc266a9682e9673d61757c0a4ad811979815fbf
      
https://github.com/jenkinsci/artifactory-plugin/commit/bbc266a9682e9673d61757c0a4ad811979815fbf
  Author: eyalbe4 <eyalbenmo...@jfrog.com>
  Date:   2019-05-01 (Wed, 01 May 2019)

  Changed paths:
    M pom.xml
    M src/main/java/org/jfrog/hudson/CredentialsConfig.java
    M src/main/java/org/jfrog/hudson/pipeline/common/types/ConanClient.java
    M 
src/main/java/org/jfrog/hudson/pipeline/scripted/steps/XrayScanBuildStep.java
    M 
src/main/java/org/jfrog/hudson/pipeline/scripted/steps/conan/InitConanClientStep.java
    M 
src/main/java/org/jfrog/hudson/pipeline/scripted/steps/conan/RunCommandStep.java
    M src/main/java/org/jfrog/hudson/util/JenkinsBuildInfoLog.java
    M src/main/resources/index.jelly
    M 
src/test/java/org/jfrog/hudson/pipeline/integration/CommonITestsPipeline.java
    M src/test/java/org/jfrog/hudson/pipeline/integration/DeclarativeITest.java
    M src/test/java/org/jfrog/hudson/pipeline/integration/PipelineTestBase.java
    M src/test/java/org/jfrog/hudson/pipeline/integration/ScriptedITest.java
    A src/test/resources/integration/files/1/a1.in
    A src/test/resources/integration/files/1/b1.in
    A src/test/resources/integration/files/1/c1.in
    M src/test/resources/integration/pipelines/declarative/deleteProps.pipeline
    R src/test/resources/integration/pipelines/declarative/download.pipeline
    A 
src/test/resources/integration/pipelines/declarative/downloadByAql.pipeline
    A 
src/test/resources/integration/pipelines/declarative/downloadByBuildOnly.pipeline
    A 
src/test/resources/integration/pipelines/declarative/downloadByPattern.pipeline
    A 
src/test/resources/integration/pipelines/declarative/downloadByPatternAndBuild.pipeline
    A 
src/test/resources/integration/pipelines/declarative/downloadByShaAndBuild.pipeline
    A 
src/test/resources/integration/pipelines/declarative/downloadByShaAndBuildName.pipeline
    A 
src/test/resources/integration/pipelines/declarative/downloadNonExistingBuild.pipeline
    M src/test/resources/integration/pipelines/declarative/promote.pipeline
    M src/test/resources/integration/pipelines/declarative/setProps.pipeline
    M src/test/resources/integration/pipelines/declarative/upload.pipeline
    M src/test/resources/integration/pipelines/scripted/deleteProps.pipeline
    R src/test/resources/integration/pipelines/scripted/download.pipeline
    A src/test/resources/integration/pipelines/scripted/downloadByAql.pipeline
    A 
src/test/resources/integration/pipelines/scripted/downloadByBuildOnly.pipeline
    A 
src/test/resources/integration/pipelines/scripted/downloadByPattern.pipeline
    A 
src/test/resources/integration/pipelines/scripted/downloadByPatternAndBuild.pipeline
    A 
src/test/resources/integration/pipelines/scripted/downloadByShaAndBuild.pipeline
    A 
src/test/resources/integration/pipelines/scripted/downloadByShaAndBuildName.pipeline
    M 
src/test/resources/integration/pipelines/scripted/downloadFailNoOp.pipeline
    A 
src/test/resources/integration/pipelines/scripted/downloadNonExistingBuild.pipeline
    M src/test/resources/integration/pipelines/scripted/promote.pipeline
    M src/test/resources/integration/pipelines/scripted/setProps.pipeline
    M src/test/resources/integration/pipelines/scripted/upload.pipeline

  Log Message:
  -----------
  Merge upstream


  Commit: 92b0b21e22cab3047704ad9a7dac125b13f99f20
      
https://github.com/jenkinsci/artifactory-plugin/commit/92b0b21e22cab3047704ad9a7dac125b13f99f20
  Author: eyalbe4 <eyalbenmo...@jfrog.com>
  Date:   2019-05-01 (Wed, 01 May 2019)

  Changed paths:
    M 
src/main/java/org/jfrog/hudson/pipeline/declarative/steps/maven/MavenStep.java

  Log Message:
  -----------
  HAP-1183 - When using the 'opts' directive in a declarative pipeline, an 
error os thrown.


  Commit: 99644122385c6d50645e13cd39ea8cde463637d0
      
https://github.com/jenkinsci/artifactory-plugin/commit/99644122385c6d50645e13cd39ea8cde463637d0
  Author: Eyal Ben Moshe <eyalbenmo...@jfrog.com>
  Date:   2019-05-01 (Wed, 01 May 2019)

  Changed paths:
    M 
src/main/java/org/jfrog/hudson/pipeline/declarative/steps/maven/MavenStep.java

  Log Message:
  -----------
  Merge pull request #139 from eyalbe4/master

HAP-1183 - When using the 'opts' directive in a declarative pipeline, an error 
os thrown


  Commit: 687cc2b4e9ad62c0bdcee4afc9e8e90c5089ee58
      
https://github.com/jenkinsci/artifactory-plugin/commit/687cc2b4e9ad62c0bdcee4afc9e8e90c5089ee58
  Author: eyalbe4 <eyalbenmo...@jfrog.com>
  Date:   2019-05-21 (Tue, 21 May 2019)

  Changed paths:
    M src/main/java/org/jfrog/hudson/release/ReleaseAction.java
    M src/main/java/org/jfrog/hudson/release/gradle/GradleReleaseApiAction.java
    M src/main/java/org/jfrog/hudson/release/maven/MavenReleaseApiAction.java
    M 
src/main/java/org/jfrog/hudson/release/promotion/UnifiedPromoteBuildAction.java

  Log Message:
  -----------
  Restrict Release Staging APIs to POST


  Commit: feca93dcfd85ca56070cdebf67634e6e4e553582
      
https://github.com/jenkinsci/artifactory-plugin/commit/feca93dcfd85ca56070cdebf67634e6e4e553582
  Author: eyalbe4 <eyalbenmo...@jfrog.com>
  Date:   2019-05-23 (Thu, 23 May 2019)

  Changed paths:
    M src/main/java/org/jfrog/hudson/ArtifactoryBuilder.java

  Log Message:
  -----------
  Test connection restrictions.


  Commit: 42263d1fc82f44644f27f4a2d6c0ab13b3e1eda4
      
https://github.com/jenkinsci/artifactory-plugin/commit/42263d1fc82f44644f27f4a2d6c0ab13b3e1eda4
  Author: eyalbe4 <eyalbenmo...@jfrog.com>
  Date:   2019-05-26 (Sun, 26 May 2019)

  Changed paths:
    M src/main/java/org/jfrog/hudson/ArtifactoryBuilder.java

  Log Message:
  -----------
  Test connection restrictions.


  Commit: 2ae9adab9ba2bc1bff3c6c1b4c7744c6acd880de
      
https://github.com/jenkinsci/artifactory-plugin/commit/2ae9adab9ba2bc1bff3c6c1b4c7744c6acd880de
  Author: Yahav Itzhak <yah...@users.noreply.github.com>
  Date:   2019-05-29 (Wed, 29 May 2019)

  Changed paths:
    M 
src/main/java/org/jfrog/hudson/pipeline/scripted/steps/XrayScanBuildStep.java

  Log Message:
  -----------
  HAP-1172 - Xray build doesn't fail when the failBuild is set to true (#145)


  Commit: 78ae016e37b31672076e680d061d1de992e82ec8
      
https://github.com/jenkinsci/artifactory-plugin/commit/78ae016e37b31672076e680d061d1de992e82ec8
  Author: eyalbe4 <eyalbenmo...@jfrog.com>
  Date:   2019-06-02 (Sun, 02 Jun 2019)

  Changed paths:
    M src/main/java/org/jfrog/hudson/ArtifactoryBuilder.java

  Log Message:
  -----------
  Test connection restrictions.


  Commit: f2a254b885f0cbf8177d316cc66fe69419ee4a9e
      
https://github.com/jenkinsci/artifactory-plugin/commit/f2a254b885f0cbf8177d316cc66fe69419ee4a9e
  Author: eyalbe4 <eyalbenmo...@jfrog.com>
  Date:   2019-06-04 (Tue, 04 Jun 2019)

  Changed paths:
    M src/main/java/org/jfrog/hudson/ArtifactoryBuilder.java
    M src/main/java/org/jfrog/hudson/ArtifactoryRedeployPublisher.java
    M src/main/java/org/jfrog/hudson/generic/ArtifactoryGenericConfigurator.java
    M src/main/java/org/jfrog/hudson/gradle/ArtifactoryGradleConfigurator.java
    M src/main/java/org/jfrog/hudson/ivy/ArtifactoryIvyConfigurator.java
    M 
src/main/java/org/jfrog/hudson/ivy/ArtifactoryIvyFreeStyleConfigurator.java
    M src/main/java/org/jfrog/hudson/maven3/ArtifactoryMaven3Configurator.java
    M 
src/main/java/org/jfrog/hudson/maven3/ArtifactoryMaven3NativeConfigurator.java

  Log Message:
  -----------
  Test connection restrictions.


  Commit: f4cb0586f738c8b31ccddf84a0a9d63179ac142c
      
https://github.com/jenkinsci/artifactory-plugin/commit/f4cb0586f738c8b31ccddf84a0a9d63179ac142c
  Author: eyalbe4 <eyalbenmo...@jfrog.com>
  Date:   2019-06-04 (Tue, 04 Jun 2019)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Upgrade build-info to release versions.


Compare: 
https://github.com/jenkinsci/artifactory-plugin/compare/f5fcfff6a5a5...f4cb0586f738

-- 
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/artifactory-plugin/push/refs/heads/master/f5fcff-f4cb05%40github.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to