Branch: refs/heads/test-filtering
  Home:   https://github.com/jenkinsci/acceptance-test-harness
  Commit: 8aae902d37a0199d00f6500bd8d9ff64c670cf75
      
https://github.com/jenkinsci/acceptance-test-harness/commit/8aae902d37a0199d00f6500bd8d9ff64c670cf75
  Author: Eli Givoni <e...@jfrog.com>
  Date:   2014-10-08 (Wed, 08 Oct 2014)

  Changed paths:
    A 
src/main/groovy/org/jenkinsci/test/acceptance/global/GlobalConfigurationPage.groovy
    A 
src/main/java/org/jenkinsci/test/acceptance/docker/fixtures/ArtifactoryContainer.java
    A 
src/main/resources/org/jenkinsci/test/acceptance/docker/fixtures/ArtifactoryContainer/Dockerfile
    A src/test/groovy/groovy/plugins/ArtifactoryPluginTest.groovy

  Log Message:
  -----------
  WIP, add Artifactory plugin test


  Commit: bf242f543b276f75c31b37766f897f4a49b6c7ad
      
https://github.com/jenkinsci/acceptance-test-harness/commit/bf242f543b276f75c31b37766f897f4a49b6c7ad
  Author: Eli Givoni <e...@jfrog.com>
  Date:   2014-10-11 (Sat, 11 Oct 2014)

  Changed paths:
    M 
src/main/groovy/org/jenkinsci/test/acceptance/global/GlobalConfigurationPage.groovy
    A 
src/main/groovy/org/jenkinsci/test/acceptance/plugins/artifactory/ArtifactoryPublisher.groovy
    A 
src/main/groovy/org/jenkinsci/test/acceptance/plugins/artifactory/ArtifactoryResolverStep.groovy
    M src/test/groovy/groovy/plugins/ArtifactoryPluginTest.groovy
    A src/test/resources/artifactory_plugin/multimodule/module_a/pom.xml
    A src/test/resources/artifactory_plugin/multimodule/module_b/pom.xml
    A src/test/resources/artifactory_plugin/multimodule/pom.xml
    A src/test/resources/artifactory_plugin/quickstart/build.gradle
    A 
src/test/resources/artifactory_plugin/quickstart/gradle/wrapper/gradle-wrapper.jar
    A 
src/test/resources/artifactory_plugin/quickstart/gradle/wrapper/gradle-wrapper.properties
    A src/test/resources/artifactory_plugin/quickstart/gradlew
    A src/test/resources/artifactory_plugin/quickstart/gradlew.bat
    A 
src/test/resources/artifactory_plugin/quickstart/src/main/java/org/gradle/Person.java
    A 
src/test/resources/artifactory_plugin/quickstart/src/main/resources/org/gradle/resource.xml
    A 
src/test/resources/artifactory_plugin/quickstart/src/test/java/org/gradle/PersonTest.java
    A 
src/test/resources/artifactory_plugin/quickstart/src/test/resources/org/gradle/test-resource.xml

  Log Message:
  -----------
  WIP, Added Maven and Gradle integration tests


  Commit: 9d74d33449dad0bcfd44c61bd0bd06e0fce03195
      
https://github.com/jenkinsci/acceptance-test-harness/commit/9d74d33449dad0bcfd44c61bd0bd06e0fce03195
  Author: Eli Givoni <e...@jfrog.com>
  Date:   2014-10-12 (Sun, 12 Oct 2014)

  Changed paths:
    R 
src/main/groovy/org/jenkinsci/test/acceptance/plugins/artifactory/ArtifactoryResolverStep.groovy
    M 
src/main/java/org/jenkinsci/test/acceptance/docker/fixtures/ArtifactoryContainer.java
    M 
src/main/resources/org/jenkinsci/test/acceptance/docker/fixtures/ArtifactoryContainer/Dockerfile
    M src/test/groovy/groovy/plugins/ArtifactoryPluginTest.groovy

  Log Message:
  -----------
  Add support for docker


  Commit: 3aff4811d2ea0c38282727f362310c8c76a0674a
      
https://github.com/jenkinsci/acceptance-test-harness/commit/3aff4811d2ea0c38282727f362310c8c76a0674a
  Author: Eli Givoni <e...@jfrog.com>
  Date:   2014-10-12 (Sun, 12 Oct 2014)

  Changed paths:
    M 
src/main/groovy/org/jenkinsci/test/acceptance/global/GlobalConfigurationPage.groovy
    M 
src/main/groovy/org/jenkinsci/test/acceptance/plugins/artifactory/ArtifactoryPublisher.groovy
    M 
src/main/java/org/jenkinsci/test/acceptance/docker/fixtures/ArtifactoryContainer.java
    M src/test/groovy/groovy/plugins/ArtifactoryPluginTest.groovy

  Log Message:
  -----------
  Adding javadoc comments


  Commit: 7e560d99bfaa6fde036429b713657ea76bde35aa
      
https://github.com/jenkinsci/acceptance-test-harness/commit/7e560d99bfaa6fde036429b713657ea76bde35aa
  Author: Eli Givoni <e...@jfrog.com>
  Date:   2014-10-13 (Mon, 13 Oct 2014)

  Changed paths:
    M 
src/main/groovy/org/jenkinsci/test/acceptance/plugins/artifactory/ArtifactoryPublisher.groovy

  Log Message:
  -----------
  Add more elements to ArtifactoryPublisher


  Commit: 3bc5f5e9eb824dd18eac7da90ed3f05c73d2b69a
      
https://github.com/jenkinsci/acceptance-test-harness/commit/3bc5f5e9eb824dd18eac7da90ed3f05c73d2b69a
  Author: Eli Givoni <e...@jfrog.com>
  Date:   2014-10-13 (Mon, 13 Oct 2014)

  Changed paths:
    M 
src/main/java/org/jenkinsci/test/acceptance/docker/fixtures/ArtifactoryContainer.java
    M src/test/groovy/groovy/plugins/ArtifactoryPluginTest.groovy

  Log Message:
  -----------
  add waitForArtifactory method


  Commit: 284dd7f40d0d88b5e1bfc8a0a44bbd368c68276c
      
https://github.com/jenkinsci/acceptance-test-harness/commit/284dd7f40d0d88b5e1bfc8a0a44bbd368c68276c
  Author: Oliver Gondža <ogon...@gmail.com>
  Date:   2014-10-26 (Sun, 26 Oct 2014)

  Changed paths:
    A 
src/main/groovy/org/jenkinsci/test/acceptance/global/GlobalConfigurationPage.groovy
    A 
src/main/groovy/org/jenkinsci/test/acceptance/plugins/artifactory/ArtifactoryPublisher.groovy
    A 
src/main/java/org/jenkinsci/test/acceptance/docker/fixtures/ArtifactoryContainer.java
    A 
src/main/resources/org/jenkinsci/test/acceptance/docker/fixtures/ArtifactoryContainer/Dockerfile
    A src/test/groovy/groovy/plugins/ArtifactoryPluginTest.groovy
    A src/test/resources/artifactory_plugin/multimodule/module_a/pom.xml
    A src/test/resources/artifactory_plugin/multimodule/module_b/pom.xml
    A src/test/resources/artifactory_plugin/multimodule/pom.xml
    A src/test/resources/artifactory_plugin/quickstart/build.gradle
    A 
src/test/resources/artifactory_plugin/quickstart/gradle/wrapper/gradle-wrapper.jar
    A 
src/test/resources/artifactory_plugin/quickstart/gradle/wrapper/gradle-wrapper.properties
    A src/test/resources/artifactory_plugin/quickstart/gradlew
    A src/test/resources/artifactory_plugin/quickstart/gradlew.bat
    A 
src/test/resources/artifactory_plugin/quickstart/src/main/java/org/gradle/Person.java
    A 
src/test/resources/artifactory_plugin/quickstart/src/main/resources/org/gradle/resource.xml
    A 
src/test/resources/artifactory_plugin/quickstart/src/test/java/org/gradle/PersonTest.java
    A 
src/test/resources/artifactory_plugin/quickstart/src/test/resources/org/gradle/test-resource.xml

  Log Message:
  -----------
  Merge pull request #16 from elig/master

Adding Artifactory plugin tests to harness


  Commit: 84d8ba3ea96f15af8d51f7eb8ae7d9620441960c
      
https://github.com/jenkinsci/acceptance-test-harness/commit/84d8ba3ea96f15af8d51f7eb8ae7d9620441960c
  Author: Oliver Gondža <ogon...@gmail.com>
  Date:   2014-10-27 (Mon, 27 Oct 2014)

  Changed paths:
    M 
src/main/java/org/jenkinsci/test/acceptance/po/CapybaraPortingLayerImpl.java

  Log Message:
  -----------
  Do not use several wait timeout defaults


  Commit: 9e03b181404b4e48d66aa629a2bd488e1cc1ed86
      
https://github.com/jenkinsci/acceptance-test-harness/commit/9e03b181404b4e48d66aa629a2bd488e1cc1ed86
  Author: Oliver Gondža <ogon...@gmail.com>
  Date:   2014-10-27 (Mon, 27 Oct 2014)

  Changed paths:
    M src/test/groovy/groovy/plugins/ArtifactoryPluginTest.groovy

  Log Message:
  -----------
  #16: stretch timeout a little bit


Compare: 
https://github.com/jenkinsci/acceptance-test-harness/compare/b8a9c0df2ede...9e03b181404b

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

Reply via email to