Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/artifactory-plugin

  Commit: 037120d8b795b5a5e4a1c847ad3ab840deeddf5b

      
https://github.com/jenkinsci/artifactory-plugin/commit/037120d8b795b5a5e4a1c847ad3ab840deeddf5b

  Author: Or Geva <ort...@gmail.com>

  Date:   2021-05-23 (Sun, 23 May 2021)



  Changed paths:

    M pom.xml

    M src/main/java/org/jfrog/hudson/AbstractBuildInfoDeployer.java

    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/ArtifactoryServer.java

    M src/main/java/org/jfrog/hudson/BuildInfoResultAction.java

    M src/main/java/org/jfrog/hudson/PublishedBuildDetails.java

    M src/main/java/org/jfrog/hudson/action/ActionableHelper.java

    M src/main/java/org/jfrog/hudson/generic/ArtifactoryGenericConfigurator.java

    M src/main/java/org/jfrog/hudson/generic/DependenciesDownloaderImpl.java

    M src/main/java/org/jfrog/hudson/generic/EditPropertiesCallable.java

    M src/main/java/org/jfrog/hudson/generic/FilesResolverCallable.java

    M src/main/java/org/jfrog/hudson/generic/GenericArtifactsDeployer.java

    M src/main/java/org/jfrog/hudson/generic/GenericArtifactsResolver.java

    M src/main/java/org/jfrog/hudson/generic/GenericBuildInfoDeployer.java

    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/maven2/ArtifactsDeployer.java

    M src/main/java/org/jfrog/hudson/maven2/MavenBuildInfoDeployer.java

    M src/main/java/org/jfrog/hudson/pipeline/common/BuildInfoDeployer.java

    M 
src/main/java/org/jfrog/hudson/pipeline/common/executors/BuildAppendExecutor.java

    M 
src/main/java/org/jfrog/hudson/pipeline/common/executors/CollectIssuesExecutor.java

    M 
src/main/java/org/jfrog/hudson/pipeline/common/executors/DistributionExecutor.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/PromotionExecutor.java

    M 
src/main/java/org/jfrog/hudson/pipeline/common/executors/PublishBuildInfoExecutor.java

    M src/main/java/org/jfrog/hudson/pipeline/common/executors/XrayExecutor.java

    M src/main/java/org/jfrog/hudson/pipeline/common/types/Connection.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/release/DistributionUtils.java

    M src/main/java/org/jfrog/hudson/release/PromotionUtils.java

    M 
src/main/java/org/jfrog/hudson/release/promotion/UnifiedPromoteBuildAction.java

    M src/main/java/org/jfrog/hudson/trigger/ArtifactoryTrigger.java

    M src/main/java/org/jfrog/hudson/util/RepositoriesUtils.java

    M src/main/java/org/jfrog/hudson/util/publisher/PublisherFlexible.java

    M 
src/test/java/org/jfrog/hudson/pipeline/integration/CommonITestsPipeline.java

    M src/test/java/org/jfrog/hudson/pipeline/integration/ITestUtils.java

    M src/test/java/org/jfrog/hudson/pipeline/integration/PipelineTestBase.java



  Log Message:

  -----------

  Artifactory manager (#477)





  Commit: bed7533c26cdf8b4138650af90d0fb2e6a81592c

      
https://github.com/jenkinsci/artifactory-plugin/commit/bed7533c26cdf8b4138650af90d0fb2e6a81592c

  Author: Or Geva <ort...@gmail.com>

  Date:   2021-05-24 (Mon, 24 May 2021)



  Changed paths:

    M src/test/resources/integration/pipelines/declarative/npmCi.pipeline

    M 
src/test/resources/integration/pipelines/declarative/npmCustomModuleName.pipeline

    M src/test/resources/integration/pipelines/declarative/npmInstall.pipeline

    M src/test/resources/integration/pipelines/scripted/npmCi.pipeline

    M 
src/test/resources/integration/pipelines/scripted/npmCustomModuleName.pipeline

    M src/test/resources/integration/pipelines/scripted/npmInstall.pipeline



  Log Message:

  -----------

  Bugfix - override npm cache dir to make sure the artifacts exist in 
Artifactory (#479)





  Commit: 00cfebf519a6ae6410b6c9691e0f181943b1c771

      
https://github.com/jenkinsci/artifactory-plugin/commit/00cfebf519a6ae6410b6c9691e0f181943b1c771

  Author: Or Geva <ort...@gmail.com>

  Date:   2021-05-24 (Mon, 24 May 2021)



  Changed paths:

    M src/main/java/org/jfrog/hudson/ArtifactoryBuilder.java

    M 
src/main/java/org/jfrog/hudson/pipeline/common/executors/GetJFrogPlatformInstancesExecutor.java

    M 
src/main/java/org/jfrog/hudson/pipeline/common/executors/PublishBuildInfoExecutor.java

    M 
src/main/java/org/jfrog/hudson/pipeline/common/types/ArtifactoryServer.java



  Log Message:

  -----------

  Bugfix - Saving the same server id as in Jenkins configuration fails … (#481)



* Bugfix - Saving the same server id as in Jenkins configuration fails the build

* Test connection fails for missing Artifactory URL





  Commit: ec9959fd05f1d95c4a3a11e3ee09de9f15663b34

      
https://github.com/jenkinsci/artifactory-plugin/commit/ec9959fd05f1d95c4a3a11e3ee09de9f15663b34

  Author: Or Geva <ort...@gmail.com>

  Date:   2021-05-25 (Tue, 25 May 2021)



  Changed paths:

    M src/main/java/org/jfrog/hudson/ArtifactoryBuilder.java

    M src/main/java/org/jfrog/hudson/JFrogPlatformInstance.java

    M src/main/java/org/jfrog/hudson/maven2/MavenBuildInfoDeployer.java

    M 
src/main/java/org/jfrog/hudson/maven3/ArtifactoryMaven3NativeConfigurator.java

    M 
src/main/java/org/jfrog/hudson/pipeline/common/executors/GetJFrogPlatformInstancesExecutor.java

    M src/main/java/org/jfrog/hudson/util/RepositoriesUtils.java

    M src/main/resources/org/jfrog/hudson/ArtifactoryBuilder/global.jelly

    M src/test/java/org/jfrog/hudson/pipeline/integration/ITestUtils.java

    M 
src/test/java/org/jfrog/hudson/util/converters/ArtifactoryBuilderConverterTest.java

    M 
src/test/java/org/jfrog/hudson/util/converters/CredentialsConfigConverterTest.java



  Log Message:

  -----------

  Bugfix - compatibility with JCasC fails (#478)





  Commit: 273388239b95eff556f0db70a8f6b97976661b98

      
https://github.com/jenkinsci/artifactory-plugin/commit/273388239b95eff556f0db70a8f6b97976661b98

  Author: Or Geva <ort...@gmail.com>

  Date:   2021-05-25 (Tue, 25 May 2021)



  Changed paths:

    M 
src/main/java/org/jfrog/hudson/pipeline/common/types/JFrogPlatformInstance.java

    M 
src/main/java/org/jfrog/hudson/pipeline/scripted/steps/GetJFrogPlatformInstanceStep.java



  Log Message:

  -----------

  Fix comment description (#484)





  Commit: 93815545d9262e2052dd0fd7f473969c340b48eb

      
https://github.com/jenkinsci/artifactory-plugin/commit/93815545d9262e2052dd0fd7f473969c340b48eb

  Author: Or Geva <ort...@gmail.com>

  Date:   2021-05-25 (Tue, 25 May 2021)



  Changed paths:

    M pom.xml



  Log Message:

  -----------

  Update pom.xml





  Commit: 4e9293433c8a25eb1b9284e53f94322a8980b8d5

      
https://github.com/jenkinsci/artifactory-plugin/commit/4e9293433c8a25eb1b9284e53f94322a8980b8d5

  Author: JFrog Pipelines Step <bu...@pipelines.jfrog.com>

  Date:   2021-05-25 (Tue, 25 May 2021)



  Changed paths:

    M pom.xml



  Log Message:

  -----------

  [artifactory-release] Release version 3.11.1 [skipRun]





  Commit: 886003fed9ab1a1f6acb7a7711a5971fb562c4ef

      
https://github.com/jenkinsci/artifactory-plugin/commit/886003fed9ab1a1f6acb7a7711a5971fb562c4ef

  Author: JFrog Pipelines Step <bu...@pipelines.jfrog.com>

  Date:   2021-05-25 (Tue, 25 May 2021)



  Changed paths:

    M pom.xml



  Log Message:

  -----------

  [artifactory-release] Next development version [skipRun]





Compare: 
https://github.com/jenkinsci/artifactory-plugin/compare/fe0560341195...886003fed9ab

-- 
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/fe0560-886003%40github.com.

Reply via email to