[jenkinsci/jobcopy-builder-plugin]

2023-02-24 Thread 'ikedam' via Jenkins Commits
  Branch: refs/tags/jobcopy-builder-1.5.0
  Home:   https://github.com/jenkinsci/jobcopy-builder-plugin

-- 
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/jobcopy-builder-plugin/push/refs/tags/jobcopy-builder-1.5.0/00-ef354f%40github.com.


[jenkinsci/jobcopy-builder-plugin] fd8f8c: Update CHANGELOG.adoc for releasing 1.5.0

2023-02-24 Thread 'ikedam' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jobcopy-builder-plugin
  Commit: fd8f8c300f67ab82b2a451fc12eda617e48b2733
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/fd8f8c300f67ab82b2a451fc12eda617e48b2733
  Author: ikedam 
  Date:   2023-02-25 (Sat, 25 Feb 2023)

  Changed paths:
M CHANGELOG.adoc

  Log Message:
  ---
  Update CHANGELOG.adoc for releasing 1.5.0


  Commit: d9aaac7e82a2f92f7da6fc1f09988ab034628abc
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/d9aaac7e82a2f92f7da6fc1f09988ab034628abc
  Author: ikedam 
  Date:   2023-02-25 (Sat, 25 Feb 2023)

  Changed paths:
M CHANGELOG.adoc

  Log Message:
  ---
  Merge pull request #31 from ikedam/feature/prepare1.5.0

Update CHANGELOG.adoc for releasing 1.5.0


Compare: 
https://github.com/jenkinsci/jobcopy-builder-plugin/compare/9ae193a0d049...d9aaac7e82a2

-- 
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/jobcopy-builder-plugin/push/refs/heads/master/9ae193-d9aaac%40github.com.


[jenkinsci/jobcopy-builder-plugin] 038837: Require Jenkins 2.346.3 or newer

2023-02-20 Thread 'ikedam' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jobcopy-builder-plugin
  Commit: 038837548767ecc3701b1df5c7659658a9f379f7
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/038837548767ecc3701b1df5c7659658a9f379f7
  Author: Mark Waite 
  Date:   2022-12-21 (Wed, 21 Dec 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Require Jenkins 2.346.3 or newer

https://issues.jenkins.io/browse/JENKINS-70286 notes that the job copy
builder plugin has an implied dependency on the WMI Windows Agents plugin
due to the age of the Jenkins version on which it dependes.

https://plugins.jenkins.io/jobcopy-builder/#dependencies shows that it
has many other implied dependencies due to that old Jenkins version.

This change resolves almost all of those implied dependencies (except
instance identity, it was split in Jenkins 2.357).

https://www.jenkins.io/doc/developer/plugin-development/dependency-management/#jenkins-plugin-bom
describes the plugin bill of materials that is used in this pull request.
It simplifies dependency version management.


  Commit: 03737ebb0876d635a3474ab3689104bbba9167ac
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/03737ebb0876d635a3474ab3689104bbba9167ac
  Author: Mark Waite 
  Date:   2022-12-21 (Wed, 21 Dec 2022)

  Changed paths:
M 
src/main/resources/jp/ikedam/jenkins/plugins/jobcopy_builder/AdditionalFileset/config_ja.properties
M 
src/main/resources/jp/ikedam/jenkins/plugins/jobcopy_builder/CopiedjobinfoAction/summary_ja.properties
M 
src/main/resources/jp/ikedam/jenkins/plugins/jobcopy_builder/JobcopyBuilder/config_ja.properties
M 
src/main/resources/jp/ikedam/jenkins/plugins/jobcopy_builder/Messages_ja.properties
M 
src/main/resources/jp/ikedam/jenkins/plugins/jobcopy_builder/ReplaceOperation/config_ja.properties

  Log Message:
  ---
  Resolve character encoding warning in properties


  Commit: 09ae3a00e08ae2b7aae68f6bd7adb8c0207a572a
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/09ae3a00e08ae2b7aae68f6bd7adb8c0207a572a
  Author: Mark Waite 
  Date:   2022-12-21 (Wed, 21 Dec 2022)

  Changed paths:
M 
src/test/java/jp/ikedam/jenkins/plugins/jobcopy_builder/JobcopyBuilderJenkinsTest.java

  Log Message:
  ---
  Convert from JUnit 3 HudsonTestCase to JUnit 4 JenkinsRule


  Commit: 233bffd85816765c1f339e935303587d57088a98
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/233bffd85816765c1f339e935303587d57088a98
  Author: ikedam 
  Date:   2023-01-14 (Sat, 14 Jan 2023)

  Changed paths:
M 
src/main/resources/jp/ikedam/jenkins/plugins/jobcopy_builder/AdditionalFileset/config_ja.properties
M 
src/main/resources/jp/ikedam/jenkins/plugins/jobcopy_builder/CopiedjobinfoAction/summary_ja.properties
M 
src/main/resources/jp/ikedam/jenkins/plugins/jobcopy_builder/JobcopyBuilder/config_ja.properties
M 
src/main/resources/jp/ikedam/jenkins/plugins/jobcopy_builder/Messages_ja.properties
M 
src/main/resources/jp/ikedam/jenkins/plugins/jobcopy_builder/ReplaceOperation/config_ja.properties

  Log Message:
  ---
  Remove comments in Japanese text property files

* They keep unencoded texts, but must be removed as newer InjectedTest rejects 
such unencoded texts.


  Commit: 0b683e35616e6e8fa5655d76335bc3575c047e35
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/0b683e35616e6e8fa5655d76335bc3575c047e35
  Author: ikedam 
  Date:   2023-01-14 (Sat, 14 Jan 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  matrix-auth is used only in tests


  Commit: 26aec07d2972fd3395acffac716e86bee5392019
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/26aec07d2972fd3395acffac716e86bee5392019
  Author: ikedam 
  Date:   2023-01-14 (Sat, 14 Jan 2023)

  Changed paths:
M pom.xml
M 
src/main/java/jp/ikedam/jenkins/plugins/jobcopy_builder/JobcopyBuilder.java

  Log Message:
  ---
  Make matrix-project optional


  Commit: dc217c38ab73701c9b6bc0181fe63c94c4ae1b6f
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/dc217c38ab73701c9b6bc0181fe63c94c4ae1b6f
  Author: ikedam 
  Date:   2023-01-15 (Sun, 15 Jan 2023)

  Changed paths:
M 
src/test/java/jp/ikedam/jenkins/plugins/jobcopy_builder/JobcopyBuilderJenkinsTest.java

  Log Message:
  ---
  Use assert assertBuildStatusSuccess / assertBuildStatus


  Commit: e30e47f739298bd0e277a727c14ed388df84e9c7
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/e30e47f739298bd0e277a727c14ed388df84e9c7
  Author: ikedam 
  Date:   2023-01-15 (Sun, 15 Jan 2023)

  Changed paths:
M 
src/test/java/jp/ikedam/jenkins/plugins/jobcopy_builder/JobcopyBuilderJenkinsTest.java

  Log Message:
  ---
  Fix `-Dhudson.model.ParametersAction.keepUndefinedParameters=true` issue on 
tests

* Jenkins ignore parameters in ParameterAction that doesn't defined in 
ParametersDefinition.


  Commit

[jenkinsci/jobcopy-builder-plugin]

2022-04-22 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-credentials-2.3.19
  Home:   https://github.com/jenkinsci/jobcopy-builder-plugin

-- 
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/jobcopy-builder-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-credentials-2.3.19/d251a4-00%40github.com.


[jenkinsci/jobcopy-builder-plugin] 92477b: Bump credentials from 1.8.3 to 2.6.1.1

2022-04-22 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-credentials-2.6.1.1
  Home:   https://github.com/jenkinsci/jobcopy-builder-plugin
  Commit: 92477b3888ac732f43257cba79f4f94b6b5120a9
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/92477b3888ac732f43257cba79f4f94b6b5120a9
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-04-22 (Fri, 22 Apr 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump credentials from 1.8.3 to 2.6.1.1

Bumps [credentials](https://github.com/jenkinsci/credentials-plugin) from 1.8.3 
to 2.6.1.1.
- [Release notes](https://github.com/jenkinsci/credentials-plugin/releases)
- 
[Changelog](https://github.com/jenkinsci/credentials-plugin/blob/master/CHANGELOG.md)
- 
[Commits](https://github.com/jenkinsci/credentials-plugin/compare/credentials-1.8.3...credentials-2.6.1.1)

---
updated-dependencies:
- dependency-name: org.jenkins-ci.plugins:credentials
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] 


-- 
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/jobcopy-builder-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-credentials-2.6.1.1/00-92477b%40github.com.


[jenkinsci/jobcopy-builder-plugin] 6d33de: Bump promoted-builds from 2.8 to 3.10.1

2022-04-22 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.jenkins-ci.plugins-promoted-builds-3.10.1
  Home:   https://github.com/jenkinsci/jobcopy-builder-plugin
  Commit: 6d33ded79336c120fd0cd6be322711998d21abfc
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/6d33ded79336c120fd0cd6be322711998d21abfc
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-04-22 (Fri, 22 Apr 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump promoted-builds from 2.8 to 3.10.1

Bumps [promoted-builds](https://github.com/jenkinsci/promoted-builds-plugin) 
from 2.8 to 3.10.1.
- [Release notes](https://github.com/jenkinsci/promoted-builds-plugin/releases)
- 
[Changelog](https://github.com/jenkinsci/promoted-builds-plugin/blob/master/CHANGELOG.md)
- 
[Commits](https://github.com/jenkinsci/promoted-builds-plugin/compare/promoted-builds-2.8...promoted-builds-3.10.1)

---
updated-dependencies:
- dependency-name: org.jenkins-ci.plugins:promoted-builds
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] 


-- 
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/jobcopy-builder-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-promoted-builds-3.10.1/00-6d33de%40github.com.


[jenkinsci/jobcopy-builder-plugin] d251a4: Bump credentials from 1.8.3 to 2.3.19

2021-06-16 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-credentials-2.3.19
  Home:   https://github.com/jenkinsci/jobcopy-builder-plugin
  Commit: d251a4bcdf2e2d714fb9429d28672562f9d1499e
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/d251a4bcdf2e2d714fb9429d28672562f9d1499e
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-06-16 (Wed, 16 Jun 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump credentials from 1.8.3 to 2.3.19

Bumps [credentials](https://github.com/jenkinsci/credentials-plugin) from 1.8.3 
to 2.3.19.
- [Release notes](https://github.com/jenkinsci/credentials-plugin/releases)
- 
[Changelog](https://github.com/jenkinsci/credentials-plugin/blob/master/CHANGELOG.md)
- 
[Commits](https://github.com/jenkinsci/credentials-plugin/compare/credentials-1.8.3...credentials-2.3.19)

---
updated-dependencies:
- dependency-name: org.jenkins-ci.plugins:credentials
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] 


-- 
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/jobcopy-builder-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-credentials-2.3.19/00-d251a4%40github.com.


[jenkinsci/jobcopy-builder-plugin] 48717e: Bump commons-io from 2.2 to 2.7

2021-04-26 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/commons-io-commons-io-2.7
  Home:   https://github.com/jenkinsci/jobcopy-builder-plugin
  Commit: 48717eed9ccf5b6a0e1e797488570074b31debb6
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/48717eed9ccf5b6a0e1e797488570074b31debb6
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-04-26 (Mon, 26 Apr 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump commons-io from 2.2 to 2.7

Bumps commons-io from 2.2 to 2.7.

Signed-off-by: dependabot[bot] 


-- 
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/jobcopy-builder-plugin/push/refs/heads/dependabot/maven/commons-io-commons-io-2.7/00-48717e%40github.com.


[jenkinsci/jobcopy-builder-plugin] c627bf: Bump ant from 1.9.15 to 1.10.9

2021-02-03 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.apache.ant-ant-1.10.9
  Home:   https://github.com/jenkinsci/jobcopy-builder-plugin
  Commit: c627bfcaa20513b5a631d826de87f2b5c72e9e84
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/c627bfcaa20513b5a631d826de87f2b5c72e9e84
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-02-03 (Wed, 03 Feb 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump ant from 1.9.15 to 1.10.9

Bumps ant from 1.9.15 to 1.10.9.

Signed-off-by: dependabot[bot] 


-- 
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/jobcopy-builder-plugin/push/refs/heads/dependabot/maven/org.apache.ant-ant-1.10.9/00-c627bf%40github.com.


[jenkinsci/jobcopy-builder-plugin] 6ea76b: [maven-release-plugin] prepare for next developmen...

2021-01-22 Thread 'ikedam' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jobcopy-builder-plugin
  Commit: 6ea76ba3f477fbfbb350dda74d0ff59af7f7fd67
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/6ea76ba3f477fbfbb350dda74d0ff59af7f7fd67
  Author: ikedam 
  Date:   2021-01-23 (Sat, 23 Jan 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


-- 
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/jobcopy-builder-plugin/push/refs/heads/master/f83fd2-6ea76b%40github.com.


[jenkinsci/jobcopy-builder-plugin]

2021-01-22 Thread 'ikedam' via Jenkins Commits
  Branch: refs/tags/jobcopy-builder-1.4.2
  Home:   https://github.com/jenkinsci/jobcopy-builder-plugin

-- 
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/jobcopy-builder-plugin/push/refs/tags/jobcopy-builder-1.4.2/00-1643a6%40github.com.


[jenkinsci/jobcopy-builder-plugin] f83fd2: [maven-release-plugin] prepare release jobcopy-bui...

2021-01-22 Thread 'ikedam' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jobcopy-builder-plugin
  Commit: f83fd2449d0fc0b5b84212aa32d1f70f679d027f
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/f83fd2449d0fc0b5b84212aa32d1f70f679d027f
  Author: ikedam 
  Date:   2021-01-23 (Sat, 23 Jan 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release jobcopy-builder-1.4.2


-- 
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/jobcopy-builder-plugin/push/refs/heads/master/5d2126-f83fd2%40github.com.


[jenkinsci/jobcopy-builder-plugin] 9b7458: Update changelog for 1.4.2

2021-01-22 Thread 'ikedam' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jobcopy-builder-plugin
  Commit: 9b7458e2bdee195df0a249e4a292bed621843b97
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/9b7458e2bdee195df0a249e4a292bed621843b97
  Author: ikedam 
  Date:   2021-01-23 (Sat, 23 Jan 2021)

  Changed paths:
M CHANGELOG.adoc

  Log Message:
  ---
  Update changelog for 1.4.2


  Commit: 5d2126e23670849bea3485adc83648cc9bfa50b8
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/5d2126e23670849bea3485adc83648cc9bfa50b8
  Author: ikedam 
  Date:   2021-01-23 (Sat, 23 Jan 2021)

  Changed paths:
M CHANGELOG.adoc

  Log Message:
  ---
  Merge pull request #22 from ikedam/feature/prepare1.4.2

Update changelog for 1.4.2


Compare: 
https://github.com/jenkinsci/jobcopy-builder-plugin/compare/a75f5071387e...5d2126e23670

-- 
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/jobcopy-builder-plugin/push/refs/heads/master/a75f50-5d2126%40github.com.


[jenkinsci/jobcopy-builder-plugin] be3ceb: [JENKINS-64160] Remove junit from the dependency

2021-01-22 Thread 'ikedam' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jobcopy-builder-plugin
  Commit: be3ceb7ac148a323e6761b1bbce160c74a61f9ac
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/be3ceb7ac148a323e6761b1bbce160c74a61f9ac
  Author: ikedam 
  Date:   2020-11-07 (Sat, 07 Nov 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [JENKINS-64160] Remove junit from the dependency

* It was introduced to resolve the problem in jenkins-test-harness, and 
required only for the test scope.


  Commit: a75f5071387eb88e9a20e503c5024ac62f1db532
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/a75f5071387eb88e9a20e503c5024ac62f1db532
  Author: ikedam 
  Date:   2021-01-23 (Sat, 23 Jan 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #21 from ikedam/feature/JENKINS-64160_RemoveJunit

[JENKINS-64160] Remove junit from the dependency


Compare: 
https://github.com/jenkinsci/jobcopy-builder-plugin/compare/ccb6cd4cfdd3...a75f5071387e

-- 
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/jobcopy-builder-plugin/push/refs/heads/master/ccb6cd-a75f50%40github.com.


[jenkinsci/jobcopy-builder-plugin]

2020-11-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/junit-junit-4.13.1
  Home:   https://github.com/jenkinsci/jobcopy-builder-plugin

-- 
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/jobcopy-builder-plugin/push/refs/heads/dependabot/maven/junit-junit-4.13.1/23452c-00%40github.com.


[jenkinsci/jobcopy-builder-plugin] 23452c: Bump junit from 4.11 to 4.13.1

2020-11-06 Thread 'ikedam' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jobcopy-builder-plugin
  Commit: 23452c8adc738489c02ba7f27f2a09a32d599078
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/23452c8adc738489c02ba7f27f2a09a32d599078
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2020-10-13 (Tue, 13 Oct 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump junit from 4.11 to 4.13.1

Bumps [junit](https://github.com/junit-team/junit4) from 4.11 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases)
- 
[Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.11.md)
- [Commits](https://github.com/junit-team/junit4/compare/r4.11...r4.13.1)

Signed-off-by: dependabot[bot] 


  Commit: ccb6cd4cfdd3f13611762387c4135597d3b65645
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/ccb6cd4cfdd3f13611762387c4135597d3b65645
  Author: ikedam 
  Date:   2020-11-07 (Sat, 07 Nov 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #20 from jenkinsci/dependabot/maven/junit-junit-4.13.1

Bump junit from 4.11 to 4.13.1


Compare: 
https://github.com/jenkinsci/jobcopy-builder-plugin/compare/b6f5e95d4629...ccb6cd4cfdd3

-- 
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/jobcopy-builder-plugin/push/refs/heads/master/b6f5e9-ccb6cd%40github.com.


[jenkinsci/jobcopy-builder-plugin] df78d2: Bump ant from 1.9.2 to 1.9.15

2020-11-06 Thread 'ikedam' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jobcopy-builder-plugin
  Commit: df78d28468d07c45dc22fc00feb141ab98c1e98a
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/df78d28468d07c45dc22fc00feb141ab98c1e98a
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2020-09-14 (Mon, 14 Sep 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump ant from 1.9.2 to 1.9.15

Bumps ant from 1.9.2 to 1.9.15.

Signed-off-by: dependabot[bot] 


  Commit: b6f5e95d4629334d11ce9f2d204b590c8cf88b9c
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/b6f5e95d4629334d11ce9f2d204b590c8cf88b9c
  Author: ikedam 
  Date:   2020-11-07 (Sat, 07 Nov 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #19 from 
jenkinsci/dependabot/maven/org.apache.ant-ant-1.9.15

Bump ant from 1.9.2 to 1.9.15


Compare: 
https://github.com/jenkinsci/jobcopy-builder-plugin/compare/3151d931faf8...b6f5e95d4629

-- 
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/jobcopy-builder-plugin/push/refs/heads/master/3151d9-b6f5e9%40github.com.


[jenkinsci/jobcopy-builder-plugin]

2020-11-06 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.apache.ant-ant-1.9.15
  Home:   https://github.com/jenkinsci/jobcopy-builder-plugin

-- 
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/jobcopy-builder-plugin/push/refs/heads/dependabot/maven/org.apache.ant-ant-1.9.15/df78d2-00%40github.com.


[jenkinsci/jobcopy-builder-plugin] 23452c: Bump junit from 4.11 to 4.13.1

2020-10-13 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/junit-junit-4.13.1
  Home:   https://github.com/jenkinsci/jobcopy-builder-plugin
  Commit: 23452c8adc738489c02ba7f27f2a09a32d599078
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/23452c8adc738489c02ba7f27f2a09a32d599078
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2020-10-13 (Tue, 13 Oct 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump junit from 4.11 to 4.13.1

Bumps [junit](https://github.com/junit-team/junit4) from 4.11 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases)
- 
[Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.11.md)
- [Commits](https://github.com/junit-team/junit4/compare/r4.11...r4.13.1)

Signed-off-by: dependabot[bot] 


-- 
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/jobcopy-builder-plugin/push/refs/heads/dependabot/maven/junit-junit-4.13.1/00-23452c%40github.com.


[jenkinsci/jobcopy-builder-plugin] df78d2: Bump ant from 1.9.2 to 1.9.15

2020-09-14 Thread dependabot[bot]
  Branch: refs/heads/dependabot/maven/org.apache.ant-ant-1.9.15
  Home:   https://github.com/jenkinsci/jobcopy-builder-plugin
  Commit: df78d28468d07c45dc22fc00feb141ab98c1e98a
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/df78d28468d07c45dc22fc00feb141ab98c1e98a
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2020-09-14 (Mon, 14 Sep 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump ant from 1.9.2 to 1.9.15

Bumps ant from 1.9.2 to 1.9.15.

Signed-off-by: dependabot[bot] 


-- 
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/jobcopy-builder-plugin/push/refs/heads/dependabot/maven/org.apache.ant-ant-1.9.15/00-df78d2%40github.com.


[jenkinsci/jobcopy-builder-plugin] 545b2f: [maven-release-plugin] prepare release jobcopy-bui...

2020-09-12 Thread ikedam
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jobcopy-builder-plugin
  Commit: 545b2f5c4ca1fdb1e0659b23cc4e05b0044ecbc0
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/545b2f5c4ca1fdb1e0659b23cc4e05b0044ecbc0
  Author: ikedam 
  Date:   2020-09-12 (Sat, 12 Sep 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release jobcopy-builder-1.4.1


-- 
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/jobcopy-builder-plugin/push/refs/heads/master/633ccc-545b2f%40github.com.


[jenkinsci/jobcopy-builder-plugin]

2020-09-12 Thread ikedam
  Branch: refs/tags/jobcopy-builder-1.4.1
  Home:   https://github.com/jenkinsci/jobcopy-builder-plugin

-- 
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/jobcopy-builder-plugin/push/refs/tags/jobcopy-builder-1.4.1/00-63dfd5%40github.com.


[jenkinsci/jobcopy-builder-plugin] 3151d9: [maven-release-plugin] prepare for next developmen...

2020-09-12 Thread ikedam
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jobcopy-builder-plugin
  Commit: 3151d931faf8fda548192c043645b896a17ed144
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/3151d931faf8fda548192c043645b896a17ed144
  Author: ikedam 
  Date:   2020-09-12 (Sat, 12 Sep 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


-- 
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/jobcopy-builder-plugin/push/refs/heads/master/545b2f-3151d9%40github.com.


[jenkinsci/jobcopy-builder-plugin] 6887da: Update changelog for 1.4.1

2020-09-12 Thread ikedam
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jobcopy-builder-plugin
  Commit: 6887da22100fbcb344df19ab3e05977912f5ccb4
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/6887da22100fbcb344df19ab3e05977912f5ccb4
  Author: ikedam 
  Date:   2020-09-12 (Sat, 12 Sep 2020)

  Changed paths:
M CHANGELOG.adoc

  Log Message:
  ---
  Update changelog for 1.4.1


  Commit: 633ccc9ce6a2d6548beba921f6fdf45d428fab0d
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/633ccc9ce6a2d6548beba921f6fdf45d428fab0d
  Author: ikedam 
  Date:   2020-09-12 (Sat, 12 Sep 2020)

  Changed paths:
M CHANGELOG.adoc

  Log Message:
  ---
  Merge pull request #18 from ikedam/feature/prepare1.4.1

Update changelog for 1.4.1


Compare: 
https://github.com/jenkinsci/jobcopy-builder-plugin/compare/3bd4d5b75fdc...633ccc9ce6a2

-- 
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/jobcopy-builder-plugin/push/refs/heads/master/3bd4d5-633ccc%40github.com.


[jenkinsci/jobcopy-builder-plugin] fcadba: Import documents from Wiki and remove existing mar...

2020-09-12 Thread ikedam
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jobcopy-builder-plugin
  Commit: fcadba91b502e91d9eb7c36cb12acbc0832c8852
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/fcadba91b502e91d9eb7c36cb12acbc0832c8852
  Author: ikedam 
  Date:   2020-09-02 (Wed, 02 Sep 2020)

  Changed paths:
A README.adoc
R README.md
R README_ja.md
A docs/images/01-configure.png
A docs/images/02-copyfrom01.png
A docs/images/03-copyto01.png
A docs/images/04-copyfrom02.png
A docs/images/05-copyto02.png

  Log Message:
  ---
  Import documents from Wiki and remove existing markdown readme

* https://jenkins-wiki-exporter.jenkins.io/


  Commit: d757bf40871739e09c89e6ea85c2758ac9586818
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/d757bf40871739e09c89e6ea85c2758ac9586818
  Author: ikedam 
  Date:   2020-09-02 (Wed, 02 Sep 2020)

  Changed paths:
A CHANGELOG.adoc
M README.adoc

  Log Message:
  ---
  Update README.adoc removing confluence tags


  Commit: 0bcd763c49a1ea0ae0fdd3166cb5d44c7e6a98e8
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/0bcd763c49a1ea0ae0fdd3166cb5d44c7e6a98e8
  Author: ikedam 
  Date:   2020-09-02 (Wed, 02 Sep 2020)

  Changed paths:
M CHANGELOG.adoc
M pom.xml

  Log Message:
  ---
  Reformat CHANGELOG.adoc


  Commit: 9e0a3dc90f570e3d49d1c68026e013f8a0c73473
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/9e0a3dc90f570e3d49d1c68026e013f8a0c73473
  Author: ikedam 
  Date:   2020-09-02 (Wed, 02 Sep 2020)

  Changed paths:
M README.adoc

  Log Message:
  ---
  adoc cannot handle special letters in anchor


  Commit: 3bd4d5b75fdc8bca93970e227793eb7516c19574
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/3bd4d5b75fdc8bca93970e227793eb7516c19574
  Author: ikedam 
  Date:   2020-09-12 (Sat, 12 Sep 2020)

  Changed paths:
A CHANGELOG.adoc
A README.adoc
R README.md
R README_ja.md
A docs/images/01-configure.png
A docs/images/02-copyfrom01.png
A docs/images/03-copyto01.png
A docs/images/04-copyfrom02.png
A docs/images/05-copyto02.png
M pom.xml

  Log Message:
  ---
  Merge pull request #17 from ikedam/feature/moveDocToGithub

Move documentations to github


Compare: 
https://github.com/jenkinsci/jobcopy-builder-plugin/compare/59cf5edff262...3bd4d5b75fdc

-- 
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/jobcopy-builder-plugin/push/refs/heads/master/59cf5e-3bd4d5%40github.com.


[jenkinsci/jobcopy-builder-plugin] 2f896c: [JENKINS-39023] Improve messages to diagnose permi...

2020-09-12 Thread ikedam
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jobcopy-builder-plugin
  Commit: 2f896c56edd3a9bba40531647111cca55ea499af
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/2f896c56edd3a9bba40531647111cca55ea499af
  Author: ikedam 
  Date:   2020-09-01 (Tue, 01 Sep 2020)

  Changed paths:
M 
src/main/java/jp/ikedam/jenkins/plugins/jobcopy_builder/JobcopyBuilder.java
M 
src/main/resources/jp/ikedam/jenkins/plugins/jobcopy_builder/Messages.properties
M 
src/main/resources/jp/ikedam/jenkins/plugins/jobcopy_builder/Messages_ja.properties

  Log Message:
  ---
  [JENKINS-39023] Improve messages to diagnose permission issues


  Commit: 59cf5edff262fe103ab5a4d94b3dd888ce177b6f
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/59cf5edff262fe103ab5a4d94b3dd888ce177b6f
  Author: ikedam 
  Date:   2020-09-12 (Sat, 12 Sep 2020)

  Changed paths:
M 
src/main/java/jp/ikedam/jenkins/plugins/jobcopy_builder/JobcopyBuilder.java
M 
src/main/resources/jp/ikedam/jenkins/plugins/jobcopy_builder/Messages.properties
M 
src/main/resources/jp/ikedam/jenkins/plugins/jobcopy_builder/Messages_ja.properties

  Log Message:
  ---
  Merge pull request #16 from 
ikedam/feature/JENKINS-39023_ImprovePermissionMessage

[JENKINS-39023] Improve messages to diagnose permission issues


Compare: 
https://github.com/jenkinsci/jobcopy-builder-plugin/compare/54ea025ae539...59cf5edff262

-- 
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/jobcopy-builder-plugin/push/refs/heads/master/54ea02-59cf5e%40github.com.


[jenkinsci/jobcopy-builder-plugin] f35932: [JENKINS-37875] Add a test reproduce JENKINS-37875...

2020-09-12 Thread ikedam
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jobcopy-builder-plugin
  Commit: f359326741ce8f11a266829da21523b0d68e4455
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/f359326741ce8f11a266829da21523b0d68e4455
  Author: ikedam 
  Date:   2020-08-31 (Mon, 31 Aug 2020)

  Changed paths:
M 
src/test/java/jp/ikedam/jenkins/plugins/jobcopy_builder/JobcopyBuilderJenkinsTest.java

  Log Message:
  ---
  [JENKINS-37875] Add a test reproduce JENKINS-37875, absolute toplevel 
toJobname doesn't work


  Commit: b4801cc9d0de50b2122eeb4d0a6bbdb43ee029e7
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/b4801cc9d0de50b2122eeb4d0a6bbdb43ee029e7
  Author: ikedam 
  Date:   2020-08-31 (Mon, 31 Aug 2020)

  Changed paths:
M 
src/main/java/jp/ikedam/jenkins/plugins/jobcopy_builder/JobcopyBuilder.java

  Log Message:
  ---
  [FIXED JENKINS-37875] Handle absolute toplevel destination job name correctly


  Commit: 54ea025ae539bd9a5d16938586298ba8cafbd8ce
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/54ea025ae539bd9a5d16938586298ba8cafbd8ce
  Author: ikedam 
  Date:   2020-09-12 (Sat, 12 Sep 2020)

  Changed paths:
M 
src/main/java/jp/ikedam/jenkins/plugins/jobcopy_builder/JobcopyBuilder.java
M 
src/test/java/jp/ikedam/jenkins/plugins/jobcopy_builder/JobcopyBuilderJenkinsTest.java

  Log Message:
  ---
  Merge pull request #15 from ikedam/feature/JENKINS-37875_AbsoluteToJobname

[JENKINS-37875] Absolute toplevel destination project name doesn't work


Compare: 
https://github.com/jenkinsci/jobcopy-builder-plugin/compare/acd246c0e0e2...54ea025ae539

-- 
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/jobcopy-builder-plugin/push/refs/heads/master/acd246-54ea02%40github.com.


[jenkinsci/jobcopy-builder-plugin] 711b25: Use latest plugin-pom-2.x to avoid maven-findbugs-...

2020-08-30 Thread ikedam
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jobcopy-builder-plugin
  Commit: 711b25f27133264ff939114164afdfc41c4b8eb3
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/711b25f27133264ff939114164afdfc41c4b8eb3
  Author: ikedam 
  Date:   2020-08-31 (Mon, 31 Aug 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Use latest plugin-pom-2.x to avoid maven-findbugs-issue

* The issue looks come from findbugs-maven-plugin-3.0.3 + maven-3.6


  Commit: e8f1d2d961148bd829efe703cf335f3ed4b9be01
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/e8f1d2d961148bd829efe703cf335f3ed4b9be01
  Author: ikedam 
  Date:   2020-08-31 (Mon, 31 Aug 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Add dependencyManagement to avoid RequireUpperBoundDeps


  Commit: acd246c0e0e22ffd555af43b094a1df1ff6224bc
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/acd246c0e0e22ffd555af43b094a1df1ff6224bc
  Author: ikedam 
  Date:   2020-08-31 (Mon, 31 Aug 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #14 from ikedam/feature/fixMavenFindbugsIssue

Fix maven-findbugs-plugin issue


Compare: 
https://github.com/jenkinsci/jobcopy-builder-plugin/compare/bb33b69d0fb5...acd246c0e0e2

-- 
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/jobcopy-builder-plugin/push/refs/heads/master/bb33b6-acd246%40github.com.


[jenkinsci/jobcopy-builder-plugin] 182b92: deleting extra space

2020-08-30 Thread ikedam
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jobcopy-builder-plugin
  Commit: 182b927ec5215c67aaa3b8bebad508379fabf047
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/182b927ec5215c67aaa3b8bebad508379fabf047
  Author: Dana Shteiman <51532501+danashtei...@users.noreply.github.com>
  Date:   2020-07-05 (Sun, 05 Jul 2020)

  Changed paths:
M 
src/main/java/jp/ikedam/jenkins/plugins/jobcopy_builder/JobcopyBuilder.java

  Log Message:
  ---
  deleting extra space


  Commit: bb33b69d0fb51d69929f813b6dd00b02a6693ba6
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/bb33b69d0fb51d69929f813b6dd00b02a6693ba6
  Author: ikedam 
  Date:   2020-08-31 (Mon, 31 Aug 2020)

  Changed paths:
M 
src/main/java/jp/ikedam/jenkins/plugins/jobcopy_builder/JobcopyBuilder.java

  Log Message:
  ---
  Merge pull request #13 from DanaShteiman/patch-1

[JENKINS-39023] deleting extra space


Compare: 
https://github.com/jenkinsci/jobcopy-builder-plugin/compare/cf5ca25e897a...bb33b69d0fb5

-- 
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/jobcopy-builder-plugin/push/refs/heads/master/cf5ca2-bb33b6%40github.com.


[jenkinsci/jobcopy-builder-plugin] 012d2d: Use HTTPS URLs in pom.xml

2019-10-09 Thread ikedam
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jobcopy-builder-plugin
  Commit: 012d2d8f11f94d623563a731692cc114cf79887e
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/012d2d8f11f94d623563a731692cc114cf79887e
  Author: Daniel Beck 
  Date:   2019-10-08 (Tue, 08 Oct 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Use HTTPS URLs in pom.xml


  Commit: cf5ca25e897af75422df53855af9a399e1387980
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/cf5ca25e897af75422df53855af9a399e1387980
  Author: ikedam 
  Date:   2019-10-09 (Wed, 09 Oct 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #12 from daniel-beck-bot/https-urls-pom

Use HTTPS URLs in pom.xml


Compare: 
https://github.com/jenkinsci/jobcopy-builder-plugin/compare/191ac3cd4be3...cf5ca25e897a

-- 
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/jobcopy-builder-plugin/push/refs/heads/master/191ac3-cf5ca2%40github.com.


[jenkinsci/jobcopy-builder-plugin] 695c8a: Avoid Jenkins 18537, old xstream doesn't work with...

2017-09-02 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jobcopy-builder-plugin
  Commit: 695c8aa96e3c0c173a6eb6a3233076ece34de921
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/695c8aa96e3c0c173a6eb6a3233076ece34de921
  Author: ikedam <de...@ikedam.jp>
  Date:   2017-09-03 (Sun, 03 Sep 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Avoid Jenkins 18537, old xstream doesn't work with with Java8


  Commit: 191ac3cd4be36375646546c82c675104d324346e
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/191ac3cd4be36375646546c82c675104d324346e
  Author: ikedam <de...@ikedam.jp>
  Date:   2017-09-03 (Sun, 03 Sep 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #10 from ikedam/feature/AvoidJenkins18537

Avoid Jenkins 18537, old xstream doesn't work with with Java8


Compare: 
https://github.com/jenkinsci/jobcopy-builder-plugin/compare/fc2e4614337a...191ac3cd4be3

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


[jenkinsci/jobcopy-builder-plugin] fc2e46: Add Jenkinsfile to host CI on ci.jenkins.io

2017-09-02 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jobcopy-builder-plugin
  Commit: fc2e4614337a55b52d8620353c3ae4a59e1d753c
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/fc2e4614337a55b52d8620353c3ae4a59e1d753c
  Author: ikedam <de...@ikedam.jp>
  Date:   2017-09-03 (Sun, 03 Sep 2017)

  Changed paths:
A Jenkinsfile

  Log Message:
  ---
  Add Jenkinsfile to host CI on ci.jenkins.io


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


[jenkinsci/jobcopy-builder-plugin] 2ffe79: [maven-release-plugin] prepare release jobcopy-bui...

2016-07-23 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jobcopy-builder-plugin
  Commit: 2ffe799e4722aab0eeccf7f9b2c57d500737786e
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/2ffe799e4722aab0eeccf7f9b2c57d500737786e
  Author: ikedam <de...@ikedam.jp>
  Date:   2016-07-24 (Sun, 24 Jul 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release jobcopy-builder-1.4.0


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


[jenkinsci/jobcopy-builder-plugin] 2e0f9a: [maven-release-plugin] prepare for next developmen...

2016-07-23 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jobcopy-builder-plugin
  Commit: 2e0f9aed36b009182a57f538cd087b436eb524b7
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/2e0f9aed36b009182a57f538cd087b436eb524b7
  Author: ikedam <de...@ikedam.jp>
  Date:   2016-07-24 (Sun, 24 Jul 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


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


[jenkinsci/jobcopy-builder-plugin]

2016-07-23 Thread GitHub
  Branch: refs/tags/jobcopy-builder-1.4.0
  Home:   https://github.com/jenkinsci/jobcopy-builder-plugin

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


[jenkinsci/jobcopy-builder-plugin] 1d05fe: Added compatibleSinceVersion to note that 1.4.0 ma...

2016-07-23 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jobcopy-builder-plugin
  Commit: 1d05fe501eab68f4d079e37b083daf2ce783eb7f
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/1d05fe501eab68f4d079e37b083daf2ce783eb7f
  Author: ikedam <de...@ikedam.jp>
  Date:   2016-07-24 (Sun, 24 Jul 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Added compatibleSinceVersion to note that 1.4.0 may break existing 
configurations (for permission reasons).


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


[jenkinsci/jobcopy-builder-plugin] 7a34fd: targets 1.532, which provides QueueItemAuthenticat...

2016-07-23 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jobcopy-builder-plugin
  Commit: 7a34fd987d509396240a504ddfe6a7d6ef001f66
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/7a34fd987d509396240a504ddfe6a7d6ef001f66
  Author: ikedam <de...@ikedam.jp>
  Date:   2016-07-14 (Thu, 14 Jul 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  targets 1.532, which provides QueueItemAuthenticator.


  Commit: 8951272022b4601b5133a6229360431513e02ce8
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/8951272022b4601b5133a6229360431513e02ce8
  Author: ikedam <de...@ikedam.jp>
  Date:   2016-07-17 (Sun, 17 Jul 2016)

  Changed paths:
M pom.xml
A 
src/test/java/jp/ikedam/jenkins/plugins/jobcopy_builder/JobcopyBuilderPermissionTest.java

  Log Message:
  ---
  [JENKINS-36672] Add tests for permission checks.


  Commit: 36129c3ad60eb126f923cc573aeb2ee4ed6e48fd
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/36129c3ad60eb126f923cc573aeb2ee4ed6e48fd
  Author: ikedam <de...@ikedam.jp>
  Date:   2016-07-23 (Sat, 23 Jul 2016)

  Changed paths:
M 
src/test/java/jp/ikedam/jenkins/plugins/jobcopy_builder/JobcopyBuilderPermissionTest.java

  Log Message:
  ---
  [JENKINS-36682] Fixed a wrong test.


  Commit: 2c7734bae19f90b1130ddbc2d78cf4f14134f7a9
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/2c7734bae19f90b1130ddbc2d78cf4f14134f7a9
  Author: ikedam <de...@ikedam.jp>
  Date:   2016-07-23 (Sat, 23 Jul 2016)

  Changed paths:
M 
src/main/java/jp/ikedam/jenkins/plugins/jobcopy_builder/JobcopyBuilder.java

  Log Message:
  ---
  [FIXED JENKINS-36672] Switches to anonymous when run as SYSTEM. Checks the 
EXTENDED_READ permission.


  Commit: 091edda736e2aa2d390aa7c2b621ce40f618ba74
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/091edda736e2aa2d390aa7c2b621ce40f618ba74
  Author: ikedam <de...@ikedam.jp>
  Date:   2016-07-24 (Sun, 24 Jul 2016)

  Changed paths:
M pom.xml
M 
src/main/java/jp/ikedam/jenkins/plugins/jobcopy_builder/JobcopyBuilder.java
A 
src/test/java/jp/ikedam/jenkins/plugins/jobcopy_builder/JobcopyBuilderPermissionTest.java

  Log Message:
  ---
  Merge pull request #8 from ikedam/feature/JENKINS-36672_SupportQIA

[JENKINS-36672] Support runtime authorization


Compare: 
https://github.com/jenkinsci/jobcopy-builder-plugin/compare/838bc7ec65ed...091edda736e2

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


[jenkinsci/jobcopy-builder-plugin] 6dcf06: Fixed javadocs causing warnings and errors especia...

2016-07-16 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jobcopy-builder-plugin
  Commit: 6dcf06de461e6c3387f392de6e0233e79b691df1
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/6dcf06de461e6c3387f392de6e0233e79b691df1
  Author: ikedam <de...@ikedam.jp>
  Date:   2016-07-14 (Thu, 14 Jul 2016)

  Changed paths:
M 
src/main/java/jp/ikedam/jenkins/plugins/jobcopy_builder/AbstractXmlJobcopyOperation.java
M 
src/main/java/jp/ikedam/jenkins/plugins/jobcopy_builder/AdditionalFileset.java
M 
src/main/java/jp/ikedam/jenkins/plugins/jobcopy_builder/JobcopyBuilder.java
M 
src/main/java/jp/ikedam/jenkins/plugins/jobcopy_builder/JobcopyOperation.java
M 
src/main/java/jp/ikedam/jenkins/plugins/jobcopy_builder/ReplaceOperation.java

  Log Message:
  ---
  Fixed javadocs causing warnings and errors especially in Java8.


  Commit: 838bc7ec65ed8da652f902d79ed76c4965b14cb2
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/838bc7ec65ed8da652f902d79ed76c4965b14cb2
  Author: ikedam <de...@ikedam.jp>
  Date:   2016-07-17 (Sun, 17 Jul 2016)

  Changed paths:
M 
src/main/java/jp/ikedam/jenkins/plugins/jobcopy_builder/AbstractXmlJobcopyOperation.java
M 
src/main/java/jp/ikedam/jenkins/plugins/jobcopy_builder/AdditionalFileset.java
M 
src/main/java/jp/ikedam/jenkins/plugins/jobcopy_builder/JobcopyBuilder.java
M 
src/main/java/jp/ikedam/jenkins/plugins/jobcopy_builder/JobcopyOperation.java
M 
src/main/java/jp/ikedam/jenkins/plugins/jobcopy_builder/ReplaceOperation.java

  Log Message:
  ---
  Merge pull request #7 from ikedam/feature/fixJavadoc

Fixed javadocs causing warnings and errors especially in Java8.


Compare: 
https://github.com/jenkinsci/jobcopy-builder-plugin/compare/10552040df4a...838bc7ec65ed

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


[jenkinsci/jobcopy-builder-plugin] 0d96a6: Force forkCount=1 even when concurrency is set.

2016-07-01 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jobcopy-builder-plugin
  Commit: 0d96a6c27609d2720244167379358b1123dff5ad
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/0d96a6c27609d2720244167379358b1123dff5ad
  Author: ikedam <de...@ikedam.jp>
  Date:   2016-06-22 (Wed, 22 Jun 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Force forkCount=1 even when concurrency is set.


  Commit: 10552040df4ab60d2df8a05b21a3b5e690d3ba50
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/10552040df4ab60d2df8a05b21a3b5e690d3ba50
  Author: ikedam <de...@ikedam.jp>
  Date:   2016-07-02 (Sat, 02 Jul 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #6 from ikedam/feature/newParentPom

Force forkCount=1 even when concurrency is set.


Compare: 
https://github.com/jenkinsci/jobcopy-builder-plugin/compare/5c102a2d6ad5...10552040df4a

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


[jenkinsci/jobcopy-builder-plugin] d6f33b: Migrated to parent pom 2.9.

2016-06-12 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jobcopy-builder-plugin
  Commit: d6f33bfdc2aa9dc15de352e1341e307e98a9b105
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/d6f33bfdc2aa9dc15de352e1341e307e98a9b105
  Author: ikedam <de...@ikedam.jp>
  Date:   2016-05-29 (Sun, 29 May 2016)

  Changed paths:
M pom.xml
M 
src/main/java/jp/ikedam/jenkins/plugins/jobcopy_builder/AbstractXmlJobcopyOperation.java
M 
src/main/java/jp/ikedam/jenkins/plugins/jobcopy_builder/JobcopyBuilder.java
M src/main/resources/index.jelly
M 
src/main/resources/jp/ikedam/jenkins/plugins/jobcopy_builder/AdditionalFileset/config.jelly
M 
src/main/resources/jp/ikedam/jenkins/plugins/jobcopy_builder/CopiedjobinfoAction/summary.jelly
M 
src/main/resources/jp/ikedam/jenkins/plugins/jobcopy_builder/JobcopyBuilder/config.jelly
M 
src/main/resources/jp/ikedam/jenkins/plugins/jobcopy_builder/ReplaceOperation/config.jelly

  Log Message:
  ---
  Migrated to parent pom 2.9.


  Commit: 5c102a2d6ad5e593a01b2d599fb732190347f3a8
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/5c102a2d6ad5e593a01b2d599fb732190347f3a8
  Author: ikedam <de...@ikedam.jp>
  Date:   2016-06-13 (Mon, 13 Jun 2016)

  Changed paths:
M pom.xml
M 
src/main/java/jp/ikedam/jenkins/plugins/jobcopy_builder/AbstractXmlJobcopyOperation.java
M 
src/main/java/jp/ikedam/jenkins/plugins/jobcopy_builder/JobcopyBuilder.java
M src/main/resources/index.jelly
M 
src/main/resources/jp/ikedam/jenkins/plugins/jobcopy_builder/AdditionalFileset/config.jelly
M 
src/main/resources/jp/ikedam/jenkins/plugins/jobcopy_builder/CopiedjobinfoAction/summary.jelly
M 
src/main/resources/jp/ikedam/jenkins/plugins/jobcopy_builder/JobcopyBuilder/config.jelly
M 
src/main/resources/jp/ikedam/jenkins/plugins/jobcopy_builder/ReplaceOperation/config.jelly

  Log Message:
  ---
  Merge pull request #5 from ikedam/feature/newParentPom

Migrated to parent pom 2.9.


Compare: 
https://github.com/jenkinsci/jobcopy-builder-plugin/compare/cbaad335bdab...5c102a2d6ad5

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


[jenkinsci/jobcopy-builder-plugin] 581494: Updated README.md. Added description for disabling...

2015-05-23 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jobcopy-builder-plugin
  Commit: 581494e85e234478f4e0c3430321143e5d032497
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/581494e85e234478f4e0c3430321143e5d032497
  Author: ikedam de...@ikedam.jp
  Date:   2015-05-24 (Sun, 24 May 2015)

  Changed paths:
M README.md
M README_ja.md

  Log Message:
  ---
  Updated README.md. Added description for disabling jobs.


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


[jenkinsci/jobcopy-builder-plugin] 1883aa: [maven-release-plugin] prepare release jobcopy-bui...

2015-05-23 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jobcopy-builder-plugin
  Commit: 1883aabea24c49fd1f7ed421f6371d155073e155
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/1883aabea24c49fd1f7ed421f6371d155073e155
  Author: ikedam de...@ikedam.jp
  Date:   2015-05-24 (Sun, 24 May 2015)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release jobcopy-builder-1.3.0


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


[jenkinsci/jobcopy-builder-plugin]

2015-05-23 Thread GitHub
  Branch: refs/tags/jobcopy-builder-1.3.0
  Home:   https://github.com/jenkinsci/jobcopy-builder-plugin

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


[jenkinsci/jobcopy-builder-plugin] cbaad3: [maven-release-plugin] prepare for next developmen...

2015-05-23 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jobcopy-builder-plugin
  Commit: cbaad335bdab25259f1cb1d2e2e9e1fa08060d23
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/cbaad335bdab25259f1cb1d2e2e9e1fa08060d23
  Author: ikedam de...@ikedam.jp
  Date:   2015-05-24 (Sun, 24 May 2015)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


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


[jenkinsci/jobcopy-builder-plugin] e1848b: Added a disable drop down so that this can be used...

2015-05-17 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jobcopy-builder-plugin
  Commit: e1848ba4435cbc5c48126bbe8a2f7c33861b52aa
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/e1848ba4435cbc5c48126bbe8a2f7c33861b52aa
  Author: joe_martinez jmarti...@spcapitaliq.com
  Date:   2015-05-15 (Fri, 15 May 2015)

  Changed paths:
A 
src/main/java/jp/ikedam/jenkins/plugins/jobcopy_builder/DisableOperation.java
M 
src/main/resources/jp/ikedam/jenkins/plugins/jobcopy_builder/Messages.properties
M 
src/main/resources/jp/ikedam/jenkins/plugins/jobcopy_builder/Messages_ja.properties

  Log Message:
  ---
  Added a disable drop down so that this can be used on working jobs and they 
will not get started (i.e. svn pull).


  Commit: ba32648506453ca894a06914536625fd0619d13e
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/ba32648506453ca894a06914536625fd0619d13e
  Author: ikedam de...@ikedam.jp
  Date:   2015-05-17 (Sun, 17 May 2015)

  Changed paths:
M 
src/main/java/jp/ikedam/jenkins/plugins/jobcopy_builder/DisableOperation.java
M 
src/main/resources/jp/ikedam/jenkins/plugins/jobcopy_builder/Messages_ja.properties
A 
src/test/java/jp/ikedam/jenkins/plugins/jobcopy_builder/DisableOperationJenkinsTest.java

  Log Message:
  ---
  [FIXED JENKINS-28439] Some additional changes for joemar1988's work (Added a 
disable drop down).


  Commit: b9e7262744d05f8d62453feacf51bcc4ea3f19db
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/b9e7262744d05f8d62453feacf51bcc4ea3f19db
  Author: ikedam de...@ikedam.jp
  Date:   2015-05-17 (Sun, 17 May 2015)

  Changed paths:
A 
src/main/java/jp/ikedam/jenkins/plugins/jobcopy_builder/DisableOperation.java
M 
src/main/resources/jp/ikedam/jenkins/plugins/jobcopy_builder/Messages.properties
M 
src/main/resources/jp/ikedam/jenkins/plugins/jobcopy_builder/Messages_ja.properties
A 
src/test/java/jp/ikedam/jenkins/plugins/jobcopy_builder/DisableOperationJenkinsTest.java

  Log Message:
  ---
  Merge pull request #4 from ikedam/feature/JENKINS-28439_DisableJob

[JENKINS-28439] New operation: disable job


Compare: 
https://github.com/jenkinsci/jobcopy-builder-plugin/compare/7ed6e5bd124e...b9e7262744d0

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


[jenkinsci/jobcopy-builder-plugin]

2014-09-10 Thread GitHub
  Branch: refs/tags/jobcopy-builder-1.2.0
  Home:   https://github.com/jenkinsci/jobcopy-builder-plugin

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


[jenkinsci/jobcopy-builder-plugin] 7ed6e5: [maven-release-plugin] prepare for next developmen...

2014-09-10 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jobcopy-builder-plugin
  Commit: 7ed6e5bd124e2ebed25979e64f15f617e57bf60e
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/7ed6e5bd124e2ebed25979e64f15f617e57bf60e
  Author: ikedam de...@ikedam.jp
  Date:   2014-09-11 (Thu, 11 Sep 2014)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


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


[jenkinsci/jobcopy-builder-plugin] 53af5b: [maven-release-plugin] prepare release jobcopy-bui...

2014-09-10 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jobcopy-builder-plugin
  Commit: 53af5b08c37dc10ee6868ebab84a5aff6302c3e0
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/53af5b08c37dc10ee6868ebab84a5aff6302c3e0
  Author: ikedam de...@ikedam.jp
  Date:   2014-09-11 (Thu, 11 Sep 2014)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release jobcopy-builder-1.2.0


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


[jenkinsci/jobcopy-builder-plugin] 1dbfa0: [FIXED JENKINS-24512] Folder support. Now targets ...

2014-09-07 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jobcopy-builder-plugin
  Commit: 1dbfa0a9ab8c0f8f96838e621df84f7fc04350f9
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/1dbfa0a9ab8c0f8f96838e621df84f7fc04350f9
  Author: ikedam de...@ikedam.jp
  Date:   2014-08-31 (Sun, 31 Aug 2014)

  Changed paths:
M pom.xml
M 
src/main/java/jp/ikedam/jenkins/plugins/jobcopy_builder/JobcopyBuilder.java
M 
src/test/java/jp/ikedam/jenkins/plugins/jobcopy_builder/JobcopyBuilderJenkinsTest.java

  Log Message:
  ---
  [FIXED JENKINS-24512] Folder support. Now targets Jenkins 1.480.3.


  Commit: 01e96c6ca9af4e3a557545158ec96e59e7fd7993
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/01e96c6ca9af4e3a557545158ec96e59e7fd7993
  Author: ikedam de...@ikedam.jp
  Date:   2014-09-04 (Thu, 04 Sep 2014)

  Changed paths:
M pom.xml
M 
src/main/java/jp/ikedam/jenkins/plugins/jobcopy_builder/JobcopyBuilder.java

  Log Message:
  ---
  [FIXED JENKINS-24515] Now uses ModifiableTopLevelItemGroup, which allows free 
from cloudbees-folder plugin.


  Commit: b43bb3d9b60cc60b9c27459e23bd5aaf3d4078c0
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/b43bb3d9b60cc60b9c27459e23bd5aaf3d4078c0
  Author: ikedam de...@ikedam.jp
  Date:   2014-09-04 (Thu, 04 Sep 2014)

  Changed paths:
M 
src/main/java/jp/ikedam/jenkins/plugins/jobcopy_builder/JobcopyBuilder.java
M 
src/test/java/jp/ikedam/jenkins/plugins/jobcopy_builder/JobcopyBuilderJenkinsTest.java

  Log Message:
  ---
  [JENKINS-24515] Added tests for folder support.


  Commit: b52e0f28116694b256284ab165b059424fb66ee2
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/b52e0f28116694b256284ab165b059424fb66ee2
  Author: ikedam de...@ikedam.jp
  Date:   2014-09-04 (Thu, 04 Sep 2014)

  Changed paths:
M 
src/main/java/jp/ikedam/jenkins/plugins/jobcopy_builder/JobcopyBuilder.java
M 
src/main/resources/jp/ikedam/jenkins/plugins/jobcopy_builder/Messages.properties
M 
src/main/resources/jp/ikedam/jenkins/plugins/jobcopy_builder/Messages_ja.properties
M 
src/test/java/jp/ikedam/jenkins/plugins/jobcopy_builder/JobcopyBuilderJenkinsTest.java

  Log Message:
  ---
  [JENKINS-24515] Allow copy folders.


  Commit: f80becdf1d1cc6a3f69d8c3631d2df1088e6af5a
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/f80becdf1d1cc6a3f69d8c3631d2df1088e6af5a
  Author: ikedam de...@ikedam.jp
  Date:   2014-09-07 (Sun, 07 Sep 2014)

  Changed paths:
M pom.xml
M 
src/main/java/jp/ikedam/jenkins/plugins/jobcopy_builder/JobcopyBuilder.java
M 
src/main/resources/jp/ikedam/jenkins/plugins/jobcopy_builder/Messages.properties
M 
src/main/resources/jp/ikedam/jenkins/plugins/jobcopy_builder/Messages_ja.properties
M 
src/test/java/jp/ikedam/jenkins/plugins/jobcopy_builder/JobcopyBuilderJenkinsTest.java

  Log Message:
  ---
  Merge pull request #2 from ikedam/feature/JENKINS-24515_TargetFolder

[JENKINS-24515] Folder support


Compare: 
https://github.com/jenkinsci/jobcopy-builder-plugin/compare/992d25e2df97...f80becdf1d1c

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


[jenkinsci/jobcopy-builder-plugin]

2013-12-22 Thread GitHub
  Branch: refs/tags/jobcopy-builder-1.1.2
  Home:   https://github.com/jenkinsci/jobcopy-builder-plugin

-- 
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/groups/opt_out.


[jenkinsci/jobcopy-builder-plugin] 413a5f: [maven-release-plugin] prepare release jobcopy-bui...

2013-12-22 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jobcopy-builder-plugin
  Commit: 413a5f827c947de73c62bd3f69fbfbcdbb20e448
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/413a5f827c947de73c62bd3f69fbfbcdbb20e448
  Author: ikedam de...@ikedam.jp
  Date:   2013-12-22 (Sun, 22 Dec 2013)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release jobcopy-builder-1.1.2


-- 
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/groups/opt_out.


[jenkinsci/jobcopy-builder-plugin] 992d25: [maven-release-plugin] prepare for next developmen...

2013-12-22 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jobcopy-builder-plugin
  Commit: 992d25e2df97a8f1fc373e5850df35a55fbf97b8
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/992d25e2df97a8f1fc373e5850df35a55fbf97b8
  Author: ikedam de...@ikedam.jp
  Date:   2013-12-22 (Sun, 22 Dec 2013)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


-- 
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/groups/opt_out.


[jenkinsci/jobcopy-builder-plugin] 61b326: added a test to reproduce #11.

2013-08-31 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jobcopy-builder-plugin
  Commit: 61b3267f4fcd8dc412cc05a4d5cc35c5cad52463
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/61b3267f4fcd8dc412cc05a4d5cc35c5cad52463
  Author: ikedam de...@ikedam.jp
  Date:   2013-08-30 (Fri, 30 Aug 2013)

  Changed paths:
M 
src/test/java/jp/ikedam/jenkins/plugins/jobcopy_builder/JobcopyBuilderJenkinsTest.java

  Log Message:
  ---
  added a test to reproduce #11.


  Commit: a70355780b24464c6adc4dcc3473dbec0928b130
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/a70355780b24464c6adc4dcc3473dbec0928b130
  Author: ikedam de...@ikedam.jp
  Date:   2013-08-30 (Fri, 30 Aug 2013)

  Changed paths:
M 
src/main/java/jp/ikedam/jenkins/plugins/jobcopy_builder/JobcopyBuilder.java
M 
src/test/java/jp/ikedam/jenkins/plugins/jobcopy_builder/JobcopyBuilderJenkinsTest.java

  Log Message:
  ---
  close #11 added workaround for problem with MatrixProject.combinationFilter.


Compare: 
https://github.com/jenkinsci/jobcopy-builder-plugin/compare/133f6710ff38...a70355780b24

-- 
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/groups/opt_out.


[jenkinsci/jobcopy-builder-plugin] 7c97c4: [maven-release-plugin] prepare release jobcopy-bui...

2013-08-31 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jobcopy-builder-plugin
  Commit: 7c97c4a15cb72f3c263ca048de3ff88730be2320
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/7c97c4a15cb72f3c263ca048de3ff88730be2320
  Author: ikedam de...@ikedam.jp
  Date:   2013-08-30 (Fri, 30 Aug 2013)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release jobcopy-builder-1.1.1



-- 
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/groups/opt_out.


[jenkinsci/jobcopy-builder-plugin]

2013-08-31 Thread GitHub
  Branch: refs/tags/jobcopy-builder-1.1.1
  Home:   https://github.com/jenkinsci/jobcopy-builder-plugin

-- 
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/groups/opt_out.


[jenkinsci/jobcopy-builder-plugin] 633d68: [maven-release-plugin] prepare for next developmen...

2013-08-31 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jobcopy-builder-plugin
  Commit: 633d68c06fb6f1cc24977955067f14e442e947b0
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/633d68c06fb6f1cc24977955067f14e442e947b0
  Author: ikedam de...@ikedam.jp
  Date:   2013-08-30 (Fri, 30 Aug 2013)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration



-- 
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/groups/opt_out.


[jenkinsci/jobcopy-builder-plugin] 34c56d: refs #10 added form validation.

2013-02-27 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jobcopy-builder-plugin
  Commit: 34c56d5c128221c43b05b9e9449fbd3e8082455f
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/34c56d5c128221c43b05b9e9449fbd3e8082455f
  Author: ikedam de...@ikedam.jp
  Date:   2013-02-25 (Mon, 25 Feb 2013)

  Changed paths:
M pom.xml
M 
src/main/java/jp/ikedam/jenkins/plugins/jobcopy_builder/AdditionalFileset.java
M 
src/main/resources/jp/ikedam/jenkins/plugins/jobcopy_builder/Messages.properties
M 
src/main/resources/jp/ikedam/jenkins/plugins/jobcopy_builder/Messages_ja.properties

  Log Message:
  ---
  refs #10 added form validation.


  Commit: d1226728ab7c7646dc27b7d9fa19686009071532
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/d1226728ab7c7646dc27b7d9fa19686009071532
  Author: ikedam de...@ikedam.jp
  Date:   2013-02-25 (Mon, 25 Feb 2013)

  Changed paths:
A 
src/test/java/jp/ikedam/jenkins/plugins/jobcopy_builder/AdditionalFilesetJenkinsTest.java
A 
src/test/java/jp/ikedam/jenkins/plugins/jobcopy_builder/AdditionalFilesetSimpleTest.java
M 
src/test/java/jp/ikedam/jenkins/plugins/jobcopy_builder/JobcopyBuilderJenkinsTest.java

  Log Message:
  ---
  refs #10 added test codes, but seems not work with promoted builds 
correctly...


  Commit: 182e756bfe1ccaae8019c593f61f8cf8da088cc3
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/182e756bfe1ccaae8019c593f61f8cf8da088cc3
  Author: ikedam de...@ikedam.jp
  Date:   2013-02-27 (Wed, 27 Feb 2013)

  Changed paths:
M 
src/main/java/jp/ikedam/jenkins/plugins/jobcopy_builder/AdditionalFileset.java
M 
src/test/java/jp/ikedam/jenkins/plugins/jobcopy_builder/JobcopyBuilderJenkinsTest.java

  Log Message:
  ---
  refs #10 fixed the tests with promoted-build to pass.


  Commit: a98969cfeeac5351b60987c71e1b64689f1903bf
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/a98969cfeeac5351b60987c71e1b64689f1903bf
  Author: ikedam de...@ikedam.jp
  Date:   2013-02-27 (Wed, 27 Feb 2013)

  Changed paths:
M 
src/main/java/jp/ikedam/jenkins/plugins/jobcopy_builder/AdditionalFileset.java
M 
src/test/java/jp/ikedam/jenkins/plugins/jobcopy_builder/AdditionalFilesetSimpleTest.java
M 
src/test/java/jp/ikedam/jenkins/plugins/jobcopy_builder/JobcopyBuilderJenkinsTest.java

  Log Message:
  ---
  closed #10 completed adding tests for AdditionalFileset.


  Commit: 8c6b50d808c7273fd89dc1447c35a1022a5db611
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/8c6b50d808c7273fd89dc1447c35a1022a5db611
  Author: ikedam de...@ikedam.jp
  Date:   2013-02-27 (Wed, 27 Feb 2013)

  Changed paths:
M pom.xml

  Log Message:
  ---
  updated version to 1.1.0.


Compare: 
https://github.com/jenkinsci/jobcopy-builder-plugin/compare/13a3a4618afb...8c6b50d808c7

-- 
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/groups/opt_out.




[jenkinsci/jobcopy-builder-plugin] 7a910c: [maven-release-plugin] prepare release jobcopy-bui...

2013-02-27 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jobcopy-builder-plugin
  Commit: 7a910c4810170fef8f7ed368180e89cbbfe4e7de
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/7a910c4810170fef8f7ed368180e89cbbfe4e7de
  Author: ikedam de...@ikedam.jp
  Date:   2013-02-27 (Wed, 27 Feb 2013)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release jobcopy-builder-1.1.0



-- 
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/groups/opt_out.




[jenkinsci/jobcopy-builder-plugin]

2013-02-27 Thread GitHub
  Branch: refs/tags/jobcopy-builder-1.1.0
  Home:   https://github.com/jenkinsci/jobcopy-builder-plugin

-- 
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/groups/opt_out.




[jenkinsci/jobcopy-builder-plugin] 133f67: [maven-release-plugin] prepare for next developmen...

2013-02-27 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jobcopy-builder-plugin
  Commit: 133f6710ff3832feaf11b7387a030dfc16206d7b
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/133f6710ff3832feaf11b7387a030dfc16206d7b
  Author: ikedam de...@ikedam.jp
  Date:   2013-02-27 (Wed, 27 Feb 2013)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration



-- 
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/groups/opt_out.




[jenkinsci/jobcopy-builder-plugin] 874f9a: refs #10 Added AdditionalFileset to specify additi...

2013-02-24 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jobcopy-builder-plugin
  Commit: 874f9a3dcf550740475873f56ffc75e50c06d1fc
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/874f9a3dcf550740475873f56ffc75e50c06d1fc
  Author: ikedam de...@ikedam.jp
  Date:   2013-02-23 (Sat, 23 Feb 2013)

  Changed paths:
A 
src/main/java/jp/ikedam/jenkins/plugins/jobcopy_builder/AdditionalFileset.java
M 
src/main/java/jp/ikedam/jenkins/plugins/jobcopy_builder/JobcopyBuilder.java
A 
src/main/resources/jp/ikedam/jenkins/plugins/jobcopy_builder/AdditionalFileset/config.jelly
M 
src/main/resources/jp/ikedam/jenkins/plugins/jobcopy_builder/JobcopyBuilder/config.jelly
M 
src/main/resources/jp/ikedam/jenkins/plugins/jobcopy_builder/Messages.properties
M 
src/main/resources/jp/ikedam/jenkins/plugins/jobcopy_builder/Messages_ja.properties
M 
src/test/java/jp/ikedam/jenkins/plugins/jobcopy_builder/JobcopyBuilderJenkinsTest.java
M 
src/test/java/jp/ikedam/jenkins/plugins/jobcopy_builder/JobcopyBuilderSimpleTest.java

  Log Message:
  ---
  refs #10 Added AdditionalFileset to specify additional files to copy.


  Commit: 6618e377ffeb015930c1ad73b16a646a4d45b8fc
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/6618e377ffeb015930c1ad73b16a646a4d45b8fc
  Author: ikedam de...@ikedam.jp
  Date:   2013-02-23 (Sat, 23 Feb 2013)

  Changed paths:
M 
src/main/java/jp/ikedam/jenkins/plugins/jobcopy_builder/CopiedjobinfoAction.java
M 
src/main/java/jp/ikedam/jenkins/plugins/jobcopy_builder/JobcopyBuilder.java
M 
src/main/resources/jp/ikedam/jenkins/plugins/jobcopy_builder/CopiedjobinfoAction/summary.jelly
M 
src/test/java/jp/ikedam/jenkins/plugins/jobcopy_builder/CopiedjobinfoActionJenkinsTest.java
M 
src/test/java/jp/ikedam/jenkins/plugins/jobcopy_builder/CopiedjobinfoActionSimpleTest.java

  Log Message:
  ---
  refs #10 Added failed flag to CopiedjobinfoAction, indicates an error 
occurred when copying additional files.


  Commit: 82892ca30076fe0a7cf46fd9fc286d1a279051d5
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/82892ca30076fe0a7cf46fd9fc286d1a279051d5
  Author: ikedam de...@ikedam.jp
  Date:   2013-02-23 (Sat, 23 Feb 2013)

  Changed paths:
M .gitignore
M 
src/main/java/jp/ikedam/jenkins/plugins/jobcopy_builder/AdditionalFileset.java
M 
src/main/java/jp/ikedam/jenkins/plugins/jobcopy_builder/JobcopyBuilder.java

  Log Message:
  ---
  refs #10 implemented copying and applying operations.


  Commit: 64528ff969e681b4f490be58c5c4e897a8bbd622
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/64528ff969e681b4f490be58c5c4e897a8bbd622
  Author: ikedam de...@ikedam.jp
  Date:   2013-02-24 (Sun, 24 Feb 2013)

  Changed paths:
M 
src/test/java/jp/ikedam/jenkins/plugins/jobcopy_builder/CopiedjobinfoActionJenkinsTest.java
M 
src/test/java/jp/ikedam/jenkins/plugins/jobcopy_builder/CopiedjobinfoActionSimpleTest.java

  Log Message:
  ---
  refs #10 Updates the tests for CopiedjobinfoAction


Compare: 
https://github.com/jenkinsci/jobcopy-builder-plugin/compare/6ea1ec755067...64528ff969e6

-- 
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/groups/opt_out.




[jenkinsci/jobcopy-builder-plugin] 13a3a4: refs #10 Added helps and Japanese locale strings.

2013-02-24 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jobcopy-builder-plugin
  Commit: 13a3a4618afb36d8701b05cbe57f198259cd19bf
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/13a3a4618afb36d8701b05cbe57f198259cd19bf
  Author: ikedam de...@ikedam.jp
  Date:   2013-02-24 (Sun, 24 Feb 2013)

  Changed paths:
A 
src/main/resources/jp/ikedam/jenkins/plugins/jobcopy_builder/AdditionalFileset/config_ja.properties
A 
src/main/resources/jp/ikedam/jenkins/plugins/jobcopy_builder/AdditionalFileset/help-excludeFile.html
A 
src/main/resources/jp/ikedam/jenkins/plugins/jobcopy_builder/AdditionalFileset/help-excludeFile_ja.html
A 
src/main/resources/jp/ikedam/jenkins/plugins/jobcopy_builder/AdditionalFileset/help-includeFile.html
A 
src/main/resources/jp/ikedam/jenkins/plugins/jobcopy_builder/AdditionalFileset/help-includeFile_ja.html
A 
src/main/resources/jp/ikedam/jenkins/plugins/jobcopy_builder/AdditionalFileset/help-overwrite.html
A 
src/main/resources/jp/ikedam/jenkins/plugins/jobcopy_builder/AdditionalFileset/help-overwrite_ja.html
M 
src/main/resources/jp/ikedam/jenkins/plugins/jobcopy_builder/JobcopyBuilder/config_ja.properties
A 
src/main/resources/jp/ikedam/jenkins/plugins/jobcopy_builder/JobcopyBuilder/help-additionalFilesetList.html
A 
src/main/resources/jp/ikedam/jenkins/plugins/jobcopy_builder/JobcopyBuilder/help-additionalFilesetList_ja.html
M 
src/main/resources/jp/ikedam/jenkins/plugins/jobcopy_builder/JobcopyBuilder/help-overwrite.html

  Log Message:
  ---
  refs #10 Added helps and Japanese locale strings.



-- 
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/groups/opt_out.




[jenkinsci/jobcopy-builder-plugin] 6ea1ec: fixed the problem that the build fails when null i...

2013-02-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jobcopy-builder-plugin
  Commit: 6ea1ec75506726cd4f67a6caaace63de39044e91
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/6ea1ec75506726cd4f67a6caaace63de39044e91
  Author: ikedam de...@ikedam.jp
  Date:   2013-02-09 (Sat, 09 Feb 2013)

  Changed paths:
M 
src/main/java/jp/ikedam/jenkins/plugins/jobcopy_builder/JobcopyBuilder.java
M 
src/test/java/jp/ikedam/jenkins/plugins/jobcopy_builder/JobcopyBuilderJenkinsTest.java

  Log Message:
  ---
  fixed the problem that the build fails when null is passed as the operation 
list.



-- 
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/groups/opt_out.




[jenkinsci/jobcopy-builder-plugin] 75a12f: refs #9 use updateByXml to overwrite a job, instea...

2013-02-06 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jobcopy-builder-plugin
  Commit: 75a12fc49da83a95ea5f53f7aa874b6e82b39341
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/75a12fc49da83a95ea5f53f7aa874b6e82b39341
  Author: ikedam de...@ikedam.jp
  Date:   2013-02-06 (Wed, 06 Feb 2013)

  Changed paths:
M 
src/main/java/jp/ikedam/jenkins/plugins/jobcopy_builder/JobcopyBuilder.java
M 
src/test/java/jp/ikedam/jenkins/plugins/jobcopy_builder/JobcopyBuilderJenkinsTest.java

  Log Message:
  ---
  refs #9 use updateByXml to overwrite a job, instead of performing delete and 
create


  Commit: cf915bf07b9f9f01cda839764d2583943df088dc
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/cf915bf07b9f9f01cda839764d2583943df088dc
  Author: ikedam de...@ikedam.jp
  Date:   2013-02-06 (Wed, 06 Feb 2013)

  Changed paths:
M 
src/main/resources/jp/ikedam/jenkins/plugins/jobcopy_builder/JobcopyBuilder/config.jelly

  Log Message:
  ---
  closed #8 expand From Job Name field.


  Commit: 7208a72e704a15208f3f73c19d05d4382a73960f
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/7208a72e704a15208f3f73c19d05d4382a73960f
  Author: ikedam de...@ikedam.jp
  Date:   2013-02-06 (Wed, 06 Feb 2013)

  Changed paths:
M 
src/test/java/jp/ikedam/jenkins/plugins/jobcopy_builder/JobcopyBuilderJenkinsTest.java

  Log Message:
  ---
  Oops! some tests are not executed!


  Commit: 1eceef6ae7113675721357cb4cf2697509287e63
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/1eceef6ae7113675721357cb4cf2697509287e63
  Author: ikedam de...@ikedam.jp
  Date:   2013-02-06 (Wed, 06 Feb 2013)

  Changed paths:
M 
src/test/java/jp/ikedam/jenkins/plugins/jobcopy_builder/JobcopyBuilderJenkinsTest.java

  Log Message:
  ---
  closed #9 modified tests for the new overwrite behaviour.


Compare: 
https://github.com/jenkinsci/jobcopy-builder-plugin/compare/f323d03f2078...1eceef6ae711

-- 
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/groups/opt_out.




[jenkinsci/jobcopy-builder-plugin] c0aad5: update TODO

2013-02-06 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jobcopy-builder-plugin
  Commit: c0aad59afaac7a537495a29253ba2bcefa699c0c
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/c0aad59afaac7a537495a29253ba2bcefa699c0c
  Author: ikedam de...@ikedam.jp
  Date:   2013-02-06 (Wed, 06 Feb 2013)

  Changed paths:
M README.md
M README_ja.md

  Log Message:
  ---
  update TODO



-- 
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/groups/opt_out.




[jenkinsci/jobcopy-builder-plugin] 845e25: [maven-release-plugin] prepare release jobcopy-bui...

2013-02-06 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jobcopy-builder-plugin
  Commit: 845e253e7db3d44f00eff1d73a8d14094cfd13f7
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/845e253e7db3d44f00eff1d73a8d14094cfd13f7
  Author: ikedam de...@ikedam.jp
  Date:   2013-02-06 (Wed, 06 Feb 2013)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release jobcopy-builder-1.0.1



-- 
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/groups/opt_out.




[jenkinsci/jobcopy-builder-plugin]

2013-02-06 Thread GitHub
  Branch: refs/tags/jobcopy-builder-1.0.1
  Home:   https://github.com/jenkinsci/jobcopy-builder-plugin

-- 
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/groups/opt_out.




[jenkinsci/jobcopy-builder-plugin] a2c713: [maven-release-plugin] prepare for next developmen...

2013-02-06 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jobcopy-builder-plugin
  Commit: a2c713e5b2cb46b42896b26259c8b111e1867412
  
https://github.com/jenkinsci/jobcopy-builder-plugin/commit/a2c713e5b2cb46b42896b26259c8b111e1867412
  Author: ikedam de...@ikedam.jp
  Date:   2013-02-06 (Wed, 06 Feb 2013)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration



-- 
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/groups/opt_out.