Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/artifactory-plugin
  Commit: 2019b9a867f5e2e52a6af68ac502790b7d7da7e8
      
https://github.com/jenkinsci/artifactory-plugin/commit/2019b9a867f5e2e52a6af68ac502790b7d7da7e8
  Author: Eyal Ben Moshe <eyalbenmo...@jfrog.com>
  Date:   2020-01-05 (Sun, 05 Jan 2020)

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

  Log Message:
  -----------
  HAP-1253  - Weird failure: ConcurrentModificationException (#238)

* HAP-1253 - weird failure: ConcurrentModificationException

* HAP-1253 - weird failure: ConcurrentModificationException

Co-authored-by: Eyal Brosh <eyalb4...@users.noreply.github.com>


  Commit: c8768ec038598069c0bb9badf5fe32d43dfa8e72
      
https://github.com/jenkinsci/artifactory-plugin/commit/c8768ec038598069c0bb9badf5fe32d43dfa8e72
  Author: Liron Shalom <52914174+liron-sha...@users.noreply.github.com>
  Date:   2020-01-14 (Tue, 14 Jan 2020)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  HAP-1281 - upgrade docker-java to 3.1.2 (#244)


  Commit: 2b1a0446f511e7878ca222c3a665704b58f0af13
      
https://github.com/jenkinsci/artifactory-plugin/commit/2b1a0446f511e7878ca222c3a665704b58f0af13
  Author: Liron Shalom <52914174+liron-sha...@users.noreply.github.com>
  Date:   2020-01-14 (Tue, 14 Jan 2020)

  Changed paths:
    M appveyor.yml
    M 
src/test/java/org/jfrog/hudson/pipeline/integration/CommonITestsPipeline.java
    M src/test/java/org/jfrog/hudson/pipeline/integration/PipelineTestBase.java
    M src/test/java/org/jfrog/hudson/pipeline/integration/TestRepository.java
    M src/test/resources/integration/pipelines/declarative/go.pipeline
    M src/test/resources/integration/pipelines/scripted/go.pipeline
    M 
src/test/resources/integration/settings/jenkins-artifactory-tests-go-remote.json
    A 
src/test/resources/integration/settings/jenkins-artifactory-tests-go-virtual.json

  Log Message:
  -----------
  Fix failed integration tests  (#243)

* Go test - add go virtual repo as resolver.

* Add env var to control docker tests run

* Disable docker tests running in appveyor.


  Commit: 3face20d4347ce975fa7e9a62e75f0a0141d5eb0
      
https://github.com/jenkinsci/artifactory-plugin/commit/3face20d4347ce975fa7e9a62e75f0a0141d5eb0
  Author: yahavi <yah...@jfrog.com>
  Date:   2020-01-14 (Tue, 14 Jan 2020)

  Changed paths:
    M pom.xml

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


  Commit: abcfa2ac18edb65b46208394ea36c087c42d8851
      
https://github.com/jenkinsci/artifactory-plugin/commit/abcfa2ac18edb65b46208394ea36c087c42d8851
  Author: Eyal Ben Moshe <eyalbenmo...@jfrog.com>
  Date:   2020-01-26 (Sun, 26 Jan 2020)

  Changed paths:
    M src/main/resources/lib/jfrog/repos/repos.js

  Log Message:
  -----------
  HAP-1283 - The "Refresh repositories" button stopped working (#246)

Co-authored-by: Eyal Brosh <eyalb4...@users.noreply.github.com>


  Commit: 29f49786b0130100e9d6b572ebdc00e53ed16e74
      
https://github.com/jenkinsci/artifactory-plugin/commit/29f49786b0130100e9d6b572ebdc00e53ed16e74
  Author: Or Gabay <ort...@gmail.com>
  Date:   2020-02-02 (Sun, 02 Feb 2020)

  Changed paths:
    M 
src/main/java/org/jfrog/hudson/pipeline/common/docker/utils/DockerUtils.java

  Log Message:
  -----------
  Docker - Support foreign layer in buildinfo creation (#250)

* Docker - Support foreign layer in buildinfo creation


  Commit: ce0c1d387e3bbcfc1e433b7a562e8d4cad899cb9
      
https://github.com/jenkinsci/artifactory-plugin/commit/ce0c1d387e3bbcfc1e433b7a562e8d4cad899cb9
  Author: Liron Shalom <52914174+liron-sha...@users.noreply.github.com>
  Date:   2020-02-18 (Tue, 18 Feb 2020)

  Changed paths:
    M appveyor.yml
    M pom.xml
    M src/main/java/org/jfrog/hudson/release/scm/perforce/P4Manager.java
    M src/main/java/org/jfrog/hudson/util/PluginDependencyHelper.java
    M src/main/resources/META-INF/hudson.remoting.ClassFilter
    M src/test/java/org/jfrog/hudson/pipeline/integration/ITestUtils.java
    M src/test/java/org/jfrog/hudson/pipeline/integration/PipelineTestBase.java
    M src/test/java/org/jfrog/hudson/pipeline/integration/TestRepository.java

  Log Message:
  -----------
  Upgrade jenkins-core to version 2.159 (#251)

* Upgrade Jenkins core API version to 2.159
* Dependecies Plugins versions update and api changes fixes.
* PipelineTestBase - Create/Remove repositories once for each class.
* PipelineTestBase - Create different repositories for declarative and scripted 
tests
* increase cleanup threshold for old repositories to 24 hours.


  Commit: 08b256ad753fce22c78a461602f1ac8250a07cd8
      
https://github.com/jenkinsci/artifactory-plugin/commit/08b256ad753fce22c78a461602f1ac8250a07cd8
  Author: Eyal Ben Moshe <eyalbenmo...@jfrog.com>
  Date:   2020-02-20 (Thu, 20 Feb 2020)

  Changed paths:
    M README.md
    M src/main/java/org/jfrog/hudson/pipeline/common/docker/DockerImage.java
    M src/main/java/org/jfrog/hudson/pipeline/common/docker/DockerLayers.java
    M 
src/main/java/org/jfrog/hudson/pipeline/common/docker/utils/DockerAgentUtils.java
    M 
src/main/java/org/jfrog/hudson/pipeline/common/docker/utils/DockerUtils.java
    M 
src/main/java/org/jfrog/hudson/pipeline/common/executors/DockerExecutor.java

  Log Message:
  -----------
  Docker related code improvements (#245)

* HAP-1253 - weird failure: ConcurrentModificationException

* HAP-1253 - weird failure: ConcurrentModificationException

* Docker improvements.

* HAP-1283 - The "Refresh repositories" button stopped working

* REVERT - HAP-1283 - The "Refresh repositories" button stopped working

* Update maven version in README.md

* CR fix.

Co-authored-by: Eyal Brosh <eyalb4...@users.noreply.github.com>


  Commit: 7f816f62ea75383bff3eca091edda4a6fba763b7
      
https://github.com/jenkinsci/artifactory-plugin/commit/7f816f62ea75383bff3eca091edda4a6fba763b7
  Author: Yahav Itzhak <yah...@users.noreply.github.com>
  Date:   2020-03-05 (Thu, 05 Mar 2020)

  Changed paths:
    M pom.xml

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


  Commit: deec9792a0b1906a190723ccc4746a59a2564eb5
      
https://github.com/jenkinsci/artifactory-plugin/commit/deec9792a0b1906a190723ccc4746a59a2564eb5
  Author: Yahav Itzhak <yah...@users.noreply.github.com>
  Date:   2020-03-05 (Thu, 05 Mar 2020)

  Changed paths:
    M src/main/java/org/jfrog/hudson/pipeline/common/executors/NpmExecutor.java

  Log Message:
  -----------
  HAP-1305 - npm - NPE when path doesn't provided (#258)


  Commit: cb3dd9051086e2d0c9e50dffeba44044797145bf
      
https://github.com/jenkinsci/artifactory-plugin/commit/cb3dd9051086e2d0c9e50dffeba44044797145bf
  Author: Yahav Itzhak <yah...@users.noreply.github.com>
  Date:   2020-03-08 (Sun, 08 Mar 2020)

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

  Log Message:
  -----------
  HAP-1303 (#257)


  Commit: 187db271774a4c04d73afefe03e641e4617bba90
      
https://github.com/jenkinsci/artifactory-plugin/commit/187db271774a4c04d73afefe03e641e4617bba90
  Author: Liron Shalom <52914174+liron-sha...@users.noreply.github.com>
  Date:   2020-03-08 (Sun, 08 Mar 2020)

  Changed paths:
    M src/main/java/org/jfrog/hudson/go/GoPublishCallable.java
    M src/main/java/org/jfrog/hudson/go/GoRunCallable.java
    M 
src/main/java/org/jfrog/hudson/pipeline/common/executors/GenericDownloadExecutor.java
    M 
src/main/java/org/jfrog/hudson/pipeline/common/executors/GenericUploadExecutor.java
    M 
src/main/java/org/jfrog/hudson/pipeline/common/executors/GoPublishExecutor.java
    M 
src/main/java/org/jfrog/hudson/pipeline/common/executors/GoRunExecutor.java
    M 
src/main/java/org/jfrog/hudson/pipeline/common/executors/NpmEnvExtractor.java
    M src/main/java/org/jfrog/hudson/pipeline/common/executors/NpmExecutor.java
    M 
src/main/java/org/jfrog/hudson/pipeline/common/executors/NpmInstallExecutor.java
    M 
src/main/java/org/jfrog/hudson/pipeline/common/executors/NpmPublishExecutor.java
    M 
src/main/java/org/jfrog/hudson/pipeline/common/types/ArtifactoryServer.java
    M 
src/main/java/org/jfrog/hudson/pipeline/common/types/buildInfo/BuildInfoAccessor.java
    M src/main/java/org/jfrog/hudson/pipeline/common/types/builds/GoBuild.java
    M src/main/java/org/jfrog/hudson/pipeline/common/types/builds/NpmBuild.java
    M 
src/main/java/org/jfrog/hudson/pipeline/common/types/builds/PackageManagerBuild.java
    M 
src/main/java/org/jfrog/hudson/pipeline/declarative/steps/generic/DownloadStep.java
    M 
src/main/java/org/jfrog/hudson/pipeline/declarative/steps/generic/GenericStep.java
    M 
src/main/java/org/jfrog/hudson/pipeline/declarative/steps/generic/UploadStep.java
    M 
src/main/java/org/jfrog/hudson/pipeline/declarative/steps/go/GoPublishStep.java
    M 
src/main/java/org/jfrog/hudson/pipeline/declarative/steps/go/GoRunStep.java
    M 
src/main/java/org/jfrog/hudson/pipeline/declarative/steps/npm/NpmInstallStep.java
    M 
src/main/java/org/jfrog/hudson/pipeline/declarative/steps/npm/NpmPublishStep.java
    M src/main/java/org/jfrog/hudson/pipeline/scripted/steps/DownloadStep.java
    M src/main/java/org/jfrog/hudson/pipeline/scripted/steps/GoPublishStep.java
    M src/main/java/org/jfrog/hudson/pipeline/scripted/steps/GoRunStep.java
    M src/main/java/org/jfrog/hudson/pipeline/scripted/steps/NpmInstallStep.java
    M src/main/java/org/jfrog/hudson/pipeline/scripted/steps/NpmPublishStep.java
    M src/main/java/org/jfrog/hudson/pipeline/scripted/steps/UploadStep.java
    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/ScriptedITest.java
    A 
src/test/resources/integration/pipelines/declarative/goCustomModuleName.pipeline
    A 
src/test/resources/integration/pipelines/declarative/npmCustomModuleName.pipeline
    A 
src/test/resources/integration/pipelines/declarative/uploadDownloadCustomModuleName.pipeline
    A 
src/test/resources/integration/pipelines/scripted/goCustomModuleName.pipeline
    A 
src/test/resources/integration/pipelines/scripted/npmCustomModuleName.pipeline
    A 
src/test/resources/integration/pipelines/scripted/uploadDownloadCustomModuleName.pipeline

  Log Message:
  -----------
  HAP-1259 - Support setting module name in pipelines job (#254)

* generic upload/download - add module param to customize build-info's moduleId.

* scripted/declarative npm,Gp - add module param to customize build-info's 
moduleId for npm and Go operations (install/run, publish)


  Commit: 8bcb7e9e04d7f9e24d986b8c0ad932f4b1ae4a9b
      
https://github.com/jenkinsci/artifactory-plugin/commit/8bcb7e9e04d7f9e24d986b8c0ad932f4b1ae4a9b
  Author: Robi Nino <ro...@jfrog.com>
  Date:   2020-03-09 (Mon, 09 Mar 2020)

  Changed paths:
    M src/main/java/org/jfrog/hudson/generic/GenericArtifactsDeployer.java
    M 
src/main/java/org/jfrog/hudson/pipeline/common/executors/GenericUploadExecutor.java
    M 
src/main/java/org/jfrog/hudson/pipeline/common/executors/GradleExecutor.java
    M 
src/main/java/org/jfrog/hudson/pipeline/common/executors/MavenExecutor.java
    M 
src/main/java/org/jfrog/hudson/pipeline/common/types/buildInfo/BuildInfo.java
    M 
src/main/java/org/jfrog/hudson/pipeline/common/types/deployers/Deployer.java
    M 
src/main/java/org/jfrog/hudson/pipeline/common/types/deployers/GradleDeployer.java
    M 
src/main/java/org/jfrog/hudson/pipeline/common/types/deployers/MavenDeployer.java
    M 
src/main/java/org/jfrog/hudson/pipeline/declarative/steps/gradle/GradleDeployerStep.java
    M 
src/main/java/org/jfrog/hudson/pipeline/declarative/steps/maven/MavenDeployerStep.java
    M src/main/java/org/jfrog/hudson/util/ExtractorUtils.java
    M src/main/java/org/jfrog/hudson/util/publisher/PublisherContext.java

  Log Message:
  -----------
  HAP-1308 - Add support for maven and gradle parallel deploy on pipeline


  Commit: 9565aeecfe6823be03740561af3179ecceba7978
      
https://github.com/jenkinsci/artifactory-plugin/commit/9565aeecfe6823be03740561af3179ecceba7978
  Author: Yahav Itzhak <yah...@users.noreply.github.com>
  Date:   2020-03-09 (Mon, 09 Mar 2020)

  Changed paths:
    M src/main/java/org/jfrog/hudson/pipeline/common/Utils.java
    M 
src/main/java/org/jfrog/hudson/pipeline/common/executors/NpmEnvExtractor.java
    M src/main/java/org/jfrog/hudson/pipeline/common/executors/NpmExecutor.java
    M 
src/main/java/org/jfrog/hudson/pipeline/common/executors/NpmInstallExecutor.java
    M 
src/main/java/org/jfrog/hudson/pipeline/common/executors/NpmPublishExecutor.java
    M 
src/main/java/org/jfrog/hudson/pipeline/declarative/steps/npm/NpmInstallStep.java
    M 
src/main/java/org/jfrog/hudson/pipeline/declarative/steps/npm/NpmPublishStep.java
    M src/main/java/org/jfrog/hudson/pipeline/scripted/steps/NpmInstallStep.java
    M src/main/java/org/jfrog/hudson/pipeline/scripted/steps/NpmPublishStep.java

  Log Message:
  -----------
  HAP-1297 - NPM build in container not working (#259)


  Commit: 84f2e4ced007b6facd466a78c85d5f4e62e2d958
      
https://github.com/jenkinsci/artifactory-plugin/commit/84f2e4ced007b6facd466a78c85d5f4e62e2d958
  Author: kurddt <kur...@users.noreply.github.com>
  Date:   2020-03-09 (Mon, 09 Mar 2020)

  Changed paths:
    M src/main/java/org/jfrog/hudson/pipeline/common/types/ConanRemote.java
    M 
src/main/java/org/jfrog/hudson/pipeline/scripted/steps/conan/AddRemoteStep.java

  Log Message:
  -----------
  Add 'VerifySSL' argument to conan.remote.add function (#252)


  Commit: e7ca735baa28bab11aee387a7f1ee8267d877f7e
      
https://github.com/jenkinsci/artifactory-plugin/commit/e7ca735baa28bab11aee387a7f1ee8267d877f7e
  Author: Robi Nino <ro...@jfrog.com>
  Date:   2020-03-09 (Mon, 09 Mar 2020)

  Changed paths:
    M 
src/main/java/org/jfrog/hudson/pipeline/common/types/deployers/Deployer.java

  Log Message:
  -----------
  Update Gradle and Maven default deployment threads on pipeline jobs


  Commit: 80516f9cbf17045d0cf3af38b05c54ebad92591b
      
https://github.com/jenkinsci/artifactory-plugin/commit/80516f9cbf17045d0cf3af38b05c54ebad92591b
  Author: Eyal Ben Moshe <ey...@jfrog.com>
  Date:   2020-03-09 (Mon, 09 Mar 2020)

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

  Log Message:
  -----------
  Add 'VerifySSL' argument to conan.remote.add function (#252)


  Commit: e56650eb9c3e30c0427e2f00b0ae70ef9a82314e
      
https://github.com/jenkinsci/artifactory-plugin/commit/e56650eb9c3e30c0427e2f00b0ae70ef9a82314e
  Author: Yahav Itzhak <yah...@users.noreply.github.com>
  Date:   2020-03-09 (Mon, 09 Mar 2020)

  Changed paths:
    M src/main/java/org/jfrog/hudson/pipeline/common/executors/EnvExtractor.java
    M 
src/main/java/org/jfrog/hudson/pipeline/common/types/deployers/GradleDeployer.java
    M 
src/main/java/org/jfrog/hudson/pipeline/common/types/resolvers/GradleResolver.java
    M 
src/main/java/org/jfrog/hudson/pipeline/declarative/steps/gradle/GradleDeployerStep.java

  Log Message:
  -----------
  Gradle builds return error when deployer is not defined (#260)


  Commit: 3531a58911c4859e581f7ca825445a3f49e54891
      
https://github.com/jenkinsci/artifactory-plugin/commit/3531a58911c4859e581f7ca825445a3f49e54891
  Author: Eyal Ben Moshe <ey...@jfrog.com>
  Date:   2020-03-09 (Mon, 09 Mar 2020)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Upgrade build-info dependencies.


Compare: 
https://github.com/jenkinsci/artifactory-plugin/compare/2b9c193b74df...3531a58911c4

-- 
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/2b9c19-3531a5%40github.com.

Reply via email to