Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/copyartifact-plugin
  Commit: 996ecc5453f438cfbae3e41c830eac9d4e998f6f
      
https://github.com/jenkinsci/copyartifact-plugin/commit/996ecc5453f438cfbae3e41c830eac9d4e998f6f
  Author: tfennelly <[email protected]>
  Date:   2015-01-19 (Mon, 19 Jan 2015)

  Changed paths:
    M .gitignore

  Log Message:
  -----------
  Added all intellij file types to .gitignore


  Commit: 9a1a77f8ad135a1fc58035db04f2b6d7d8414c3f
      
https://github.com/jenkinsci/copyartifact-plugin/commit/9a1a77f8ad135a1fc58035db04f2b6d7d8414c3f
  Author: tfennelly <[email protected]>
  Date:   2015-01-19 (Mon, 19 Jan 2015)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Updated to deoend on parent pom v 1.577

@Jesse may need to be something else?


  Commit: 2132429f5999eb476b82d65e57f3e5f523492e8e
      
https://github.com/jenkinsci/copyartifact-plugin/commit/2132429f5999eb476b82d65e57f3e5f523492e8e
  Author: tfennelly <[email protected]>
  Date:   2015-01-19 (Mon, 19 Jan 2015)

  Changed paths:
    M src/main/java/hudson/plugins/copyartifact/Copier.java
    M src/main/java/hudson/plugins/copyartifact/CopyArtifact.java
    M 
src/main/java/hudson/plugins/copyartifact/CopyArtifactPermissionProperty.java
    M src/main/java/hudson/plugins/copyartifact/FilePathCopyMethod.java
    M src/main/java/hudson/plugins/copyartifact/FingerprintingCopyMethod.java

  Log Message:
  -----------
  CopyArtifact to implement SimpleBuildStep


  Commit: b8a9fbfa8236e76a4fbc5be7734042ff605962fb
      
https://github.com/jenkinsci/copyartifact-plugin/commit/b8a9fbfa8236e76a4fbc5be7734042ff605962fb
  Author: tfennelly <[email protected]>
  Date:   2015-01-19 (Mon, 19 Jan 2015)

  Changed paths:
    M src/main/java/hudson/plugins/copyartifact/CopyArtifact.java

  Log Message:
  -----------
  Replaced uber DataBoundConstructor with DataBoundSetters for non mandatory 
properties


  Commit: 3a474f6066bcf5edd8c2b994849ee26a171d52a6
      
https://github.com/jenkinsci/copyartifact-plugin/commit/3a474f6066bcf5edd8c2b994849ee26a171d52a6
  Author: tfennelly <[email protected]>
  Date:   2015-01-19 (Mon, 19 Jan 2015)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Updating parent pom dep version to 1.580.1


  Commit: 0cc9f7de316d616f2fa14fb074ac038c5cd07608
      
https://github.com/jenkinsci/copyartifact-plugin/commit/0cc9f7de316d616f2fa14fb074ac038c5cd07608
  Author: tfennelly <[email protected]>
  Date:   2015-01-19 (Mon, 19 Jan 2015)

  Changed paths:
    M pom.xml
    M src/main/java/hudson/plugins/copyartifact/Copier.java
    A src/test/java/hudson/plugins/copyartifact/CopierTest.java

  Log Message:
  -----------
  Fixup Copier.init methods to handle new and legacy impls


  Commit: 5f3397a50ae5a41ba869c4b478bc00922cfd347f
      
https://github.com/jenkinsci/copyartifact-plugin/commit/5f3397a50ae5a41ba869c4b478bc00922cfd347f
  Author: tfennelly <[email protected]>
  Date:   2015-01-19 (Mon, 19 Jan 2015)

  Changed paths:
    M src/main/java/hudson/plugins/copyartifact/CopyArtifact.java
    A src/main/java/hudson/plugins/copyartifact/CopyArtifactException.java

  Log Message:
  -----------
  Coalesce the multiple perform methods in CopyArtifact


  Commit: 8fed67e659e832cdbb9b3bf89c6a448a3ef178d4
      
https://github.com/jenkinsci/copyartifact-plugin/commit/8fed67e659e832cdbb9b3bf89c6a448a3ef178d4
  Author: tfennelly <[email protected]>
  Date:   2015-01-19 (Mon, 19 Jan 2015)

  Changed paths:
    M src/main/java/hudson/plugins/copyartifact/CopyArtifact.java

  Log Message:
  -----------
  Fixed canReadFrom to use Job instead of AbstractProject

But to take AbstractProject into account


  Commit: 02d3985bbbf89b365d756772fc85b63c1858980f
      
https://github.com/jenkinsci/copyartifact-plugin/commit/02d3985bbbf89b365d756772fc85b63c1858980f
  Author: tfennelly <[email protected]>
  Date:   2015-01-19 (Mon, 19 Jan 2015)

  Changed paths:
    M src/main/java/hudson/plugins/copyartifact/FingerprintingCopyMethod.java

  Log Message:
  -----------
  Fixed FingerprintCopyMethod to use Run


  Commit: 45d1bea46dc138c579bcc57eb1e0a497f27002a1
      
https://github.com/jenkinsci/copyartifact-plugin/commit/45d1bea46dc138c579bcc57eb1e0a497f27002a1
  Author: tfennelly <[email protected]>
  Date:   2015-01-19 (Mon, 19 Jan 2015)

  Changed paths:
    M src/test/java/hudson/plugins/copyartifact/CopyArtifactTest.java
    M src/test/java/hudson/plugins/copyartifact/DownstreamBuildSelectorTest.java
    M src/test/java/hudson/plugins/copyartifact/TriggeredBuildSelectorTest.java
    A src/test/java/hudson/plugins/copyartifact/testutils/CopyArtifactUtil.java

  Log Message:
  -----------
  Removed use of deprecated CopyArtifact constructors


  Commit: c4a7b5ff66814fd54de2ffb9530758d6c9a6c01f
      
https://github.com/jenkinsci/copyartifact-plugin/commit/c4a7b5ff66814fd54de2ffb9530758d6c9a6c01f
  Author: tfennelly <[email protected]>
  Date:   2015-01-19 (Mon, 19 Jan 2015)

  Changed paths:
    M src/main/java/hudson/plugins/copyartifact/Copier.java
    M src/test/java/hudson/plugins/copyartifact/CopierTest.java

  Log Message:
  -----------
  Throw AbstractMethodError where appropriate in init methods


  Commit: 280834015b486dd0334377a1069ed4e614a65dcb
      
https://github.com/jenkinsci/copyartifact-plugin/commit/280834015b486dd0334377a1069ed4e614a65dcb
  Author: tfennelly <[email protected]>
  Date:   2015-01-19 (Mon, 19 Jan 2015)

  Changed paths:
    M src/main/java/hudson/plugins/copyartifact/CopyArtifact.java

  Log Message:
  -----------
  Empty EnvVars for non AbstractBuild runs


  Commit: c40649fa8c4e1b4d13133dd530ee176facdc6746
      
https://github.com/jenkinsci/copyartifact-plugin/commit/c40649fa8c4e1b4d13133dd530ee176facdc6746
  Author: tfennelly <[email protected]>
  Date:   2015-01-19 (Mon, 19 Jan 2015)

  Changed paths:
    M src/main/java/hudson/plugins/copyartifact/CopyArtifact.java
    R src/main/java/hudson/plugins/copyartifact/CopyArtifactException.java

  Log Message:
  -----------
  Removed CopyArtifactException


  Commit: a946f0a7b54a28415e45bac7473b09502758f65b
      
https://github.com/jenkinsci/copyartifact-plugin/commit/a946f0a7b54a28415e45bac7473b09502758f65b
  Author: tfennelly <[email protected]>
  Date:   2015-01-21 (Wed, 21 Jan 2015)

  Changed paths:
    M pom.xml
    A src/test/java/hudson/plugins/copyartifact/CopyArtifactWorkflowTest.java

  Log Message:
  -----------
  Moved workflow step test from workflow/aggregator


  Commit: eeca5d3b058bba64021f034572011fc406258ea4
      
https://github.com/jenkinsci/copyartifact-plugin/commit/eeca5d3b058bba64021f034572011fc406258ea4
  Author: tfennelly <[email protected]>
  Date:   2015-01-21 (Wed, 21 Jan 2015)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Exclude SECURITY-144-compat


  Commit: f5647fcb445c83b1cfc80d83801be41e774e3770
      
https://github.com/jenkinsci/copyartifact-plugin/commit/f5647fcb445c83b1cfc80d83801be41e774e3770
  Author: tfennelly <[email protected]>
  Date:   2015-01-22 (Thu, 22 Jan 2015)

  Changed paths:
    M src/main/resources/hudson/plugins/copyartifact/Messages.properties
    M src/main/resources/hudson/plugins/copyartifact/Messages_de.properties
    M src/main/resources/hudson/plugins/copyartifact/Messages_ja.properties

  Log Message:
  -----------
  Removed Message.CopyArtifact_MissingWorkspace


  Commit: 0f1c09be2657038f1c1d75030d2b0b1e95a4fcce
      
https://github.com/jenkinsci/copyartifact-plugin/commit/0f1c09be2657038f1c1d75030d2b0b1e95a4fcce
  Author: tfennelly <[email protected]>
  Date:   2015-01-22 (Thu, 22 Jan 2015)

  Changed paths:
    M src/main/java/hudson/plugins/copyartifact/CopyArtifact.java

  Log Message:
  -----------
  @Nonnull on CopyArtifact.setSelector


  Commit: fb22785aa2594276d644876bb13836bc933a5ece
      
https://github.com/jenkinsci/copyartifact-plugin/commit/fb22785aa2594276d644876bb13836bc933a5ece
  Author: tfennelly <[email protected]>
  Date:   2015-01-22 (Thu, 22 Jan 2015)

  Changed paths:
    M src/main/java/hudson/plugins/copyartifact/CopyArtifact.java

  Log Message:
  -----------
  Removed AbstractProject checks in canReadFrom


  Commit: 8f5afaf68ad0d209487f1efd02cbf53a2171b197
      
https://github.com/jenkinsci/copyartifact-plugin/commit/8f5afaf68ad0d209487f1efd02cbf53a2171b197
  Author: tfennelly <[email protected]>
  Date:   2015-01-22 (Thu, 22 Jan 2015)

  Changed paths:
    M src/test/java/hudson/plugins/copyartifact/CopyArtifactWorkflowTest.java

  Log Message:
  -----------
  Changed test to specify raw build number for SpecificBuildSelector


  Commit: 3c4a6ac2d78e7c7da9254f976b29ab3760ed4f5c
      
https://github.com/jenkinsci/copyartifact-plugin/commit/3c4a6ac2d78e7c7da9254f976b29ab3760ed4f5c
  Author: tfennelly <[email protected]>
  Date:   2015-01-22 (Thu, 22 Jan 2015)

  Changed paths:
    M src/main/java/hudson/plugins/copyartifact/Copier.java
    M src/main/java/hudson/plugins/copyartifact/CopyArtifact.java
    M src/main/java/hudson/plugins/copyartifact/FilePathCopyMethod.java
    M src/main/java/hudson/plugins/copyartifact/FingerprintingCopyMethod.java
    M src/test/java/hudson/plugins/copyartifact/CopierTest.java

  Log Message:
  -----------
  Renamed new init method to initialize + added generic types to args


  Commit: 73d6a058ea2fd2c0e11e76e8deaf0c78f907e006
      
https://github.com/jenkinsci/copyartifact-plugin/commit/73d6a058ea2fd2c0e11e76e8deaf0c78f907e006
  Author: tfennelly <[email protected]>
  Date:   2015-01-22 (Thu, 22 Jan 2015)

  Changed paths:
    M src/test/java/hudson/plugins/copyartifact/CopyArtifactWorkflowTest.java

  Log Message:
  -----------
  Removed contentious CopyArtifactsWorkflowTest tests


  Commit: 325f16adb3fc4f5d587b687bcb94b1726eeb033a
      
https://github.com/jenkinsci/copyartifact-plugin/commit/325f16adb3fc4f5d587b687bcb94b1726eeb033a
  Author: ikedam <[email protected]>
  Date:   2015-01-23 (Fri, 23 Jan 2015)

  Changed paths:
    M .gitignore
    M pom.xml
    M src/main/java/hudson/plugins/copyartifact/Copier.java
    M src/main/java/hudson/plugins/copyartifact/CopyArtifact.java
    M 
src/main/java/hudson/plugins/copyartifact/CopyArtifactPermissionProperty.java
    M src/main/java/hudson/plugins/copyartifact/FilePathCopyMethod.java
    M src/main/java/hudson/plugins/copyartifact/FingerprintingCopyMethod.java
    M src/main/resources/hudson/plugins/copyartifact/Messages.properties
    M src/main/resources/hudson/plugins/copyartifact/Messages_de.properties
    M src/main/resources/hudson/plugins/copyartifact/Messages_ja.properties
    A src/test/java/hudson/plugins/copyartifact/CopierTest.java
    M src/test/java/hudson/plugins/copyartifact/CopyArtifactTest.java
    A src/test/java/hudson/plugins/copyartifact/CopyArtifactWorkflowTest.java
    M src/test/java/hudson/plugins/copyartifact/DownstreamBuildSelectorTest.java
    M src/test/java/hudson/plugins/copyartifact/TriggeredBuildSelectorTest.java
    A src/test/java/hudson/plugins/copyartifact/testutils/CopyArtifactUtil.java

  Log Message:
  -----------
  Merge pull request #55 from tfennelly/BuildStep-Job-v2

[FIXED JENKINS-24887] CopyArtifact to implement workflow SimpleBuildStep


Compare: 
https://github.com/jenkinsci/copyartifact-plugin/compare/eda80351b205...325f16adb3fc

-- 
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