Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/artifactory-plugin
  Commit: 68eb9ce87011fab8e953216f088f50bcfaff5272
      
https://github.com/jenkinsci/artifactory-plugin/commit/68eb9ce87011fab8e953216f088f50bcfaff5272
  Author: Yahav Itzhak <[email protected]>
  Date:   2019-01-20 (Sun, 20 Jan 2019)

  Changed paths:
    M README.md
    A appveyor.yml
    M pom.xml
    M src/main/java/org/jfrog/hudson/gradle/ArtifactoryGradleConfigurator.java
    M src/main/java/org/jfrog/hudson/gradle/GradleInitScriptWriter.java
    M src/main/java/org/jfrog/hudson/maven3/Maven3Builder.java
    M 
src/main/java/org/jfrog/hudson/pipeline/common/executors/GradleExecutor.java
    M src/main/java/org/jfrog/hudson/util/PluginDependencyHelper.java
    R src/test/java/org/jfrog/hudson/ArtifactoryRedeployPublisherITest.java
    A 
src/test/java/org/jfrog/hudson/pipeline/integration/CommonITestsPipeline.java
    A src/test/java/org/jfrog/hudson/pipeline/integration/DeclarativeITest.java
    A src/test/java/org/jfrog/hudson/pipeline/integration/ITestUtils.java
    A src/test/java/org/jfrog/hudson/pipeline/integration/PipelineTestBase.java
    A src/test/java/org/jfrog/hudson/pipeline/integration/PipelineType.java
    A src/test/java/org/jfrog/hudson/pipeline/integration/ScriptedITest.java
    A src/test/java/org/jfrog/hudson/pipeline/integration/TestRepository.java
    A src/test/resources/integration/files/a.in
    A src/test/resources/integration/files/b.in
    A src/test/resources/integration/files/c.in
    A src/test/resources/integration/gradle-example-ci/api/build.gradle
    A 
src/test/resources/integration/gradle-example-ci/api/src/main/java/org/gradle/api/PersonList.java
    A 
src/test/resources/integration/gradle-example-ci/api/src/main/java/org/gradle/api/package.html
    A 
src/test/resources/integration/gradle-example-ci/api/src/main/java/org/gradle/apiImpl/Impl.java
    A src/test/resources/integration/gradle-example-ci/build.gradle
    A src/test/resources/integration/gradle-example-ci/gradle.properties
    A 
src/test/resources/integration/gradle-example-ci/services/webservice/build.gradle
    A 
src/test/resources/integration/gradle-example-ci/services/webservice/src/main/java/org/gradle/webservice/TestTest.java
    A 
src/test/resources/integration/gradle-example-ci/services/webservice/src/test/java/org/gradle/webservice/TestTestTest.java
    A src/test/resources/integration/gradle-example-ci/settings.gradle
    A 
src/test/resources/integration/gradle-example-ci/shared/src/main/java/org/gradle/shared/Person.java
    A 
src/test/resources/integration/gradle-example-ci/shared/src/main/java/org/gradle/shared/package-info.java
    A 
src/test/resources/integration/gradle-example-ci/shared/src/main/resources/org/gradle/shared/main.properties
    A src/test/resources/integration/gradle-example/api/build.gradle
    A 
src/test/resources/integration/gradle-example/api/src/main/java/org/gradle/api/PersonList.java
    A 
src/test/resources/integration/gradle-example/api/src/main/java/org/gradle/api/package.html
    A 
src/test/resources/integration/gradle-example/api/src/main/java/org/gradle/apiImpl/Impl.java
    A src/test/resources/integration/gradle-example/build.gradle
    A src/test/resources/integration/gradle-example/gradle.properties
    A 
src/test/resources/integration/gradle-example/services/webservice/build.gradle
    A 
src/test/resources/integration/gradle-example/services/webservice/src/main/java/org/gradle/webservice/TestTest.java
    A 
src/test/resources/integration/gradle-example/services/webservice/src/test/java/org/gradle/webservice/TestTestTest.java
    A src/test/resources/integration/gradle-example/settings.gradle
    A 
src/test/resources/integration/gradle-example/shared/src/main/java/org/gradle/shared/Person.java
    A 
src/test/resources/integration/gradle-example/shared/src/main/java/org/gradle/shared/package-info.java
    A 
src/test/resources/integration/gradle-example/shared/src/main/resources/org/gradle/shared/main.properties
    A src/test/resources/integration/maven-example/multi1/pom.xml
    A 
src/test/resources/integration/maven-example/multi1/src/main/java/artifactory/test/Multi1.java
    A 
src/test/resources/integration/maven-example/multi1/src/test/java/artifactory/test/AppTest.java
    A src/test/resources/integration/maven-example/multi2/pom.xml
    A 
src/test/resources/integration/maven-example/multi2/src/main/java/artifactory/test/App.java
    A 
src/test/resources/integration/maven-example/multi2/src/test/java/artifactory/test/AppTest.java
    A src/test/resources/integration/maven-example/multi3/pom.xml
    A 
src/test/resources/integration/maven-example/multi3/src/main/java/artifactory/test/Multi3.java
    A 
src/test/resources/integration/maven-example/multi3/src/main/webapp/WEB-INF/web.xml
    A 
src/test/resources/integration/maven-example/multi3/src/test/java/artifactory/test/AppTest.java
    A src/test/resources/integration/maven-example/pom.xml
    A src/test/resources/integration/npm-example/package-lock.json
    A src/test/resources/integration/npm-example/package.json
    A src/test/resources/integration/pipelines/declarative/download.pipeline
    A 
src/test/resources/integration/pipelines/declarative/downloadFailNoOp.pipeline
    A src/test/resources/integration/pipelines/declarative/gradle.pipeline
    A 
src/test/resources/integration/pipelines/declarative/gradleCiServer.pipeline
    A src/test/resources/integration/pipelines/declarative/maven.pipeline
    A src/test/resources/integration/pipelines/declarative/npm.pipeline
    A src/test/resources/integration/pipelines/declarative/promote.pipeline
    A src/test/resources/integration/pipelines/declarative/upload.pipeline
    A 
src/test/resources/integration/pipelines/declarative/uploadFailNoOp.pipeline
    A src/test/resources/integration/pipelines/scripted/download.pipeline
    A 
src/test/resources/integration/pipelines/scripted/downloadFailNoOp.pipeline
    A src/test/resources/integration/pipelines/scripted/gradle.pipeline
    A src/test/resources/integration/pipelines/scripted/gradleCiServer.pipeline
    A src/test/resources/integration/pipelines/scripted/maven.pipeline
    A src/test/resources/integration/pipelines/scripted/npm.pipeline
    A src/test/resources/integration/pipelines/scripted/promote.pipeline
    A src/test/resources/integration/pipelines/scripted/upload.pipeline
    A src/test/resources/integration/pipelines/scripted/uploadFailNoOp.pipeline
    A src/test/resources/integration/settings/jenkins-tests-jcenter.json
    A src/test/resources/integration/settings/jenkins-tests-local-1.json
    A src/test/resources/integration/settings/jenkins-tests-local-2.json
    A src/test/resources/integration/settings/jenkins-tests-npm-local.json
    A src/test/resources/integration/settings/jenkins-tests-npm-remote.json

  Log Message:
  -----------
  HAP-1125 - Add pipeline integration tests


  Commit: f5310484b1f7e3c4b40431930f8442ff78659b50
      
https://github.com/jenkinsci/artifactory-plugin/commit/f5310484b1f7e3c4b40431930f8442ff78659b50
  Author: yahavi <[email protected]>
  Date:   2019-01-21 (Mon, 21 Jan 2019)

  Changed paths:
    M README.md

  Log Message:
  -----------
  Add tests status badge


  Commit: a3b5d86974e7b1987408e74d9f53bfda69b354fe
      
https://github.com/jenkinsci/artifactory-plugin/commit/a3b5d86974e7b1987408e74d9f53bfda69b354fe
  Author: Yahav Itzhak <[email protected]>
  Date:   2019-01-22 (Tue, 22 Jan 2019)

  Changed paths:
    M src/main/java/org/jfrog/hudson/maven3/Maven3Builder.java
    M src/main/java/org/jfrog/hudson/pipeline/common/Utils.java
    M 
src/main/java/org/jfrog/hudson/pipeline/common/executors/GradleExecutor.java

  Log Message:
  -----------
  HAP-1136 - Jenkins Artifactory Plugin Pipeline Log Missing (intermittently) 
when running the build on a remote agent (#98)


  Commit: 34cd894dea9e78d9824c2cffb95f51bfffbda74f
      
https://github.com/jenkinsci/artifactory-plugin/commit/34cd894dea9e78d9824c2cffb95f51bfffbda74f
  Author: yahavi <[email protected]>
  Date:   2019-01-27 (Sun, 27 Jan 2019)

  Changed paths:
    M appveyor.yml

  Log Message:
  -----------
  Appveyor - Fix caches


  Commit: a5ede60dd55b1616b8eeac03afbbf4a8a96f6310
      
https://github.com/jenkinsci/artifactory-plugin/commit/a5ede60dd55b1616b8eeac03afbbf4a8a96f6310
  Author: yahavi <[email protected]>
  Date:   2019-01-27 (Sun, 27 Jan 2019)

  Changed paths:
    M README.md

  Log Message:
  -----------
  Update README


  Commit: 258545d40d0566f84cb8ffbb202eae057e845ac6
      
https://github.com/jenkinsci/artifactory-plugin/commit/258545d40d0566f84cb8ffbb202eae057e845ac6
  Author: Andrei Komarov <[email protected]>
  Date:   2019-01-28 (Mon, 28 Jan 2019)

  Changed paths:
    M src/main/java/org/jfrog/hudson/ArtifactoryServer.java
    M src/main/java/org/jfrog/hudson/generic/GenericArtifactsDeployer.java
    M src/main/java/org/jfrog/hudson/pipeline/common/Utils.java
    M 
src/main/java/org/jfrog/hudson/pipeline/common/executors/GetArtifactoryServerExecutor.java
    M 
src/main/java/org/jfrog/hudson/pipeline/common/types/ArtifactoryServer.java
    M src/main/resources/lib/jfrog/global/global.js
    M src/main/resources/org/jfrog/hudson/ArtifactoryBuilder/global.jelly
    A src/main/webapp/help/ArtifactoryBuilder/help-deploymentThreads.html

  Log Message:
  -----------
  HAP-1085 - Add the ability to control the number of parallel uploads using 
File Specs (#90)


  Commit: b260b1733b4fd5abf8896e538743b391a906cb95
      
https://github.com/jenkinsci/artifactory-plugin/commit/b260b1733b4fd5abf8896e538743b391a906cb95
  Author: yahavi <[email protected]>
  Date:   2019-01-28 (Mon, 28 Jan 2019)

  Changed paths:
    M appveyor.yml
    M pom.xml

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


  Commit: 40f11cc0b5a650a2f20f61ba8d86bab431aee3b2
      
https://github.com/jenkinsci/artifactory-plugin/commit/40f11cc0b5a650a2f20f61ba8d86bab431aee3b2
  Author: Yahav Itzhak <[email protected]>
  Date:   2019-01-28 (Mon, 28 Jan 2019)

  Changed paths:
    M src/main/java/org/jfrog/hudson/npm/NpmInstallCallable.java
    M src/main/java/org/jfrog/hudson/npm/NpmPublishCallable.java
    M src/main/java/org/jfrog/hudson/pipeline/common/Utils.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-1137 - PATH environment variable doesn't passed to the npm extractor (#99)


  Commit: b369ced11a71d36ea21e494a137791c410162ed1
      
https://github.com/jenkinsci/artifactory-plugin/commit/b369ced11a71d36ea21e494a137791c410162ed1
  Author: yahavi <[email protected]>
  Date:   2019-01-28 (Mon, 28 Jan 2019)

  Changed paths:
    M src/test/resources/integration/pipelines/declarative/maven.pipeline
    M src/test/resources/integration/pipelines/scripted/maven.pipeline

  Log Message:
  -----------
  Force update maven dependencies in maven tests


  Commit: 290d8bded4f86820ed64f2eb3f1809bcea0a3767
      
https://github.com/jenkinsci/artifactory-plugin/commit/290d8bded4f86820ed64f2eb3f1809bcea0a3767
  Author: Matthias Gerbershagen <[email protected]>
  Date:   2019-02-07 (Thu, 07 Feb 2019)

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

  Log Message:
  -----------
  replace getRef call with resolve call


  Commit: 030a6c8aa92bee6d8fcafb72ee20b44de443fae0
      
https://github.com/jenkinsci/artifactory-plugin/commit/030a6c8aa92bee6d8fcafb72ee20b44de443fae0
  Author: yahavi <[email protected]>
  Date:   2019-02-07 (Thu, 07 Feb 2019)

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

  Log Message:
  -----------
  HAP-1085 - Add the ability to control the number of parallel uploads using 
File Specs


  Commit: ffae12de04346f8ff141459244b4af637512ad47
      
https://github.com/jenkinsci/artifactory-plugin/commit/ffae12de04346f8ff141459244b4af637512ad47
  Author: Yahav Itzhak <[email protected]>
  Date:   2019-02-07 (Thu, 07 Feb 2019)

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

  Log Message:
  -----------
  Merge pull request #105 from mtgerb/master

[HAP-1144] Replace JGIT getRef call with resolve call


  Commit: 4e98dd31b32a070439ecf06327fe1ffd7875fa4f
      
https://github.com/jenkinsci/artifactory-plugin/commit/4e98dd31b32a070439ecf06327fe1ffd7875fa4f
  Author: yahavi <[email protected]>
  Date:   2019-02-10 (Sun, 10 Feb 2019)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Change build-info dependencies to release versions


Compare: 
https://github.com/jenkinsci/artifactory-plugin/compare/e7207104aa63...4e98dd31b32a

-- 
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].
For more options, visit https://groups.google.com/d/optout.

Reply via email to