[jenkinsci/custom-tools-plugin] f393e6: [JENKINS-37389] add @Symbol("custom") to CustomToo...

2023-07-26 Thread 'Oleg Nenashev' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/custom-tools-plugin
  Commit: f393e662904e07d4512313f54a8be319767af3bb
  
https://github.com/jenkinsci/custom-tools-plugin/commit/f393e662904e07d4512313f54a8be319767af3bb
  Author: Adam Gabryś 
  Date:   2022-01-20 (Thu, 20 Jan 2022)

  Changed paths:
M src/main/java/com/cloudbees/jenkins/plugins/customtools/CustomTool.java

  Log Message:
  ---
  [JENKINS-37389] add @Symbol("custom") to CustomTool's descriptor

The `@Symbol` annotation defines a unique identifier which is used by DSL. Whit 
this commit it is possible to distinguish a difference between tools when the 
the `tool` step is called. Example:
* tool name: 'myTool', type: 'jdk' <- returns JDK with id "myTool"
* tool name: 'myTool', type: 'custom' <- returns custom tool with id "myTool"


  Commit: 27beb098cac7886f7b74d06cd61da47ca5ed733a
  
https://github.com/jenkinsci/custom-tools-plugin/commit/27beb098cac7886f7b74d06cd61da47ca5ed733a
  Author: Oleg Nenashev 
  Date:   2023-07-26 (Wed, 26 Jul 2023)

  Changed paths:
M src/main/java/com/cloudbees/jenkins/plugins/customtools/CustomTool.java

  Log Message:
  ---
  Merge pull request #63 from agabrys/feature/JENKINS-37389

[JENKINS-37389] add @Symbol("custom") to CustomTool's descriptor


Compare: 
https://github.com/jenkinsci/custom-tools-plugin/compare/8344b07dc4b3...27beb098cac7

-- 
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/custom-tools-plugin/push/refs/heads/master/8344b0-27beb0%40github.com.


[jenkinsci/custom-tools-plugin]

2023-07-26 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.222.x-887.vae9c8ac09ff7
  Home:   https://github.com/jenkinsci/custom-tools-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/custom-tools-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.222.x-887.vae9c8ac09ff7/e59692-00%40github.com.


[jenkinsci/custom-tools-plugin] 22f4b7: refactor: Modernize to latest versions supported b...

2023-07-26 Thread 'Oleg Nenashev' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/custom-tools-plugin
  Commit: 22f4b72f49cb18cc8d447d08c9152be698c6606a
  
https://github.com/jenkinsci/custom-tools-plugin/commit/22f4b72f49cb18cc8d447d08c9152be698c6606a
  Author: Steve Hill 
  Date:   2023-07-10 (Mon, 10 Jul 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  refactor: Modernize to latest versions supported by Java 8

Use this link to re-run the recipe: 
https://app.moderne.io/recipes/org.openrewrite.jenkins.ModernizePluginForJava8?organizationId=SmVua2lucyBDSQ%3D%3D

Co-authored-by: Moderne 


  Commit: 0ebaf5c1b7c63246648bdbeb5de1c53466381fc8
  
https://github.com/jenkinsci/custom-tools-plugin/commit/0ebaf5c1b7c63246648bdbeb5de1c53466381fc8
  Author: Steve Hill 
  Date:   2023-07-10 (Mon, 10 Jul 2023)

  Changed paths:
M 
src/main/java/com/cloudbees/jenkins/plugins/customtools/CustomToolInstallWrapper.java

  Log Message:
  ---
  Suppress SpotBugs error

Comments indicate it is intentional


  Commit: 8344b07dc4b3f97f7582b1313c759edaa668e2a3
  
https://github.com/jenkinsci/custom-tools-plugin/commit/8344b07dc4b3f97f7582b1313c759edaa668e2a3
  Author: Oleg Nenashev 
  Date:   2023-07-26 (Wed, 26 Jul 2023)

  Changed paths:
M pom.xml
M 
src/main/java/com/cloudbees/jenkins/plugins/customtools/CustomToolInstallWrapper.java

  Log Message:
  ---
  Merge pull request #65 from sghill-rewrite/refactor/modernize-java-8

Modernize to latest versions supported by Java 8


Compare: 
https://github.com/jenkinsci/custom-tools-plugin/compare/5f8ee7581708...8344b07dc4b3

-- 
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/custom-tools-plugin/push/refs/heads/master/5f8ee7-8344b0%40github.com.


[jenkinsci/custom-tools-plugin] 9d16ee: chore: Deprecate Release Drafter app in favor of G...

2023-07-20 Thread 'Alexander Brandes' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/custom-tools-plugin
  Commit: 9d16eecc12fae1d9ea7d470441ddc0bb59557376
  
https://github.com/jenkinsci/custom-tools-plugin/commit/9d16eecc12fae1d9ea7d470441ddc0bb59557376
  Author: NotMyFault 
  Date:   2022-03-09 (Wed, 09 Mar 2022)

  Changed paths:
A .github/workflows/release-drafter.yml

  Log Message:
  ---
  chore: Deprecate Release Drafter app in favor of GitHub workflow


  Commit: 5f8ee7581708a1176758d6c3796a70ff0a1e836f
  
https://github.com/jenkinsci/custom-tools-plugin/commit/5f8ee7581708a1176758d6c3796a70ff0a1e836f
  Author: Alexander Brandes 
  Date:   2023-07-20 (Thu, 20 Jul 2023)

  Changed paths:
A .github/workflows/release-drafter.yml

  Log Message:
  ---
  Merge pull request #64 from NotMyFault/chore/remove-release-drafter-app

Move away from deprecated Release Drafter App


Compare: 
https://github.com/jenkinsci/custom-tools-plugin/compare/45cb1c1a2c8b...5f8ee7581708

-- 
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/custom-tools-plugin/push/refs/heads/master/45cb1c-5f8ee7%40github.com.


[jenkinsci/custom-tools-plugin]

2021-06-28 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.222.x-872.v03c18fa35487
  Home:   https://github.com/jenkinsci/custom-tools-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/custom-tools-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.222.x-872.v03c18fa35487/57feee-00%40github.com.


[jenkinsci/custom-tools-plugin] e59692: Bump bom-2.222.x from 26 to 887.vae9c8ac09ff7

2021-06-28 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.222.x-887.vae9c8ac09ff7
  Home:   https://github.com/jenkinsci/custom-tools-plugin
  Commit: e596922945ce6274862ea769e9f6169286e14f89
  
https://github.com/jenkinsci/custom-tools-plugin/commit/e596922945ce6274862ea769e9f6169286e14f89
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-06-28 (Mon, 28 Jun 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump bom-2.222.x from 26 to 887.vae9c8ac09ff7

Bumps [bom-2.222.x](https://github.com/jenkinsci/bom) from 26 to 
887.vae9c8ac09ff7.
- [Release notes](https://github.com/jenkinsci/bom/releases)
- [Commits](https://github.com/jenkinsci/bom/commits)

---
updated-dependencies:
- dependency-name: io.jenkins.tools.bom:bom-2.222.x
  dependency-type: direct:production
...

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/custom-tools-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.222.x-887.vae9c8ac09ff7/00-e59692%40github.com.


[jenkinsci/custom-tools-plugin]

2021-06-14 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.222.x-841.vd6e713d848ab
  Home:   https://github.com/jenkinsci/custom-tools-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/custom-tools-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.222.x-841.vd6e713d848ab/f9d723-00%40github.com.


[jenkinsci/custom-tools-plugin] 57feee: Bump bom-2.222.x from 26 to 872.v03c18fa35487

2021-06-14 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.222.x-872.v03c18fa35487
  Home:   https://github.com/jenkinsci/custom-tools-plugin
  Commit: 57feeebacf6ecdf906fd5e3af578504ee3685ac9
  
https://github.com/jenkinsci/custom-tools-plugin/commit/57feeebacf6ecdf906fd5e3af578504ee3685ac9
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-06-14 (Mon, 14 Jun 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump bom-2.222.x from 26 to 872.v03c18fa35487

Bumps [bom-2.222.x](https://github.com/jenkinsci/bom) from 26 to 
872.v03c18fa35487.
- [Release notes](https://github.com/jenkinsci/bom/releases)
- [Commits](https://github.com/jenkinsci/bom/commits)

---
updated-dependencies:
- dependency-name: io.jenkins.tools.bom:bom-2.222.x
  dependency-type: direct:production
...

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/custom-tools-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.222.x-872.v03c18fa35487/00-57feee%40github.com.


[jenkinsci/custom-tools-plugin]

2021-06-07 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.222.x-831.v9814430e6383
  Home:   https://github.com/jenkinsci/custom-tools-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/custom-tools-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.222.x-831.v9814430e6383/10bf92-00%40github.com.


[jenkinsci/custom-tools-plugin] f9d723: Bump bom-2.222.x from 26 to 841.vd6e713d848ab

2021-06-07 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.222.x-841.vd6e713d848ab
  Home:   https://github.com/jenkinsci/custom-tools-plugin
  Commit: f9d723234f98b3fb1c89a01c04f0f8e938a1ceaa
  
https://github.com/jenkinsci/custom-tools-plugin/commit/f9d723234f98b3fb1c89a01c04f0f8e938a1ceaa
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-06-07 (Mon, 07 Jun 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump bom-2.222.x from 26 to 841.vd6e713d848ab

Bumps [bom-2.222.x](https://github.com/jenkinsci/bom) from 26 to 
841.vd6e713d848ab.
- [Release notes](https://github.com/jenkinsci/bom/releases)
- [Commits](https://github.com/jenkinsci/bom/commits)

---
updated-dependencies:
- dependency-name: io.jenkins.tools.bom:bom-2.222.x
  dependency-type: direct:production
...

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/custom-tools-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.222.x-841.vd6e713d848ab/00-f9d723%40github.com.


[jenkinsci/custom-tools-plugin]

2021-05-24 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.222.x-807.v6d348e44c987
  Home:   https://github.com/jenkinsci/custom-tools-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/custom-tools-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.222.x-807.v6d348e44c987/6db9a9-00%40github.com.


[jenkinsci/custom-tools-plugin] 10bf92: Bump bom-2.222.x from 26 to 831.v9814430e6383

2021-05-24 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.222.x-831.v9814430e6383
  Home:   https://github.com/jenkinsci/custom-tools-plugin
  Commit: 10bf921eed8994cc1ae3a6d93e363f4eb8207798
  
https://github.com/jenkinsci/custom-tools-plugin/commit/10bf921eed8994cc1ae3a6d93e363f4eb8207798
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-05-24 (Mon, 24 May 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump bom-2.222.x from 26 to 831.v9814430e6383

Bumps [bom-2.222.x](https://github.com/jenkinsci/bom) from 26 to 
831.v9814430e6383.
- [Release notes](https://github.com/jenkinsci/bom/releases)
- [Commits](https://github.com/jenkinsci/bom/commits)

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/custom-tools-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.222.x-831.v9814430e6383/00-10bf92%40github.com.


[jenkinsci/custom-tools-plugin]

2021-05-10 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.222.x-29
  Home:   https://github.com/jenkinsci/custom-tools-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/custom-tools-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.222.x-29/13a6cd-00%40github.com.


[jenkinsci/custom-tools-plugin] 6db9a9: Bump bom-2.222.x from 26 to 807.v6d348e44c987

2021-05-10 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.222.x-807.v6d348e44c987
  Home:   https://github.com/jenkinsci/custom-tools-plugin
  Commit: 6db9a96e699cb045a3ece689c38808fb1f014f7f
  
https://github.com/jenkinsci/custom-tools-plugin/commit/6db9a96e699cb045a3ece689c38808fb1f014f7f
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-05-10 (Mon, 10 May 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump bom-2.222.x from 26 to 807.v6d348e44c987

Bumps [bom-2.222.x](https://github.com/jenkinsci/bom) from 26 to 
807.v6d348e44c987.
- [Release notes](https://github.com/jenkinsci/bom/releases)
- [Commits](https://github.com/jenkinsci/bom/commits)

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/custom-tools-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.222.x-807.v6d348e44c987/00-6db9a9%40github.com.


[jenkinsci/custom-tools-plugin]

2021-05-03 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.222.x-28
  Home:   https://github.com/jenkinsci/custom-tools-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/custom-tools-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.222.x-28/27ec50-00%40github.com.


[jenkinsci/custom-tools-plugin] 13a6cd: Bump bom-2.222.x from 26 to 29

2021-05-03 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.222.x-29
  Home:   https://github.com/jenkinsci/custom-tools-plugin
  Commit: 13a6cda0da27dd2695bdecc8b6119fc2e94809bc
  
https://github.com/jenkinsci/custom-tools-plugin/commit/13a6cda0da27dd2695bdecc8b6119fc2e94809bc
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-05-03 (Mon, 03 May 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump bom-2.222.x from 26 to 29

Bumps [bom-2.222.x](https://github.com/jenkinsci/bom) from 26 to 29.
- [Release notes](https://github.com/jenkinsci/bom/releases)
- [Commits](https://github.com/jenkinsci/bom/commits)

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/custom-tools-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.222.x-29/00-13a6cd%40github.com.


[jenkinsci/custom-tools-plugin]

2021-04-19 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.222.x-27
  Home:   https://github.com/jenkinsci/custom-tools-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/custom-tools-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.222.x-27/dc1da1-00%40github.com.


[jenkinsci/custom-tools-plugin] 27ec50: Bump bom-2.222.x from 26 to 28

2021-04-19 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.222.x-28
  Home:   https://github.com/jenkinsci/custom-tools-plugin
  Commit: 27ec5063dd5fe31fbf008a86df4be222fd3ac278
  
https://github.com/jenkinsci/custom-tools-plugin/commit/27ec5063dd5fe31fbf008a86df4be222fd3ac278
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-04-19 (Mon, 19 Apr 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump bom-2.222.x from 26 to 28

Bumps [bom-2.222.x](https://github.com/jenkinsci/bom) from 26 to 28.
- [Release notes](https://github.com/jenkinsci/bom/releases)
- [Commits](https://github.com/jenkinsci/bom/commits)

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/custom-tools-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.222.x-28/00-27ec50%40github.com.


[jenkinsci/custom-tools-plugin] dc1da1: Bump bom-2.222.x from 26 to 27

2021-04-12 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.222.x-27
  Home:   https://github.com/jenkinsci/custom-tools-plugin
  Commit: dc1da1c1d8e69da81bf576acba002175e54e80b2
  
https://github.com/jenkinsci/custom-tools-plugin/commit/dc1da1c1d8e69da81bf576acba002175e54e80b2
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-04-12 (Mon, 12 Apr 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump bom-2.222.x from 26 to 27

Bumps [bom-2.222.x](https://github.com/jenkinsci/bom) from 26 to 27.
- [Release notes](https://github.com/jenkinsci/bom/releases)
- [Commits](https://github.com/jenkinsci/bom/commits)

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/custom-tools-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.222.x-27/00-dc1da1%40github.com.


[jenkinsci/custom-tools-plugin] 45cb1c: [maven-release-plugin] prepare for next developmen...

2021-03-10 Thread 'Oleg Nenashev' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/custom-tools-plugin
  Commit: 45cb1c1a2c8bcce468cc81c7af4f08c6bc0eee10
  
https://github.com/jenkinsci/custom-tools-plugin/commit/45cb1c1a2c8bcce468cc81c7af4f08c6bc0eee10
  Author: Oleg Nenashev 
  Date:   2021-03-10 (Wed, 10 Mar 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/custom-tools-plugin/push/refs/heads/master/fa234a-45cb1c%40github.com.


[jenkinsci/custom-tools-plugin]

2021-03-10 Thread 'Oleg Nenashev' via Jenkins Commits
  Branch: refs/tags/custom-tools-plugin-0.8
  Home:   https://github.com/jenkinsci/custom-tools-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/custom-tools-plugin/push/refs/tags/custom-tools-plugin-0.8/00-b6a81d%40github.com.


[jenkinsci/custom-tools-plugin] fa234a: [maven-release-plugin] prepare release custom-tool...

2021-03-10 Thread 'Oleg Nenashev' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/custom-tools-plugin
  Commit: fa234ae321de5549d47be56ca047d8e36a3a
  
https://github.com/jenkinsci/custom-tools-plugin/commit/fa234ae321de5549d47be56ca047d8e36a3a
  Author: Oleg Nenashev 
  Date:   2021-03-10 (Wed, 10 Mar 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release custom-tools-plugin-0.8


-- 
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/custom-tools-plugin/push/refs/heads/master/e7798c-fa234a%40github.com.


[jenkinsci/custom-tools-plugin]

2021-03-10 Thread 'Oleg Nenashev' via Jenkins Commits
  Branch: refs/heads/facelift-update
  Home:   https://github.com/jenkinsci/custom-tools-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/custom-tools-plugin/push/refs/heads/facelift-update/47f74c-00%40github.com.


[jenkinsci/custom-tools-plugin] 47f74c: Update Plugin POM, Core dependencies + Fix SpotBugs

2021-03-10 Thread 'Oleg Nenashev' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/custom-tools-plugin
  Commit: 47f74cc20487a319451b1e4eeaca85686f3f1e73
  
https://github.com/jenkinsci/custom-tools-plugin/commit/47f74cc20487a319451b1e4eeaca85686f3f1e73
  Author: Oleg Nenashev 
  Date:   2021-03-10 (Wed, 10 Mar 2021)

  Changed paths:
M pom.xml
M src/main/java/com/cloudbees/jenkins/plugins/customtools/CustomTool.java

  Log Message:
  ---
  Update Plugin POM, Core dependencies + Fix SpotBugs


  Commit: e7798c81c580f299bbf50d05f5a84fd7595b8c48
  
https://github.com/jenkinsci/custom-tools-plugin/commit/e7798c81c580f299bbf50d05f5a84fd7595b8c48
  Author: Oleg Nenashev 
  Date:   2021-03-10 (Wed, 10 Mar 2021)

  Changed paths:
M pom.xml
M src/main/java/com/cloudbees/jenkins/plugins/customtools/CustomTool.java

  Log Message:
  ---
  Merge pull request #54 from jenkinsci/facelift-update

Update Plugin POM, Core dependencies + Fix SpotBugs


Compare: 
https://github.com/jenkinsci/custom-tools-plugin/compare/91c6b19d496d...e7798c81c580

-- 
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/custom-tools-plugin/push/refs/heads/master/91c6b1-e7798c%40github.com.


[jenkinsci/custom-tools-plugin] 47f74c: Update Plugin POM, Core dependencies + Fix SpotBugs

2021-03-10 Thread 'Oleg Nenashev' via Jenkins Commits
  Branch: refs/heads/facelift-update
  Home:   https://github.com/jenkinsci/custom-tools-plugin
  Commit: 47f74cc20487a319451b1e4eeaca85686f3f1e73
  
https://github.com/jenkinsci/custom-tools-plugin/commit/47f74cc20487a319451b1e4eeaca85686f3f1e73
  Author: Oleg Nenashev 
  Date:   2021-03-10 (Wed, 10 Mar 2021)

  Changed paths:
M pom.xml
M src/main/java/com/cloudbees/jenkins/plugins/customtools/CustomTool.java

  Log Message:
  ---
  Update Plugin POM, Core dependencies + Fix SpotBugs


-- 
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/custom-tools-plugin/push/refs/heads/facelift-update/00-47f74c%40github.com.


[jenkinsci/custom-tools-plugin] e9c1b2: Do not try to serialize CustomTool over Remoting

2021-03-10 Thread 'Oleg Nenashev' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/custom-tools-plugin
  Commit: e9c1b26ea95b66cdc87fe980e8f413c8af091101
  
https://github.com/jenkinsci/custom-tools-plugin/commit/e9c1b26ea95b66cdc87fe980e8f413c8af091101
  Author: Jesse Glick 
  Date:   2020-09-25 (Fri, 25 Sep 2020)

  Changed paths:
M src/main/java/com/cloudbees/jenkins/plugins/customtools/CustomTool.java

  Log Message:
  ---
  Do not try to serialize CustomTool over Remoting


  Commit: 91c6b19d496d6d09f307e3d42719dd4bdc199bad
  
https://github.com/jenkinsci/custom-tools-plugin/commit/91c6b19d496d6d09f307e3d42719dd4bdc199bad
  Author: Oleg Nenashev 
  Date:   2021-03-10 (Wed, 10 Mar 2021)

  Changed paths:
M src/main/java/com/cloudbees/jenkins/plugins/customtools/CustomTool.java

  Log Message:
  ---
  Merge pull request #51 from jglick/serialization

Do not try to serialize CustomTool over Remoting


Compare: 
https://github.com/jenkinsci/custom-tools-plugin/compare/a636bdb70572...91c6b19d496d

-- 
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/custom-tools-plugin/push/refs/heads/master/a636bd-91c6b1%40github.com.


[jenkinsci/custom-tools-plugin] a636bd: Update Dependabot config file (#52)

2021-03-09 Thread 'dependabot-preview[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/custom-tools-plugin
  Commit: a636bdb705728b444ee0df59ec8848505a4a2dee
  
https://github.com/jenkinsci/custom-tools-plugin/commit/a636bdb705728b444ee0df59ec8848505a4a2dee
  Author: dependabot-preview[bot] 
<27856297+dependabot-preview[bot]@users.noreply.github.com>
  Date:   2021-03-09 (Tue, 09 Mar 2021)

  Changed paths:
R .dependabot/config.yml
A .github/dependabot.yml

  Log Message:
  ---
  Update Dependabot config file (#52)

Co-authored-by: dependabot-preview[bot] 
<27856297+dependabot-preview[bot]@users.noreply.github.com>


-- 
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/custom-tools-plugin/push/refs/heads/master/dad18c-a636bd%40github.com.


[jenkinsci/custom-tools-plugin] dad18c: [JENKINS-64341] Fix fot tables-to-divs regression ...

2021-03-09 Thread 'Darío Villadiego' via Jenkins Commits
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/custom-tools-plugin

  Commit: dad18ced3b2b53732f83b7f9762d3405d6cc7c34

  
https://github.com/jenkinsci/custom-tools-plugin/commit/dad18ced3b2b53732f83b7f9762d3405d6cc7c34

  Author: Darío Villadiego 

  Date:   2021-03-09 (Tue, 09 Mar 2021)



  Changed paths:

M 
src/main/resources/com/cloudbees/jenkins/plugins/customtools/CustomToolInstallWrapper/config.jelly

A src/main/resources/lib/customtools/blockWrapper.jelly

A src/main/resources/lib/customtools/taglib



  Log Message:

  ---

  [JENKINS-64341] Fix fot tables-to-divs regression (#53)



* [JENKINS-64341] Fix fot tables-to-divs regression



* Fixing jelly taglib





-- 
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/custom-tools-plugin/push/refs/heads/master/9dffb2-dad18c%40github.com.


[jenkinsci/custom-tools-plugin] c46b82: Update Dependabot config file

2020-10-12 Thread 'dependabot-preview[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/add-v2-config-file
  Home:   https://github.com/jenkinsci/custom-tools-plugin
  Commit: c46b828351a5219a2449aeb2dd1f2a497bfebafe
  
https://github.com/jenkinsci/custom-tools-plugin/commit/c46b828351a5219a2449aeb2dd1f2a497bfebafe
  Author: dependabot-preview[bot] 
<27856297+dependabot-preview[bot]@users.noreply.github.com>
  Date:   2020-10-13 (Tue, 13 Oct 2020)

  Changed paths:
R .dependabot/config.yml
A .github/dependabot.yml

  Log Message:
  ---
  Update Dependabot config file


-- 
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/custom-tools-plugin/push/refs/heads/dependabot/add-v2-config-file/00-c46b82%40github.com.


[jenkinsci/custom-tools-plugin] 9dffb2: JENKINS-60976 - Fix constructor validation (#50)

2020-06-15 Thread mlasevich
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/custom-tools-plugin
  Commit: 9dffb2043d6fa3a356015bfb2e8f9edebbf0a83f
  
https://github.com/jenkinsci/custom-tools-plugin/commit/9dffb2043d6fa3a356015bfb2e8f9edebbf0a83f
  Author: mlasevich 
  Date:   2020-06-15 (Mon, 15 Jun 2020)

  Changed paths:
M src/main/java/com/cloudbees/jenkins/plugins/customtools/CustomTool.java

  Log Message:
  ---
  JENKINS-60976 - Fix constructor validation (#50)

* Change Nonnull to CheckForNull in constructor

* Name is required

Co-authored-by: Michael "M3" Lasevich 


-- 
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/custom-tools-plugin/push/refs/heads/master/ab9e07-9dffb2%40github.com.


[jenkinsci/custom-tools-plugin] 8e21a6: [ImgBot] Optimize images

2019-11-26 Thread Oleg Nenashev
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/custom-tools-plugin
  Commit: 8e21a6da3b7fc3e1c88b6624cb2e031881951f5b
  
https://github.com/jenkinsci/custom-tools-plugin/commit/8e21a6da3b7fc3e1c88b6624cb2e031881951f5b
  Author: ImgBotApp 
  Date:   2019-10-08 (Tue, 08 Oct 2019)

  Changed paths:
M docs/images/buildWrapper.png
M docs/images/configure_tool.png
M docs/images/installLog.png
M docs/images/versions_Configuration.png
M docs/images/versions_Parameter.png
M docs/images/versions_ParameterDefinition.png
M docs/images/versions_usageInInstaller.png

  Log Message:
  ---
  [ImgBot] Optimize images

*Total -- 259.96kb -> 216.44kb (16.74%)

/docs/images/versions_Configuration.png -- 71.78kb -> 55.77kb (22.3%)
/docs/images/versions_Parameter.png -- 43.86kb -> 34.67kb (20.96%)
/docs/images/versions_ParameterDefinition.png -- 43.97kb -> 35.87kb (18.4%)
/docs/images/versions_usageInInstaller.png -- 46.58kb -> 39.28kb (15.68%)
/docs/images/installLog.png -- 11.96kb -> 10.89kb (8.88%)
/docs/images/configure_tool.png -- 31.66kb -> 29.87kb (5.66%)
/docs/images/buildWrapper.png -- 10.15kb -> 10.08kb (0.66%)

Signed-off-by: ImgBotApp 


  Commit: ab9e079f70b790b4de061da9b0af38a955fa5811
  
https://github.com/jenkinsci/custom-tools-plugin/commit/ab9e079f70b790b4de061da9b0af38a955fa5811
  Author: Oleg Nenashev 
  Date:   2019-11-26 (Tue, 26 Nov 2019)

  Changed paths:
M docs/images/buildWrapper.png
M docs/images/configure_tool.png
M docs/images/installLog.png
M docs/images/versions_Configuration.png
M docs/images/versions_Parameter.png
M docs/images/versions_ParameterDefinition.png
M docs/images/versions_usageInInstaller.png

  Log Message:
  ---
  Merge pull request #47 from jenkinsci/imgbot

[ImgBot] Optimize images


Compare: 
https://github.com/jenkinsci/custom-tools-plugin/compare/e23f196be92e...ab9e079f70b7

-- 
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/custom-tools-plugin/push/refs/heads/master/e23f19-ab9e07%40github.com.


[jenkinsci/custom-tools-plugin]

2019-11-26 Thread imgbot[bot]
  Branch: refs/heads/imgbot
  Home:   https://github.com/jenkinsci/custom-tools-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/custom-tools-plugin/push/refs/heads/imgbot/8e21a6-00%40github.com.


[jenkinsci/custom-tools-plugin] 8e21a6: [ImgBot] Optimize images

2019-10-07 Thread ImgBot
  Branch: refs/heads/imgbot
  Home:   https://github.com/jenkinsci/custom-tools-plugin
  Commit: 8e21a6da3b7fc3e1c88b6624cb2e031881951f5b
  
https://github.com/jenkinsci/custom-tools-plugin/commit/8e21a6da3b7fc3e1c88b6624cb2e031881951f5b
  Author: ImgBotApp 
  Date:   2019-10-08 (Tue, 08 Oct 2019)

  Changed paths:
M docs/images/buildWrapper.png
M docs/images/configure_tool.png
M docs/images/installLog.png
M docs/images/versions_Configuration.png
M docs/images/versions_Parameter.png
M docs/images/versions_ParameterDefinition.png
M docs/images/versions_usageInInstaller.png

  Log Message:
  ---
  [ImgBot] Optimize images

*Total -- 259.96kb -> 216.44kb (16.74%)

/docs/images/versions_Configuration.png -- 71.78kb -> 55.77kb (22.3%)
/docs/images/versions_Parameter.png -- 43.86kb -> 34.67kb (20.96%)
/docs/images/versions_ParameterDefinition.png -- 43.97kb -> 35.87kb (18.4%)
/docs/images/versions_usageInInstaller.png -- 46.58kb -> 39.28kb (15.68%)
/docs/images/installLog.png -- 11.96kb -> 10.89kb (8.88%)
/docs/images/configure_tool.png -- 31.66kb -> 29.87kb (5.66%)
/docs/images/buildWrapper.png -- 10.15kb -> 10.08kb (0.66%)

Signed-off-by: ImgBotApp 


-- 
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/custom-tools-plugin/push/refs/heads/imgbot/00-8e21a6%40github.com.


[jenkinsci/custom-tools-plugin]

2019-09-02 Thread Oleg Nenashev
  Branch: refs/heads/JENKINS-59172
  Home:   https://github.com/jenkinsci/custom-tools-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/custom-tools-plugin/push/refs/heads/JENKINS-59172/df6020-00%40github.com.


[jenkinsci/custom-tools-plugin] df6020: [JENKINS-59172] - Change the plugin URL to GitHub ...

2019-09-02 Thread Oleg Nenashev
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/custom-tools-plugin
  Commit: df6020ba6339e1c7ab52e8ebc491000885c19004
  
https://github.com/jenkinsci/custom-tools-plugin/commit/df6020ba6339e1c7ab52e8ebc491000885c19004
  Author: Oleg Nenashev 
  Date:   2019-09-01 (Sun, 01 Sep 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [JENKINS-59172] - Change the plugin URL to GitHub to enable publishing of 
README.md to the plugin site


  Commit: e23f196be92ed4dc47abda63ea1870e80ef41dc4
  
https://github.com/jenkinsci/custom-tools-plugin/commit/e23f196be92ed4dc47abda63ea1870e80ef41dc4
  Author: Oleg Nenashev 
  Date:   2019-09-02 (Mon, 02 Sep 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #46 from jenkinsci/JENKINS-59172

[JENKINS-59172] - Use GitHub as a source of the plugin's documentation on 
plugins.jenkins.io


Compare: 
https://github.com/jenkinsci/custom-tools-plugin/compare/a9ed9ca7bb89...e23f196be92e

-- 
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/custom-tools-plugin/push/refs/heads/master/a9ed9c-e23f19%40github.com.


[jenkinsci/custom-tools-plugin] 1c1db6: Fix trailing spaces & newline at end of file

2019-09-01 Thread Oleg Nenashev
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/custom-tools-plugin

  Commit: 1c1db6fe3fe81eca96e629092c05124ab0272c25

  
https://github.com/jenkinsci/custom-tools-plugin/commit/1c1db6fe3fe81eca96e629092c05124ab0272c25

  Author: René Scheibe 

  Date:   2019-09-01 (Sun, 01 Sep 2019)



  Changed paths:

M README.md

M docs/images/.gitkeep

M src/main/java/com/cloudbees/jenkins/plugins/customtools/CustomTool.java

M 
src/main/java/com/cloudbees/jenkins/plugins/customtools/CustomToolInstallWrapper.java

M 
src/main/java/com/synopsys/arc/jenkinsci/plugins/customtools/ArrayHelper.java

M 
src/main/java/com/synopsys/arc/jenkinsci/plugins/customtools/CustomToolException.java

M 
src/main/java/com/synopsys/arc/jenkinsci/plugins/customtools/CustomToolsLogger.java

M 
src/main/java/com/synopsys/arc/jenkinsci/plugins/customtools/EnvStringParseHelper.java

M 
src/main/java/com/synopsys/arc/jenkinsci/plugins/customtools/EnvVariablesInjector.java

M 
src/main/java/com/synopsys/arc/jenkinsci/plugins/customtools/LabelSpecifics.java

M 
src/main/java/com/synopsys/arc/jenkinsci/plugins/customtools/PathsList.java

M 
src/main/java/com/synopsys/arc/jenkinsci/plugins/customtools/multiconfig/MulticonfigWrapperOptions.java

M 
src/main/java/com/synopsys/arc/jenkinsci/plugins/customtools/versions/ToolVersion.java

M 
src/main/java/com/synopsys/arc/jenkinsci/plugins/customtools/versions/ToolVersionConfig.java

M 
src/main/java/com/synopsys/arc/jenkinsci/plugins/customtools/versions/ToolVersionHelper.java

M 
src/main/java/com/synopsys/arc/jenkinsci/plugins/customtools/versions/ToolVersionParameterDefinition.java

M 
src/main/java/jenkins/plugins/customtools/util/envvars/VariablesSubstitutionHelper.java

M 
src/main/resources/com/cloudbees/jenkins/plugins/customtools/CustomTool/help-exportedPaths.html

M 
src/main/resources/com/cloudbees/jenkins/plugins/customtools/Messages.properties

M 
src/main/resources/com/synopsys/arc/jenkinsci/plugins/customtools/LabelSpecifics/help-additionalVars.html

M 
src/main/resources/com/synopsys/arc/jenkinsci/plugins/customtools/LabelSpecifics/help-exportedPaths.html

M 
src/main/resources/com/synopsys/arc/jenkinsci/plugins/customtools/LabelSpecifics/help-label.html

M 
src/main/resources/com/synopsys/arc/jenkinsci/plugins/customtools/LabelSpecifics/help.html

M 
src/main/resources/com/synopsys/arc/jenkinsci/plugins/customtools/Messages.properties

M src/main/webapp/CustomToolInstallWrapper/help-multiconfigOptions.html

M 
src/test/java/com/cloudbees/jenkins/plugins/customtools/CustomToolInstallWrapperTest.java

M 
src/test/java/com/cloudbees/jenkins/plugins/customtools/CustomToolInstallerTest.java

M 
src/test/java/com/synopsys/arc/jenkins/plugins/customtools/util/CommandCallerInstaller.java

M 
src/test/java/com/synopsys/arc/jenkins/plugins/customtools/util/StubWrapper.java

M 
src/test/java/com/synopsys/arc/jenkins/plugins/customtools/versions/ToolVersionParameterDefinitionTest.java



  Log Message:

  ---

  Fix trailing spaces & newline at end of file





  Commit: 7f655df7f6318006044efa33790d8dc40d36fd03

  
https://github.com/jenkinsci/custom-tools-plugin/commit/7f655df7f6318006044efa33790d8dc40d36fd03

  Author: René Scheibe 

  Date:   2019-09-01 (Sun, 01 Sep 2019)



  Changed paths:

R docs/images/.gitkeep



  Log Message:

  ---

  Remove obsolete .gitkeep





  Commit: a9ed9ca7bb89263a58ee0dcb7bc90e0607efbafc

  
https://github.com/jenkinsci/custom-tools-plugin/commit/a9ed9ca7bb89263a58ee0dcb7bc90e0607efbafc

  Author: Oleg Nenashev 

  Date:   2019-09-01 (Sun, 01 Sep 2019)



  Changed paths:

M README.md

R docs/images/.gitkeep

M src/main/java/com/cloudbees/jenkins/plugins/customtools/CustomTool.java

M 
src/main/java/com/cloudbees/jenkins/plugins/customtools/CustomToolInstallWrapper.java

M 
src/main/java/com/synopsys/arc/jenkinsci/plugins/customtools/ArrayHelper.java

M 
src/main/java/com/synopsys/arc/jenkinsci/plugins/customtools/CustomToolException.java

M 
src/main/java/com/synopsys/arc/jenkinsci/plugins/customtools/CustomToolsLogger.java

M 
src/main/java/com/synopsys/arc/jenkinsci/plugins/customtools/EnvStringParseHelper.java

M 
src/main/java/com/synopsys/arc/jenkinsci/plugins/customtools/EnvVariablesInjector.java

M 
src/main/java/com/synopsys/arc/jenkinsci/plugins/customtools/LabelSpecifics.java

M 
src/main/java/com/synopsys/arc/jenkinsci/plugins/customtools/PathsList.java

M 
src/main/java/com/synopsys/arc/jenkinsci/plugins/customtools/multiconfig/MulticonfigWrapperOptions.java

M 
src/main/java/com/synopsys/arc/jenkinsci/plugins/customtools/versions/ToolVersion.java

M 
src/main/java/com/synopsys/arc/jenkinsci/plugins/customtools/versions/ToolVersionConfig.java

M 
src/main/java/com/synopsys/arc/jenkinsci/plugins/customtools/vers

[jenkinsci/custom-tools-plugin]

2019-09-01 Thread Oleg Nenashev
  Branch: refs/heads/cli_call_fixes
  Home:   https://github.com/jenkinsci/custom-tools-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/custom-tools-plugin/push/refs/heads/cli_call_fixes/ab1d14-00%40github.com.


[jenkinsci/custom-tools-plugin] df6020: [JENKINS-59172] - Change the plugin URL to GitHub ...

2019-09-01 Thread Oleg Nenashev
  Branch: refs/heads/JENKINS-59172
  Home:   https://github.com/jenkinsci/custom-tools-plugin
  Commit: df6020ba6339e1c7ab52e8ebc491000885c19004
  
https://github.com/jenkinsci/custom-tools-plugin/commit/df6020ba6339e1c7ab52e8ebc491000885c19004
  Author: Oleg Nenashev 
  Date:   2019-09-01 (Sun, 01 Sep 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [JENKINS-59172] - Change the plugin URL to GitHub to enable publishing of 
README.md to the plugin site


-- 
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/custom-tools-plugin/push/refs/heads/JENKINS-59172/00-df6020%40github.com.


[jenkinsci/custom-tools-plugin] 763677: Build the plugin with all recommended configurations

2019-09-01 Thread Oleg Nenashev
  Branch: refs/heads/recommendedConfigurations
  Home:   https://github.com/jenkinsci/custom-tools-plugin
  Commit: 763677e91df4cd25bb8a280e866e4b869bf8c348
  
https://github.com/jenkinsci/custom-tools-plugin/commit/763677e91df4cd25bb8a280e866e4b869bf8c348
  Author: Oleg Nenashev 
  Date:   2019-09-01 (Sun, 01 Sep 2019)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Build the plugin with all recommended configurations


-- 
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/custom-tools-plugin/push/refs/heads/recommendedConfigurations/00-763677%40github.com.


[jenkinsci/custom-tools-plugin]

2019-08-16 Thread Oleg Nenashev
  Branch: refs/heads/license-update
  Home:   https://github.com/jenkinsci/custom-tools-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/custom-tools-plugin/push/refs/heads/license-update/4f4782-00%40github.com.


[jenkinsci/custom-tools-plugin] 4f4782: Update the license file to reference other contrib...

2019-08-16 Thread Oleg Nenashev
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/custom-tools-plugin
  Commit: 4f47829cfeb36e706caa4c16f4999db5ced889c3
  
https://github.com/jenkinsci/custom-tools-plugin/commit/4f47829cfeb36e706caa4c16f4999db5ced889c3
  Author: Oleg Nenashev 
  Date:   2019-08-16 (Fri, 16 Aug 2019)

  Changed paths:
M LICENSE

  Log Message:
  ---
  Update the license file to reference other contributors


  Commit: c9010ae9600228cbd611922520a8960871be
  
https://github.com/jenkinsci/custom-tools-plugin/commit/c9010ae9600228cbd611922520a8960871be
  Author: Oleg Nenashev 
  Date:   2019-08-17 (Sat, 17 Aug 2019)

  Changed paths:
M LICENSE

  Log Message:
  ---
  Merge pull request #43 from jenkinsci/license-update

Update the license file to reference other contributors


Compare: 
https://github.com/jenkinsci/custom-tools-plugin/compare/644e22057d72...c9010ae96002

-- 
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/custom-tools-plugin/push/refs/heads/master/644e22-c9010a%40github.com.


[jenkinsci/custom-tools-plugin]

2019-08-16 Thread release-drafter[bot]
  Branch: refs/tags/untagged-882bf0d50be24222725d
  Home:   https://github.com/jenkinsci/custom-tools-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/custom-tools-plugin/push/refs/tags/untagged-882bf0d50be24222725d/00-644e22%40github.com.


[jenkinsci/custom-tools-plugin] 644e22: [maven-release-plugin] prepare for next developmen...

2019-08-16 Thread Oleg Nenashev
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/custom-tools-plugin
  Commit: 644e22057d72e1ed4f298d79e6d7360af96fb3d7
  
https://github.com/jenkinsci/custom-tools-plugin/commit/644e22057d72e1ed4f298d79e6d7360af96fb3d7
  Author: Oleg Nenashev 
  Date:   2019-08-16 (Fri, 16 Aug 2019)

  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/custom-tools-plugin/push/refs/heads/master/28152a-644e22%40github.com.


[jenkinsci/custom-tools-plugin] 28152a: [maven-release-plugin] prepare release custom-tool...

2019-08-16 Thread Oleg Nenashev
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/custom-tools-plugin
  Commit: 28152af024c2e5a3e46b02a3b185869488d3a6e4
  
https://github.com/jenkinsci/custom-tools-plugin/commit/28152af024c2e5a3e46b02a3b185869488d3a6e4
  Author: Oleg Nenashev 
  Date:   2019-08-16 (Fri, 16 Aug 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release custom-tools-plugin-0.7


-- 
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/custom-tools-plugin/push/refs/heads/master/aa0298-28152a%40github.com.


[jenkinsci/custom-tools-plugin]

2019-08-16 Thread Oleg Nenashev
  Branch: refs/tags/custom-tools-plugin-0.7
  Home:   https://github.com/jenkinsci/custom-tools-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/custom-tools-plugin/push/refs/tags/custom-tools-plugin-0.7/00-32bfdd%40github.com.


[jenkinsci/custom-tools-plugin] 4f4782: Update the license file to reference other contrib...

2019-08-16 Thread Oleg Nenashev
  Branch: refs/heads/license-update
  Home:   https://github.com/jenkinsci/custom-tools-plugin
  Commit: 4f47829cfeb36e706caa4c16f4999db5ced889c3
  
https://github.com/jenkinsci/custom-tools-plugin/commit/4f47829cfeb36e706caa4c16f4999db5ced889c3
  Author: Oleg Nenashev 
  Date:   2019-08-16 (Fri, 16 Aug 2019)

  Changed paths:
M LICENSE

  Log Message:
  ---
  Update the license file to reference other contributors


-- 
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/custom-tools-plugin/push/refs/heads/license-update/00-4f4782%40github.com.


[jenkinsci/custom-tools-plugin] ceab88: Remove unnecessary null check

2019-08-15 Thread Oleg Nenashev
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/custom-tools-plugin

  Commit: ceab883aed97dcfb990253ecc20f46eb9ac8d47f

  
https://github.com/jenkinsci/custom-tools-plugin/commit/ceab883aed97dcfb990253ecc20f46eb9ac8d47f

  Author: René Scheibe 

  Date:   2019-08-15 (Thu, 15 Aug 2019)



  Changed paths:

M 
src/main/java/jenkins/plugins/customtools/util/envvars/VariablesSubstitutionHelper.java



  Log Message:

  ---

  Remove unnecessary null check





  Commit: c8046276db1a92dc45689af7f6df8485e90f87dc

  
https://github.com/jenkinsci/custom-tools-plugin/commit/c8046276db1a92dc45689af7f6df8485e90f87dc

  Author: René Scheibe 

  Date:   2019-08-15 (Thu, 15 Aug 2019)



  Changed paths:

M src/main/java/com/cloudbees/jenkins/plugins/customtools/CustomTool.java

M 
src/main/java/com/cloudbees/jenkins/plugins/customtools/CustomToolInstallWrapper.java

M 
src/main/java/com/synopsys/arc/jenkinsci/plugins/customtools/PathsList.java

M 
src/main/java/com/synopsys/arc/jenkinsci/plugins/customtools/versions/ToolVersionHelper.java

M 
src/test/java/com/cloudbees/jenkins/plugins/customtools/CustomToolInstallWrapperTest.java

M 
src/test/java/com/cloudbees/jenkins/plugins/customtools/CustomToolInstallerTest.java

M 
src/test/java/com/synopsys/arc/jenkins/plugins/customtools/versions/ToolVersionParameterDefinitionTest.java



  Log Message:

  ---

  Use diamond operator to reduce type duplication





  Commit: 4acdeed3d99baa44d5b9df044afa89c1601de778

  
https://github.com/jenkinsci/custom-tools-plugin/commit/4acdeed3d99baa44d5b9df044afa89c1601de778

  Author: René Scheibe 

  Date:   2019-08-15 (Thu, 15 Aug 2019)



  Changed paths:

M 
src/main/java/com/synopsys/arc/jenkinsci/plugins/customtools/EnvVariablesInjector.java



  Log Message:

  ---

  Simplify code using Map#getOrDefault()





  Commit: aa02984f589c042f73be06689dc75c0f6a936acc

  
https://github.com/jenkinsci/custom-tools-plugin/commit/aa02984f589c042f73be06689dc75c0f6a936acc

  Author: Oleg Nenashev 

  Date:   2019-08-15 (Thu, 15 Aug 2019)



  Changed paths:

M src/main/java/com/cloudbees/jenkins/plugins/customtools/CustomTool.java

M 
src/main/java/com/cloudbees/jenkins/plugins/customtools/CustomToolInstallWrapper.java

M 
src/main/java/com/synopsys/arc/jenkinsci/plugins/customtools/EnvVariablesInjector.java

M 
src/main/java/com/synopsys/arc/jenkinsci/plugins/customtools/PathsList.java

M 
src/main/java/com/synopsys/arc/jenkinsci/plugins/customtools/versions/ToolVersionHelper.java

M 
src/main/java/jenkins/plugins/customtools/util/envvars/VariablesSubstitutionHelper.java

M 
src/test/java/com/cloudbees/jenkins/plugins/customtools/CustomToolInstallWrapperTest.java

M 
src/test/java/com/cloudbees/jenkins/plugins/customtools/CustomToolInstallerTest.java

M 
src/test/java/com/synopsys/arc/jenkins/plugins/customtools/versions/ToolVersionParameterDefinitionTest.java



  Log Message:

  ---

  Merge pull request #42 from darxriggs/improvements



Minor code Improvements





Compare: 
https://github.com/jenkinsci/custom-tools-plugin/compare/0f10dd4fc43b...aa02984f589c

-- 
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/custom-tools-plugin/push/refs/heads/master/0f10dd-aa0298%40github.com.


[jenkinsci/custom-tools-plugin] 7f2591: Cleanup Jelly files

2019-08-15 Thread Oleg Nenashev
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/custom-tools-plugin

  Commit: 7f25916865790ffe7f68fdaff92462667f4c4461

  
https://github.com/jenkinsci/custom-tools-plugin/commit/7f25916865790ffe7f68fdaff92462667f4c4461

  Author: René Scheibe 

  Date:   2019-08-15 (Thu, 15 Aug 2019)



  Changed paths:

M 
src/main/resources/com/cloudbees/jenkins/plugins/customtools/CustomTool/config.jelly

M 
src/main/resources/com/cloudbees/jenkins/plugins/customtools/CustomToolInstallWrapper/config.jelly

M 
src/main/resources/com/synopsys/arc/jenkinsci/plugins/customtools/LabelSpecifics/config.jelly

M 
src/main/resources/com/synopsys/arc/jenkinsci/plugins/customtools/versions/ToolVersionConfig/config.jelly

M 
src/main/resources/com/synopsys/arc/jenkinsci/plugins/customtools/versions/ToolVersionParameterDefinition/config.jelly

M 
src/main/resources/com/synopsys/arc/jenkinsci/plugins/customtools/versions/ToolVersionParameterDefinition/index.jelly

M src/main/resources/index.jelly



  Log Message:

  ---

  Cleanup Jelly files



- consistent formatting

- remove unused XML namespaces





  Commit: 0f10dd4fc43bf7667d8bc6546510b85e290732ca

  
https://github.com/jenkinsci/custom-tools-plugin/commit/0f10dd4fc43bf7667d8bc6546510b85e290732ca

  Author: Oleg Nenashev 

  Date:   2019-08-15 (Thu, 15 Aug 2019)



  Changed paths:

M 
src/main/resources/com/cloudbees/jenkins/plugins/customtools/CustomTool/config.jelly

M 
src/main/resources/com/cloudbees/jenkins/plugins/customtools/CustomToolInstallWrapper/config.jelly

M 
src/main/resources/com/synopsys/arc/jenkinsci/plugins/customtools/LabelSpecifics/config.jelly

M 
src/main/resources/com/synopsys/arc/jenkinsci/plugins/customtools/versions/ToolVersionConfig/config.jelly

M 
src/main/resources/com/synopsys/arc/jenkinsci/plugins/customtools/versions/ToolVersionParameterDefinition/config.jelly

M 
src/main/resources/com/synopsys/arc/jenkinsci/plugins/customtools/versions/ToolVersionParameterDefinition/index.jelly

M src/main/resources/index.jelly



  Log Message:

  ---

  Merge pull request #40 from darxriggs/jelly-cleanup



Cleanup formatting in Jelly files





Compare: 
https://github.com/jenkinsci/custom-tools-plugin/compare/440634758d80...0f10dd4fc43b

-- 
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/custom-tools-plugin/push/refs/heads/master/440634-0f10dd%40github.com.


[jenkinsci/custom-tools-plugin] bc8321: Fix typos

2019-08-15 Thread Oleg Nenashev
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/custom-tools-plugin

  Commit: bc832160b17e241e92ab3c6fe17ebc5c354bb964

  
https://github.com/jenkinsci/custom-tools-plugin/commit/bc832160b17e241e92ab3c6fe17ebc5c354bb964

  Author: René Scheibe 

  Date:   2019-08-15 (Thu, 15 Aug 2019)



  Changed paths:

M README.md



  Log Message:

  ---

  Fix typos





  Commit: 440634758d809d5fe42836b044c13949a7981782

  
https://github.com/jenkinsci/custom-tools-plugin/commit/440634758d809d5fe42836b044c13949a7981782

  Author: Oleg Nenashev 

  Date:   2019-08-15 (Thu, 15 Aug 2019)



  Changed paths:

M README.md



  Log Message:

  ---

  Merge pull request #41 from darxriggs/fix-typos



Fix typos in the documentation





Compare: 
https://github.com/jenkinsci/custom-tools-plugin/compare/3a33657e1adb...440634758d80

-- 
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/custom-tools-plugin/push/refs/heads/master/3a3365-440634%40github.com.


[jenkinsci/custom-tools-plugin]

2019-08-15 Thread Oleg Nenashev
  Branch: refs/heads/documentation
  Home:   https://github.com/jenkinsci/custom-tools-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/custom-tools-plugin/push/refs/heads/documentation/918147-00%40github.com.


[jenkinsci/custom-tools-plugin] 8746ed: Create a directory for images

2019-08-15 Thread Oleg Nenashev
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/custom-tools-plugin
  Commit: 8746ed4d7995c3ca43decabe75c391120050c554
  
https://github.com/jenkinsci/custom-tools-plugin/commit/8746ed4d7995c3ca43decabe75c391120050c554
  Author: Oleg Nenashev 
  Date:   2019-08-14 (Wed, 14 Aug 2019)

  Changed paths:
A docs/images/.gitkeep

  Log Message:
  ---
  Create a directory for images


  Commit: 6ffd4de574b016699f7992faf36656e410a11b82
  
https://github.com/jenkinsci/custom-tools-plugin/commit/6ffd4de574b016699f7992faf36656e410a11b82
  Author: Oleg Nenashev 
  Date:   2019-08-14 (Wed, 14 Aug 2019)

  Changed paths:
A docs/images/buildWrapper.png
A docs/images/configure_tool.png
A docs/images/installLog.png
A docs/images/versions_Configuration.png
A docs/images/versions_Parameter.png
A docs/images/versions_ParameterDefinition.png
A docs/images/versions_usageInInstaller.png

  Log Message:
  ---
  Add images from Jenkins Wiki


  Commit: f159bd6261abcfdbd5c1c1d823194f4bdcd77575
  
https://github.com/jenkinsci/custom-tools-plugin/commit/f159bd6261abcfdbd5c1c1d823194f4bdcd77575
  Author: Oleg Nenashev 
  Date:   2019-08-14 (Wed, 14 Aug 2019)

  Changed paths:
M README.md

  Log Message:
  ---
  README: Add the Usage section


  Commit: 945ff495a9cd3893604cce445eddf8d6b214590d
  
https://github.com/jenkinsci/custom-tools-plugin/commit/945ff495a9cd3893604cce445eddf8d6b214590d
  Author: Oleg Nenashev 
  Date:   2019-08-14 (Wed, 14 Aug 2019)

  Changed paths:
M README.md

  Log Message:
  ---
  Move the Tool Versioning section to GitHub


  Commit: ed0bb71be5c3f50e0b42b60704a4381da21f121c
  
https://github.com/jenkinsci/custom-tools-plugin/commit/ed0bb71be5c3f50e0b42b60704a4381da21f121c
  Author: Oleg Nenashev 
  Date:   2019-08-14 (Wed, 14 Aug 2019)

  Changed paths:
M README.md

  Log Message:
  ---
  README: Add the changelog section


  Commit: 9181476637c308b652669ed41428a4393a475679
  
https://github.com/jenkinsci/custom-tools-plugin/commit/9181476637c308b652669ed41428a4393a475679
  Author: Oleg Nenashev 
  Date:   2019-08-14 (Wed, 14 Aug 2019)

  Changed paths:
M README.md

  Log Message:
  ---
  Add badges


  Commit: 3a33657e1adb6957ae66479368e2dc79b1a482b9
  
https://github.com/jenkinsci/custom-tools-plugin/commit/3a33657e1adb6957ae66479368e2dc79b1a482b9
  Author: Oleg Nenashev 
  Date:   2019-08-15 (Thu, 15 Aug 2019)

  Changed paths:
M README.md
A docs/images/.gitkeep
A docs/images/buildWrapper.png
A docs/images/configure_tool.png
A docs/images/installLog.png
A docs/images/versions_Configuration.png
A docs/images/versions_Parameter.png
A docs/images/versions_ParameterDefinition.png
A docs/images/versions_usageInInstaller.png

  Log Message:
  ---
  Merge pull request #39 from jenkinsci/documentation

Move Plugin Documentation from Wiki to GitHub + documentation updates


Compare: 
https://github.com/jenkinsci/custom-tools-plugin/compare/5590882854cf...3a33657e1adb

-- 
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/custom-tools-plugin/push/refs/heads/master/559088-3a3365%40github.com.


[jenkinsci/custom-tools-plugin] 918147: Add badges

2019-08-14 Thread Oleg Nenashev
  Branch: refs/heads/documentation
  Home:   https://github.com/jenkinsci/custom-tools-plugin
  Commit: 9181476637c308b652669ed41428a4393a475679
  
https://github.com/jenkinsci/custom-tools-plugin/commit/9181476637c308b652669ed41428a4393a475679
  Author: Oleg Nenashev 
  Date:   2019-08-14 (Wed, 14 Aug 2019)

  Changed paths:
M README.md

  Log Message:
  ---
  Add badges


-- 
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/custom-tools-plugin/push/refs/heads/documentation/ed0bb7-918147%40github.com.


[jenkinsci/custom-tools-plugin] ed0bb7: README: Add the changelog section

2019-08-14 Thread Oleg Nenashev
  Branch: refs/heads/documentation
  Home:   https://github.com/jenkinsci/custom-tools-plugin
  Commit: ed0bb71be5c3f50e0b42b60704a4381da21f121c
  
https://github.com/jenkinsci/custom-tools-plugin/commit/ed0bb71be5c3f50e0b42b60704a4381da21f121c
  Author: Oleg Nenashev 
  Date:   2019-08-14 (Wed, 14 Aug 2019)

  Changed paths:
M README.md

  Log Message:
  ---
  README: Add the changelog section


-- 
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/custom-tools-plugin/push/refs/heads/documentation/945ff4-ed0bb7%40github.com.


[jenkinsci/custom-tools-plugin] 945ff4: Move the Tool Versioning section to GitHub

2019-08-14 Thread Oleg Nenashev
  Branch: refs/heads/documentation
  Home:   https://github.com/jenkinsci/custom-tools-plugin
  Commit: 945ff495a9cd3893604cce445eddf8d6b214590d
  
https://github.com/jenkinsci/custom-tools-plugin/commit/945ff495a9cd3893604cce445eddf8d6b214590d
  Author: Oleg Nenashev 
  Date:   2019-08-14 (Wed, 14 Aug 2019)

  Changed paths:
M README.md

  Log Message:
  ---
  Move the Tool Versioning section to GitHub


-- 
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/custom-tools-plugin/push/refs/heads/documentation/f159bd-945ff4%40github.com.


[jenkinsci/custom-tools-plugin] f159bd: README: Add the Usage section

2019-08-14 Thread Oleg Nenashev
  Branch: refs/heads/documentation
  Home:   https://github.com/jenkinsci/custom-tools-plugin
  Commit: f159bd6261abcfdbd5c1c1d823194f4bdcd77575
  
https://github.com/jenkinsci/custom-tools-plugin/commit/f159bd6261abcfdbd5c1c1d823194f4bdcd77575
  Author: Oleg Nenashev 
  Date:   2019-08-14 (Wed, 14 Aug 2019)

  Changed paths:
M README.md

  Log Message:
  ---
  README: Add the Usage section


-- 
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/custom-tools-plugin/push/refs/heads/documentation/6ffd4d-f159bd%40github.com.


[jenkinsci/custom-tools-plugin] 6ffd4d: Add images from Jenkins Wiki

2019-08-14 Thread Oleg Nenashev
  Branch: refs/heads/documentation
  Home:   https://github.com/jenkinsci/custom-tools-plugin
  Commit: 6ffd4de574b016699f7992faf36656e410a11b82
  
https://github.com/jenkinsci/custom-tools-plugin/commit/6ffd4de574b016699f7992faf36656e410a11b82
  Author: Oleg Nenashev 
  Date:   2019-08-14 (Wed, 14 Aug 2019)

  Changed paths:
A docs/images/buildWrapper.png
A docs/images/configure_tool.png
A docs/images/installLog.png
A docs/images/versions_Configuration.png
A docs/images/versions_Parameter.png
A docs/images/versions_ParameterDefinition.png
A docs/images/versions_usageInInstaller.png

  Log Message:
  ---
  Add images from Jenkins Wiki


-- 
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/custom-tools-plugin/push/refs/heads/documentation/8746ed-6ffd4d%40github.com.


[jenkinsci/custom-tools-plugin] 8746ed: Create a directory for images

2019-08-14 Thread Oleg Nenashev
  Branch: refs/heads/documentation
  Home:   https://github.com/jenkinsci/custom-tools-plugin
  Commit: 8746ed4d7995c3ca43decabe75c391120050c554
  
https://github.com/jenkinsci/custom-tools-plugin/commit/8746ed4d7995c3ca43decabe75c391120050c554
  Author: Oleg Nenashev 
  Date:   2019-08-14 (Wed, 14 Aug 2019)

  Changed paths:
A docs/images/.gitkeep

  Log Message:
  ---
  Create a directory for images


-- 
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/custom-tools-plugin/push/refs/heads/documentation/559088-8746ed%40github.com.


[jenkinsci/custom-tools-plugin]

2019-08-14 Thread Oleg Nenashev
  Branch: refs/heads/documentation
  Home:   https://github.com/jenkinsci/custom-tools-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/custom-tools-plugin/push/refs/heads/documentation/00-559088%40github.com.


[jenkinsci/custom-tools-plugin]

2019-08-14 Thread Oleg Nenashev
  Branch: refs/heads/oleg-nenashev-patch-1
  Home:   https://github.com/jenkinsci/custom-tools-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/custom-tools-plugin/push/refs/heads/oleg-nenashev-patch-1/6c6834-00%40github.com.


[jenkinsci/custom-tools-plugin]

2019-08-14 Thread Oleg Nenashev
  Branch: refs/heads/release-drafter
  Home:   https://github.com/jenkinsci/custom-tools-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/custom-tools-plugin/push/refs/heads/release-drafter/4cce3f-00%40github.com.


[jenkinsci/custom-tools-plugin] 6c6834: Enable automatic dependency updates for the reposi...

2019-08-14 Thread Oleg Nenashev
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/custom-tools-plugin
  Commit: 6c6834550ad9491e53d012dc7761b39bc8bceed7
  
https://github.com/jenkinsci/custom-tools-plugin/commit/6c6834550ad9491e53d012dc7761b39bc8bceed7
  Author: Oleg Nenashev 
  Date:   2019-08-11 (Sun, 11 Aug 2019)

  Changed paths:
A .dependabot/config.yml

  Log Message:
  ---
  Enable automatic dependency updates for the repository


  Commit: 5590882854cf58d7bc9488231c0a0ef39eee0646
  
https://github.com/jenkinsci/custom-tools-plugin/commit/5590882854cf58d7bc9488231c0a0ef39eee0646
  Author: Oleg Nenashev 
  Date:   2019-08-14 (Wed, 14 Aug 2019)

  Changed paths:
A .dependabot/config.yml

  Log Message:
  ---
  Merge pull request #38 from jenkinsci/oleg-nenashev-patch-1

Enable automatic dependency updates for the repository


Compare: 
https://github.com/jenkinsci/custom-tools-plugin/compare/5b05e3b413b6...5590882854cf

-- 
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/custom-tools-plugin/push/refs/heads/master/5b05e3-559088%40github.com.


[jenkinsci/custom-tools-plugin] 4cce3f: Enable Release Drafter for the plugin

2019-08-14 Thread Oleg Nenashev
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/custom-tools-plugin
  Commit: 4cce3fad0116b7b2d245fd90561b0b2f7ecb1900
  
https://github.com/jenkinsci/custom-tools-plugin/commit/4cce3fad0116b7b2d245fd90561b0b2f7ecb1900
  Author: Oleg Nenashev 
  Date:   2019-08-11 (Sun, 11 Aug 2019)

  Changed paths:
A .github/release-drafter.yml

  Log Message:
  ---
  Enable Release Drafter for the plugin


  Commit: 5b05e3b413b6cb6a992c20923dbd515e907e6ec7
  
https://github.com/jenkinsci/custom-tools-plugin/commit/5b05e3b413b6cb6a992c20923dbd515e907e6ec7
  Author: Oleg Nenashev 
  Date:   2019-08-14 (Wed, 14 Aug 2019)

  Changed paths:
A .github/release-drafter.yml

  Log Message:
  ---
  Merge pull request #37 from jenkinsci/release-drafter

Enable Release Drafter for the plugin


Compare: 
https://github.com/jenkinsci/custom-tools-plugin/compare/a08cf4f3efef...5b05e3b413b6

-- 
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/custom-tools-plugin/push/refs/heads/master/a08cf4-5b05e3%40github.com.


[jenkinsci/custom-tools-plugin] 6c6834: Enable automatic dependency updates for the reposi...

2019-08-11 Thread Oleg Nenashev
  Branch: refs/heads/oleg-nenashev-patch-1
  Home:   https://github.com/jenkinsci/custom-tools-plugin
  Commit: 6c6834550ad9491e53d012dc7761b39bc8bceed7
  
https://github.com/jenkinsci/custom-tools-plugin/commit/6c6834550ad9491e53d012dc7761b39bc8bceed7
  Author: Oleg Nenashev 
  Date:   2019-08-11 (Sun, 11 Aug 2019)

  Changed paths:
A .dependabot/config.yml

  Log Message:
  ---
  Enable automatic dependency updates for the repository


-- 
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/custom-tools-plugin/push/refs/heads/oleg-nenashev-patch-1/00-6c6834%40github.com.


[jenkinsci/custom-tools-plugin] 4cce3f: Enable Release Drafter for the plugin

2019-08-11 Thread Oleg Nenashev
  Branch: refs/heads/release-drafter
  Home:   https://github.com/jenkinsci/custom-tools-plugin
  Commit: 4cce3fad0116b7b2d245fd90561b0b2f7ecb1900
  
https://github.com/jenkinsci/custom-tools-plugin/commit/4cce3fad0116b7b2d245fd90561b0b2f7ecb1900
  Author: Oleg Nenashev 
  Date:   2019-08-11 (Sun, 11 Aug 2019)

  Changed paths:
A .github/release-drafter.yml

  Log Message:
  ---
  Enable Release Drafter for the 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/custom-tools-plugin/push/refs/heads/release-drafter/00-4cce3f%40github.com.


[jenkinsci/custom-tools-plugin] bf22e9: Update parent pom & upgrade to Java 8

2019-08-10 Thread Oleg Nenashev
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/custom-tools-plugin

  Commit: bf22e96bc44427525799764a3eb83eaf2e40c2a0

  
https://github.com/jenkinsci/custom-tools-plugin/commit/bf22e96bc44427525799764a3eb83eaf2e40c2a0

  Author: René Scheibe 

  Date:   2019-08-10 (Sat, 10 Aug 2019)



  Changed paths:

M pom.xml

M 
src/main/java/com/cloudbees/jenkins/plugins/customtools/CustomToolInstallWrapper.java

M 
src/main/java/com/synopsys/arc/jenkinsci/plugins/customtools/versions/ToolVersionHelper.java

M 
src/main/java/com/synopsys/arc/jenkinsci/plugins/customtools/versions/ToolVersionParameterDefinition.java



  Log Message:

  ---

  Update parent pom & upgrade to Java 8



Fix potential NPE problems found by SpotBugs,

otherwise the build would fail.





  Commit: a08cf4f3efef8b8abd24fc02ae048f76f6cbcb6a

  
https://github.com/jenkinsci/custom-tools-plugin/commit/a08cf4f3efef8b8abd24fc02ae048f76f6cbcb6a

  Author: Oleg Nenashev 

  Date:   2019-08-10 (Sat, 10 Aug 2019)



  Changed paths:

M pom.xml

M 
src/main/java/com/cloudbees/jenkins/plugins/customtools/CustomToolInstallWrapper.java

M 
src/main/java/com/synopsys/arc/jenkinsci/plugins/customtools/versions/ToolVersionHelper.java

M 
src/main/java/com/synopsys/arc/jenkinsci/plugins/customtools/versions/ToolVersionParameterDefinition.java



  Log Message:

  ---

  Merge pull request #36 from darxriggs/java8-upgrade



Upgrade to Jenkins 2.60.3 and Java 8





Compare: 
https://github.com/jenkinsci/custom-tools-plugin/compare/14d343c97b81...a08cf4f3efef

-- 
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/custom-tools-plugin/push/refs/heads/master/14d343-a08cf4%40github.com.


[jenkinsci/custom-tools-plugin] 626d24: Remove obsolete JenkinsHelper class

2019-08-10 Thread Oleg Nenashev
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/custom-tools-plugin

  Commit: 626d240b35f949334ef1a0b2fc1ac4ef2ecf2b03

  
https://github.com/jenkinsci/custom-tools-plugin/commit/626d240b35f949334ef1a0b2fc1ac4ef2ecf2b03

  Author: René Scheibe 

  Date:   2019-02-18 (Mon, 18 Feb 2019)



  Changed paths:

M 
src/main/java/com/cloudbees/jenkins/plugins/customtools/CustomToolInstallWrapper.java

M 
src/main/java/com/synopsys/arc/jenkinsci/plugins/customtools/LabelSpecifics.java

R src/main/java/jenkins/plugins/customtools/util/JenkinsHelper.java

M 
src/main/java/jenkins/plugins/customtools/util/envvars/VariablesSubstitutionHelper.java

M 
src/test/java/com/cloudbees/jenkins/plugins/customtools/CustomToolInstallerTest.java



  Log Message:

  ---

  Remove obsolete JenkinsHelper class





  Commit: 4d6769e7b682548d319a22a9ae57c1c536539927

  
https://github.com/jenkinsci/custom-tools-plugin/commit/4d6769e7b682548d319a22a9ae57c1c536539927

  Author: René Scheibe 

  Date:   2019-02-18 (Mon, 18 Feb 2019)



  Changed paths:

M 
src/main/java/com/cloudbees/jenkins/plugins/customtools/CustomToolInstallWrapper.java

R 
src/main/java/com/cloudbees/jenkins/plugins/customtools/DecoratedLauncher.java



  Log Message:

  ---

  Remove obsolete DecoratedLauncher class





  Commit: 14d343c97b81a6446bb107547c946a9836b63164

  
https://github.com/jenkinsci/custom-tools-plugin/commit/14d343c97b81a6446bb107547c946a9836b63164

  Author: Oleg Nenashev 

  Date:   2019-08-10 (Sat, 10 Aug 2019)



  Changed paths:

M 
src/main/java/com/cloudbees/jenkins/plugins/customtools/CustomToolInstallWrapper.java

R 
src/main/java/com/cloudbees/jenkins/plugins/customtools/DecoratedLauncher.java

M 
src/main/java/com/synopsys/arc/jenkinsci/plugins/customtools/LabelSpecifics.java

R src/main/java/jenkins/plugins/customtools/util/JenkinsHelper.java

M 
src/main/java/jenkins/plugins/customtools/util/envvars/VariablesSubstitutionHelper.java

M 
src/test/java/com/cloudbees/jenkins/plugins/customtools/CustomToolInstallerTest.java



  Log Message:

  ---

  Merge pull request #34 from darxriggs/improvements



Remove obsolete classes





Compare: 
https://github.com/jenkinsci/custom-tools-plugin/compare/bf2090a89b96...14d343c97b81

-- 
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/custom-tools-plugin/push/refs/heads/master/bf2090-14d343%40github.com.


[jenkinsci/custom-tools-plugin]

2018-10-30 Thread GitHub
  Branch: refs/tags/custom-tools-plugin-0.6
  Home:   https://github.com/jenkinsci/custom-tools-plugin

  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
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/custom-tools-plugin] 902bda: [maven-release-plugin] prepare release custom-tool...

2018-10-30 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/custom-tools-plugin
  Commit: 902bda458f0444e2886fe91d1c235845c8971d76
  
https://github.com/jenkinsci/custom-tools-plugin/commit/902bda458f0444e2886fe91d1c235845c8971d76
  Author: Oleg Nenashev 
  Date:   2018-10-30 (Tue, 30 Oct 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release custom-tools-plugin-0.6



  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
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/custom-tools-plugin] bf2090: [maven-release-plugin] prepare for next developmen...

2018-10-30 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/custom-tools-plugin
  Commit: bf2090a89b96c357c49db25e9e5a105c0a8ad24a
  
https://github.com/jenkinsci/custom-tools-plugin/commit/bf2090a89b96c357c49db25e9e5a105c0a8ad24a
  Author: Oleg Nenashev 
  Date:   2018-10-30 (Tue, 30 Oct 2018)

  Changed paths:
M pom.xml

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



  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
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/custom-tools-plugin] f934c3: fix configuration-as-code support

2018-10-28 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/custom-tools-plugin
  Commit: f934c367af63653ef2971269e04656a7631eb5f7
  
https://github.com/jenkinsci/custom-tools-plugin/commit/f934c367af63653ef2971269e04656a7631eb5f7
  Author: Nicolas De Loof 
  Date:   2018-08-10 (Fri, 10 Aug 2018)

  Changed paths:
M src/main/java/com/cloudbees/jenkins/plugins/customtools/CustomTool.java

  Log Message:
  ---
  fix configuration-as-code support

Signed-off-by: Nicolas De Loof 


  Commit: ae93f515e8d16db52b4d1c802f41c3d13398cd3c
  
https://github.com/jenkinsci/custom-tools-plugin/commit/ae93f515e8d16db52b4d1c802f41c3d13398cd3c
  Author: Oleg Nenashev 
  Date:   2018-10-28 (Sun, 28 Oct 2018)

  Changed paths:
M .gitignore
M pom.xml
M src/main/java/com/cloudbees/jenkins/plugins/customtools/CustomTool.java
M 
src/main/java/com/cloudbees/jenkins/plugins/customtools/CustomToolInstallWrapper.java
M 
src/main/java/com/synopsys/arc/jenkinsci/plugins/customtools/EnvStringParseHelper.java
M 
src/main/java/com/synopsys/arc/jenkinsci/plugins/customtools/EnvVariablesInjector.java
M 
src/main/java/jenkins/plugins/customtools/util/envvars/VariablesSubstitutionHelper.java
M 
src/test/java/com/cloudbees/jenkins/plugins/customtools/CustomToolInstallWrapperTest.java
M 
src/test/java/com/cloudbees/jenkins/plugins/customtools/CustomToolInstallerTest.java
M 
src/test/java/com/synopsys/arc/jenkins/plugins/customtools/util/CommandCallerInstaller.java

  Log Message:
  ---
  Merge branch 'master' into master


  Commit: b99483b4607fb0167ff0193efafb5991f967ad2a
  
https://github.com/jenkinsci/custom-tools-plugin/commit/b99483b4607fb0167ff0193efafb5991f967ad2a
  Author: Oleg Nenashev 
  Date:   2018-10-28 (Sun, 28 Oct 2018)

  Log Message:
  ---
  Merge pull request #31 from ndeloof/master

[JENKINS-54154] - Fix configuration-as-code support


Compare: 
https://github.com/jenkinsci/custom-tools-plugin/compare/e109b15df63c...b99483b4607f
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
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/custom-tools-plugin] d91d85: Remove outdated comment

2018-10-28 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/custom-tools-plugin
  Commit: d91d85043b8a2da84f6cdff256045ab69a83f2bc
  
https://github.com/jenkinsci/custom-tools-plugin/commit/d91d85043b8a2da84f6cdff256045ab69a83f2bc
  Author: René Scheibe 
  Date:   2018-10-28 (Sun, 28 Oct 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Remove outdated comment


  Commit: 052136b348efd70b37a685782131c673970c39be
  
https://github.com/jenkinsci/custom-tools-plugin/commit/052136b348efd70b37a685782131c673970c39be
  Author: René Scheibe 
  Date:   2018-10-28 (Sun, 28 Oct 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Use HTTPS for Jenkins repository


  Commit: 5729017a7435b89911ca9ae23d1931105792ea4c
  
https://github.com/jenkinsci/custom-tools-plugin/commit/5729017a7435b89911ca9ae23d1931105792ea4c
  Author: René Scheibe 
  Date:   2018-10-28 (Sun, 28 Oct 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Upgrade parent pom


  Commit: b14b771a3b399bd1f14fe888f72fe8e1e7587763
  
https://github.com/jenkinsci/custom-tools-plugin/commit/b14b771a3b399bd1f14fe888f72fe8e1e7587763
  Author: René Scheibe 
  Date:   2018-10-28 (Sun, 28 Oct 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Consistent pom.xml format

Automatic formatting via `mvn tidy:pom`.


  Commit: b1b8e62c0c1c59ef45c9dd6fc7d95b3c76485ced
  
https://github.com/jenkinsci/custom-tools-plugin/commit/b1b8e62c0c1c59ef45c9dd6fc7d95b3c76485ced
  Author: René Scheibe 
  Date:   2018-10-28 (Sun, 28 Oct 2018)

  Changed paths:
M .gitignore

  Log Message:
  ---
  Ignore IntelliJ IDEA files


  Commit: 64e8e77b04c72c75d8adf0d1ee027dfc0099
  
https://github.com/jenkinsci/custom-tools-plugin/commit/64e8e77b04c72c75d8adf0d1ee027dfc0099
  Author: René Scheibe 
  Date:   2018-10-28 (Sun, 28 Oct 2018)

  Changed paths:
M 
src/main/java/com/cloudbees/jenkins/plugins/customtools/CustomToolInstallWrapper.java
M 
src/main/java/com/synopsys/arc/jenkinsci/plugins/customtools/EnvStringParseHelper.java
M 
src/main/java/jenkins/plugins/customtools/util/envvars/VariablesSubstitutionHelper.java
M 
src/test/java/com/cloudbees/jenkins/plugins/customtools/CustomToolInstallerTest.java

  Log Message:
  ---
  Remove unused imports


  Commit: 9ef2db645f8fe0424e1571b8be6f89499fb7e71a
  
https://github.com/jenkinsci/custom-tools-plugin/commit/9ef2db645f8fe0424e1571b8be6f89499fb7e71a
  Author: René Scheibe 
  Date:   2018-10-28 (Sun, 28 Oct 2018)

  Changed paths:
M 
src/main/java/com/cloudbees/jenkins/plugins/customtools/CustomToolInstallWrapper.java
M 
src/main/java/com/synopsys/arc/jenkinsci/plugins/customtools/EnvVariablesInjector.java
M 
src/test/java/com/cloudbees/jenkins/plugins/customtools/CustomToolInstallerTest.java

  Log Message:
  ---
  Reduce deprecated API usage


  Commit: f1b5219eb47d2d6064755e6792c2e00092e8b2ca
  
https://github.com/jenkinsci/custom-tools-plugin/commit/f1b5219eb47d2d6064755e6792c2e00092e8b2ca
  Author: René Scheibe 
  Date:   2018-10-28 (Sun, 28 Oct 2018)

  Changed paths:
M src/main/java/com/cloudbees/jenkins/plugins/customtools/CustomTool.java
M 
src/main/java/com/synopsys/arc/jenkinsci/plugins/customtools/EnvStringParseHelper.java
M 
src/test/java/com/cloudbees/jenkins/plugins/customtools/CustomToolInstallerTest.java

  Log Message:
  ---
  Remove unnecessary semicolons


  Commit: e2a47c840184ca753eb24983d9625645a822996b
  
https://github.com/jenkinsci/custom-tools-plugin/commit/e2a47c840184ca753eb24983d9625645a822996b
  Author: René Scheibe 
  Date:   2018-10-28 (Sun, 28 Oct 2018)

  Changed paths:
M src/main/java/com/cloudbees/jenkins/plugins/customtools/CustomTool.java

  Log Message:
  ---
  Fix unchecked assignment of untyped List


  Commit: dff58d7f51d451a507e9b5d673e70fee78d94923
  
https://github.com/jenkinsci/custom-tools-plugin/commit/dff58d7f51d451a507e9b5d673e70fee78d94923
  Author: René Scheibe 
  Date:   2018-10-28 (Sun, 28 Oct 2018)

  Changed paths:
M 
src/main/java/jenkins/plugins/customtools/util/envvars/VariablesSubstitutionHelper.java
M 
src/test/java/com/cloudbees/jenkins/plugins/customtools/CustomToolInstallWrapperTest.java
M 
src/test/java/com/cloudbees/jenkins/plugins/customtools/CustomToolInstallerTest.java

  Log Message:
  ---
  Inline redundant variables


  Commit: 07c4b88cabcb2083583b7ae183ef92b4c08e08af
  
https://github.com/jenkinsci/custom-tools-plugin/commit/07c4b88cabcb2083583b7ae183ef92b4c08e08af
  Author: René Scheibe 
  Date:   2018-10-28 (Sun, 28 Oct 2018)

  Changed paths:
M 
src/main/java/jenkins/plugins/customtools/util/envvars/VariablesSubstitutionHelper.java

  Log Message:
  ---
  Simplify conditional expression


  Commit: 6655dd8960a9022488a00264e367d8da070ccf45
  
https://github.com/jenkinsci/custom-tools-plugin/commit

[jenkinsci/custom-tools-plugin] 0ca1bc: Disable tests on Windows for now

2018-01-10 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/custom-tools-plugin
  Commit: 0ca1bcb5fb552825b2a88ced240e74de2240080a
  
https://github.com/jenkinsci/custom-tools-plugin/commit/0ca1bcb5fb552825b2a88ced240e74de2240080a
  Author: Oleg Nenashev <o.v.nenas...@gmail.com>
  Date:   2018-01-10 (Wed, 10 Jan 2018)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Disable tests on Windows for now

Some tests are platform-specific. Will fix it in a better way later


-- 
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/custom-tools-plugin] 6a0f26: Fixing

2018-01-10 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/custom-tools-plugin
  Commit: 6a0f26bb97d26521831ee7598c8d9068d032ca55
  
https://github.com/jenkinsci/custom-tools-plugin/commit/6a0f26bb97d26521831ee7598c8d9068d032ca55
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2018-01-08 (Mon, 08 Jan 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Fixing 


  Commit: 38242674c4d5ced5eb7214f2649ba18c9737ce8d
  
https://github.com/jenkinsci/custom-tools-plugin/commit/38242674c4d5ced5eb7214f2649ba18c9737ce8d
  Author: Oleg Nenashev <o.v.nenas...@gmail.com>
  Date:   2018-01-10 (Wed, 10 Jan 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #30 from jglick/patch-1

Fixing 


Compare: 
https://github.com/jenkinsci/custom-tools-plugin/compare/aca31e09b9b2...38242674c4d5

-- 
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/custom-tools-plugin] aca31e: Update README.md

2018-01-08 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/custom-tools-plugin
  Commit: aca31e09b9b290dec27a71ff04abce86bd869537
  
https://github.com/jenkinsci/custom-tools-plugin/commit/aca31e09b9b290dec27a71ff04abce86bd869537
  Author: Oleg Nenashev <o.v.nenas...@gmail.com>
  Date:   2018-01-08 (Mon, 08 Jan 2018)

  Changed paths:
M README.md

  Log Message:
  ---
  Update README.md


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