[jenkinsci/build-with-parameters-plugin]

2023-08-20 Thread 'Ivan Sugonyak' via Jenkins Commits
  Branch: refs/tags/next
  Home:   https://github.com/jenkinsci/build-with-parameters-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/build-with-parameters-plugin/push/refs/tags/next/00-05ea1a%40github.com.


[jenkinsci/build-with-parameters-plugin] 05ea1a: chore: Parallelize Tests (#26)

2023-08-20 Thread 'Rahul Somasunderam' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/build-with-parameters-plugin
  Commit: 05ea1a00a1a04afc9ad88c7c8f318b3143d87aeb
  
https://github.com/jenkinsci/build-with-parameters-plugin/commit/05ea1a00a1a04afc9ad88c7c8f318b3143d87aeb
  Author: Rahul Somasunderam 
  Date:   2023-08-20 (Sun, 20 Aug 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  chore: Parallelize Tests (#26)

This will use all available cores to run tests, and parallelize by all - 
suite/class/method.
On machines with multiple cores, this will vastly improve test performance.
These times are on my M1 MBP with 10 (8P + 2E) cores. They were reported by 
maven on running `mvn verify`.

I first ran `mvn verify` and ignored the time.
Then I ran it thrice without this change, and thrice with this change.

All times in seconds.

|| Run 1 | Run 2 | Run 3 | Average |
| -- | : | : | : | --: |
| Before |21 |23 |22 |  22 |
| After  |15 |16 |18 |  16 |
| Savings|   |   |   |   6 |
| %  |   |   |   |  27 |

Co-authored-by: Name From Git-Plugin-Test 



-- 
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/build-with-parameters-plugin/push/refs/heads/master/f087df-05ea1a%40github.com.


[jenkinsci/build-with-parameters-plugin] f087df: Upgrade HtmlUnit from 2.x to 3.x (#25)

2023-08-20 Thread 'timja-bot' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/build-with-parameters-plugin
  Commit: f087df17175984cbbb02a0ad9e7b0090c81fbdb8
  
https://github.com/jenkinsci/build-with-parameters-plugin/commit/f087df17175984cbbb02a0ad9e7b0090c81fbdb8
  Author: timja-bot <108958225+timja-...@users.noreply.github.com>
  Date:   2023-08-20 (Sun, 20 Aug 2023)

  Changed paths:
M Jenkinsfile
M pom.xml
M 
src/test/java/org/jenkinsci/plugins/buildwithparameters/BuildWithParametersActionTest.java

  Log Message:
  ---
  Upgrade HtmlUnit from 2.x to 3.x (#25)

* Upgrade HtmlUnit from 2.x to 3.x

Co-authored-by: Tim Jacomb 


-- 
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/build-with-parameters-plugin/push/refs/heads/master/9382db-f087df%40github.com.


[jenkinsci/build-with-parameters-plugin]

2022-12-01 Thread 'github-actions[bot]' via Jenkins Commits
  Branch: refs/tags/76.v9382db_f78962
  Home:   https://github.com/jenkinsci/build-with-parameters-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/build-with-parameters-plugin/push/refs/tags/76.v9382db_f78962/00-9382db%40github.com.


[jenkinsci/build-with-parameters-plugin] 9382db: Fix order of evaluation (#23)

2022-12-01 Thread 'offa' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/build-with-parameters-plugin
  Commit: 9382dbf7896259d8c877439be44b756ed7006e57
  
https://github.com/jenkinsci/build-with-parameters-plugin/commit/9382dbf7896259d8c877439be44b756ed7006e57
  Author: offa 
  Date:   2022-12-01 (Thu, 01 Dec 2022)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/buildwithparameters/BuildParameter.java

  Log Message:
  ---
  Fix order of evaluation (#23)


-- 
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/build-with-parameters-plugin/push/refs/heads/master/feef4c-9382db%40github.com.


[jenkinsci/build-with-parameters-plugin] cefc6c: Code modernization (#24)

2022-12-01 Thread 'offa' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/build-with-parameters-plugin
  Commit: cefc6c2fbb2882d48a4d123476441d3cb5fdca8e
  
https://github.com/jenkinsci/build-with-parameters-plugin/commit/cefc6c2fbb2882d48a4d123476441d3cb5fdca8e
  Author: offa 
  Date:   2022-12-01 (Thu, 01 Dec 2022)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/buildwithparameters/BuildParameterType.java
M 
src/main/java/org/jenkinsci/plugins/buildwithparameters/BuildWithParametersAction.java
M 
src/test/java/org/jenkinsci/plugins/buildwithparameters/BuildWithParametersActionTest.java

  Log Message:
  ---
  Code modernization (#24)


-- 
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/build-with-parameters-plugin/push/refs/heads/master/3ed13c-cefc6c%40github.com.


[jenkinsci/build-with-parameters-plugin] feef4c: Update LTS version and POM (#22)

2022-12-01 Thread 'offa' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/build-with-parameters-plugin
  Commit: feef4c6d047b5ee330db5a897cc10e83324e35a7
  
https://github.com/jenkinsci/build-with-parameters-plugin/commit/feef4c6d047b5ee330db5a897cc10e83324e35a7
  Author: offa 
  Date:   2022-12-01 (Thu, 01 Dec 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update LTS version and POM (#22)


-- 
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/build-with-parameters-plugin/push/refs/heads/master/cefc6c-feef4c%40github.com.


[jenkinsci/build-with-parameters-plugin]

2022-11-27 Thread 'github-actions[bot]' via Jenkins Commits
  Branch: refs/tags/73.v3ed13cb_d6cca
  Home:   https://github.com/jenkinsci/build-with-parameters-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/build-with-parameters-plugin/push/refs/tags/73.v3ed13cb_d6cca/00-3ed13c%40github.com.


[jenkinsci/build-with-parameters-plugin] 3ed13c: Replace JSR 305 (#20)

2022-11-27 Thread 'offa' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/build-with-parameters-plugin
  Commit: 3ed13cbd6cca9fee061bd8994f94354e51b073e7
  
https://github.com/jenkinsci/build-with-parameters-plugin/commit/3ed13cbd6cca9fee061bd8994f94354e51b073e7
  Author: offa 
  Date:   2022-11-28 (Mon, 28 Nov 2022)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/buildwithparameters/ParamBuilderActionFactory.java

  Log Message:
  ---
  Replace JSR 305 (#20)


-- 
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/build-with-parameters-plugin/push/refs/heads/master/bceec3-3ed13c%40github.com.


[jenkinsci/build-with-parameters-plugin]

2022-11-27 Thread 'Ivan Sugonyak' via Jenkins Commits
  Branch: refs/heads/incrementals
  Home:   https://github.com/jenkinsci/build-with-parameters-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/build-with-parameters-plugin/push/refs/heads/incrementals/ddc9e7-00%40github.com.


[jenkinsci/build-with-parameters-plugin] bceec3: Enable CD and incremental versioning

2022-11-27 Thread 'Ivan Sugonyak' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/build-with-parameters-plugin
  Commit: bceec3ac4146f6e7a6765a45a91c4ac0b2c439d2
  
https://github.com/jenkinsci/build-with-parameters-plugin/commit/bceec3ac4146f6e7a6765a45a91c4ac0b2c439d2
  Author: Ivan Sugonyak 
  Date:   2022-11-28 (Mon, 28 Nov 2022)

  Changed paths:
A .github/dependabot.yml
A .github/workflows/cd.yaml
A .mvn/extensions.xml
A .mvn/maven.config
M pom.xml

  Log Message:
  ---
  Enable CD and incremental versioning


-- 
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/build-with-parameters-plugin/push/refs/heads/master/6b18cd-bceec3%40github.com.


[jenkinsci/build-with-parameters-plugin] ddc9e7: Prepare for incrementals

2022-11-27 Thread 'Ivan Sugonyak' via Jenkins Commits
  Branch: refs/heads/incrementals
  Home:   https://github.com/jenkinsci/build-with-parameters-plugin
  Commit: ddc9e789154482d29e6d9a9ec57a1bccdb92ac72
  
https://github.com/jenkinsci/build-with-parameters-plugin/commit/ddc9e789154482d29e6d9a9ec57a1bccdb92ac72
  Author: Ivan Sugonyak 
  Date:   2022-11-28 (Mon, 28 Nov 2022)

  Changed paths:
A .github/dependabot.yml
A .github/workflows/cd.yaml
A .mvn/extensions.xml
A .mvn/maven.config
M pom.xml

  Log Message:
  ---
  Prepare for incrementals


-- 
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/build-with-parameters-plugin/push/refs/heads/incrementals/fd5249-ddc9e7%40github.com.


[jenkinsci/build-with-parameters-plugin] fd5249: Prepare for incrementals

2022-11-27 Thread 'Ivan Sugonyak' via Jenkins Commits
  Branch: refs/heads/incrementals
  Home:   https://github.com/jenkinsci/build-with-parameters-plugin
  Commit: fd5249458493e19d5201eb5899f8665b9953e327
  
https://github.com/jenkinsci/build-with-parameters-plugin/commit/fd5249458493e19d5201eb5899f8665b9953e327
  Author: Ivan Sugonyak 
  Date:   2022-11-28 (Mon, 28 Nov 2022)

  Changed paths:
A .github/dependabot.yml
A .github/workflows/cd.yaml
A .mvn/extensions.xml
A .mvn/maven.config
M pom.xml

  Log Message:
  ---
  Prepare for incrementals


-- 
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/build-with-parameters-plugin/push/refs/heads/incrementals/6b18cd-fd5249%40github.com.


[jenkinsci/build-with-parameters-plugin]

2022-11-27 Thread 'Ivan Sugonyak' via Jenkins Commits
  Branch: refs/heads/incrementals
  Home:   https://github.com/jenkinsci/build-with-parameters-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/build-with-parameters-plugin/push/refs/heads/incrementals/00-6b18cd%40github.com.


[jenkinsci/build-with-parameters-plugin] 6b18cd: [maven-release-plugin] prepare for next developmen...

2022-03-04 Thread 'Ivan Sugonyak' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/build-with-parameters-plugin
  Commit: 6b18cdc61c4c89d51cea8e6510cdbee629970b68
  
https://github.com/jenkinsci/build-with-parameters-plugin/commit/6b18cdc61c4c89d51cea8e6510cdbee629970b68
  Author: Ivan Sugonyak 
  Date:   2022-03-05 (Sat, 05 Mar 2022)

  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/build-with-parameters-plugin/push/refs/heads/master/74e2d6-6b18cd%40github.com.


[jenkinsci/build-with-parameters-plugin]

2022-03-04 Thread 'Ivan Sugonyak' via Jenkins Commits
  Branch: refs/tags/build-with-parameters-1.7
  Home:   https://github.com/jenkinsci/build-with-parameters-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/build-with-parameters-plugin/push/refs/tags/build-with-parameters-1.7/00-5d8be6%40github.com.


[jenkinsci/build-with-parameters-plugin] 2224c9: Prepare for release

2022-03-04 Thread 'Ivan Sugonyak' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/build-with-parameters-plugin
  Commit: 2224c977f972f338a14d70f69f6d61a911978a0a
  
https://github.com/jenkinsci/build-with-parameters-plugin/commit/2224c977f972f338a14d70f69f6d61a911978a0a
  Author: Ivan Sugonyak 
  Date:   2022-03-05 (Sat, 05 Mar 2022)

  Changed paths:
R .mvn/extensions.xml
R .mvn/maven.config
M README.md
M pom.xml
M 
src/main/java/org/jenkinsci/plugins/buildwithparameters/BuildParameter.java

  Log Message:
  ---
  Prepare for release


  Commit: 74e2d6b60c10bde275a35426027d7637e707b390
  
https://github.com/jenkinsci/build-with-parameters-plugin/commit/74e2d6b60c10bde275a35426027d7637e707b390
  Author: Ivan Sugonyak 
  Date:   2022-03-05 (Sat, 05 Mar 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release build-with-parameters-1.7


Compare: 
https://github.com/jenkinsci/build-with-parameters-plugin/compare/ed068172caa5...74e2d6b60c10

-- 
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/build-with-parameters-plugin/push/refs/heads/master/ed0681-74e2d6%40github.com.


[jenkinsci/build-with-parameters-plugin]

2022-03-04 Thread 'Ivan Sugonyak' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/build-with-parameters-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/build-with-parameters-plugin/push/refs/heads/master/9e8a93-ed0681%40github.com.


[jenkinsci/build-with-parameters-plugin]

2022-03-04 Thread 'Ivan Sugonyak' via Jenkins Commits
  Branch: refs/tags/build-with-parameters-1.7
  Home:   https://github.com/jenkinsci/build-with-parameters-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/build-with-parameters-plugin/push/refs/tags/build-with-parameters-1.7/cfe3d7-00%40github.com.


[jenkinsci/build-with-parameters-plugin] 9e8a93: [maven-release-plugin] prepare for next developmen...

2022-03-04 Thread 'Ivan Sugonyak' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/build-with-parameters-plugin
  Commit: 9e8a93c42bb03182451a0ba00f943f0fa3197335
  
https://github.com/jenkinsci/build-with-parameters-plugin/commit/9e8a93c42bb03182451a0ba00f943f0fa3197335
  Author: Ivan Sugonyak 
  Date:   2022-03-05 (Sat, 05 Mar 2022)

  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/build-with-parameters-plugin/push/refs/heads/master/e0f798-9e8a93%40github.com.


[jenkinsci/build-with-parameters-plugin]

2022-03-04 Thread 'Ivan Sugonyak' via Jenkins Commits
  Branch: refs/tags/build-with-parameters-1.7
  Home:   https://github.com/jenkinsci/build-with-parameters-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/build-with-parameters-plugin/push/refs/tags/build-with-parameters-1.7/00-cfe3d7%40github.com.


[jenkinsci/build-with-parameters-plugin] 422fc0: Prepare for release

2022-03-04 Thread 'Ivan Sugonyak' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/build-with-parameters-plugin
  Commit: 422fc09187583b326ad007f463a57acef66e472a
  
https://github.com/jenkinsci/build-with-parameters-plugin/commit/422fc09187583b326ad007f463a57acef66e472a
  Author: Ivan Sugonyak 
  Date:   2022-03-05 (Sat, 05 Mar 2022)

  Changed paths:
M README.md
M pom.xml
M 
src/main/java/org/jenkinsci/plugins/buildwithparameters/BuildParameter.java

  Log Message:
  ---
  Prepare for release


  Commit: e0f7983ff2b34984e9d1c3c419ff6174ab5e5b70
  
https://github.com/jenkinsci/build-with-parameters-plugin/commit/e0f7983ff2b34984e9d1c3c419ff6174ab5e5b70
  Author: Ivan Sugonyak 
  Date:   2022-03-05 (Sat, 05 Mar 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release build-with-parameters-1.7


Compare: 
https://github.com/jenkinsci/build-with-parameters-plugin/compare/ed068172caa5...e0f7983ff2b3

-- 
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/build-with-parameters-plugin/push/refs/heads/master/ed0681-e0f798%40github.com.


[jenkinsci/build-with-parameters-plugin]

2022-03-04 Thread 'Ivan Sugonyak' via Jenkins Commits
  Branch: refs/tags/build-with-parameters-1.7
  Home:   https://github.com/jenkinsci/build-with-parameters-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/build-with-parameters-plugin/push/refs/tags/build-with-parameters-1.7/13ba10-00%40github.com.


[jenkinsci/build-with-parameters-plugin]

2022-03-04 Thread 'Ivan Sugonyak' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/build-with-parameters-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/build-with-parameters-plugin/push/refs/heads/master/9d8ef4-ed0681%40github.com.


[jenkinsci/build-with-parameters-plugin] 9d8ef4: [maven-release-plugin] prepare for next developmen...

2022-03-04 Thread 'Ivan Sugonyak' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/build-with-parameters-plugin
  Commit: 9d8ef41727aa9295ec25a6e040914868016e017b
  
https://github.com/jenkinsci/build-with-parameters-plugin/commit/9d8ef41727aa9295ec25a6e040914868016e017b
  Author: Ivan Sugonyak 
  Date:   2022-03-05 (Sat, 05 Mar 2022)

  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/build-with-parameters-plugin/push/refs/heads/master/38dd13-9d8ef4%40github.com.


[jenkinsci/build-with-parameters-plugin]

2022-03-04 Thread 'Ivan Sugonyak' via Jenkins Commits
  Branch: refs/tags/build-with-parameters-1.7
  Home:   https://github.com/jenkinsci/build-with-parameters-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/build-with-parameters-plugin/push/refs/tags/build-with-parameters-1.7/00-13ba10%40github.com.


[jenkinsci/build-with-parameters-plugin]

2022-03-04 Thread 'Ivan Sugonyak' via Jenkins Commits
  Branch: refs/tags/build-with-parameters-1.7
  Home:   https://github.com/jenkinsci/build-with-parameters-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/build-with-parameters-plugin/push/refs/tags/build-with-parameters-1.7/a101de-00%40github.com.


[jenkinsci/build-with-parameters-plugin]

2022-03-04 Thread 'Ivan Sugonyak' via Jenkins Commits
  Branch: refs/tags/build-with-parameters-1.8
  Home:   https://github.com/jenkinsci/build-with-parameters-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/build-with-parameters-plugin/push/refs/tags/build-with-parameters-1.8/fa0733-00%40github.com.


[jenkinsci/build-with-parameters-plugin] ab6a60: Prepare for release

2022-03-04 Thread 'Ivan Sugonyak' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/build-with-parameters-plugin
  Commit: ab6a60c95aa11769a2c27bb3816a5aea19589895
  
https://github.com/jenkinsci/build-with-parameters-plugin/commit/ab6a60c95aa11769a2c27bb3816a5aea19589895
  Author: Ivan Sugonyak 
  Date:   2022-03-05 (Sat, 05 Mar 2022)

  Changed paths:
M README.md
M pom.xml
M 
src/main/java/org/jenkinsci/plugins/buildwithparameters/BuildParameter.java

  Log Message:
  ---
  Prepare for release


  Commit: 38dd135cfaaac74844899f27e70cd0862d408dcc
  
https://github.com/jenkinsci/build-with-parameters-plugin/commit/38dd135cfaaac74844899f27e70cd0862d408dcc
  Author: Ivan Sugonyak 
  Date:   2022-03-05 (Sat, 05 Mar 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release build-with-parameters-1.7


Compare: 
https://github.com/jenkinsci/build-with-parameters-plugin/compare/ed068172caa5...38dd135cfaaa

-- 
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/build-with-parameters-plugin/push/refs/heads/master/ed0681-38dd13%40github.com.


[jenkinsci/build-with-parameters-plugin]

2022-03-04 Thread 'Ivan Sugonyak' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/build-with-parameters-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/build-with-parameters-plugin/push/refs/heads/master/e86998-ed0681%40github.com.


[jenkinsci/build-with-parameters-plugin] e86998: [maven-release-plugin] prepare for next developmen...

2022-03-04 Thread 'Ivan Sugonyak' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/build-with-parameters-plugin
  Commit: e869980523188320b18a145709d16017091b3526
  
https://github.com/jenkinsci/build-with-parameters-plugin/commit/e869980523188320b18a145709d16017091b3526
  Author: Ivan Sugonyak 
  Date:   2022-03-05 (Sat, 05 Mar 2022)

  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/build-with-parameters-plugin/push/refs/heads/master/ac90a8-e86998%40github.com.


[jenkinsci/build-with-parameters-plugin]

2022-03-04 Thread 'Ivan Sugonyak' via Jenkins Commits
  Branch: refs/tags/build-with-parameters-1.8
  Home:   https://github.com/jenkinsci/build-with-parameters-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/build-with-parameters-plugin/push/refs/tags/build-with-parameters-1.8/00-fa0733%40github.com.


[jenkinsci/build-with-parameters-plugin] ac90a8: [maven-release-plugin] prepare release build-with-...

2022-03-04 Thread 'Ivan Sugonyak' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/build-with-parameters-plugin
  Commit: ac90a85df8f3d46ac6e98b797bb03ce952ebd53c
  
https://github.com/jenkinsci/build-with-parameters-plugin/commit/ac90a85df8f3d46ac6e98b797bb03ce952ebd53c
  Author: Ivan Sugonyak 
  Date:   2022-03-05 (Sat, 05 Mar 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release build-with-parameters-1.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/build-with-parameters-plugin/push/refs/heads/master/ed0681-ac90a8%40github.com.


[jenkinsci/build-with-parameters-plugin]

2022-03-04 Thread 'Ivan Sugonyak' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/build-with-parameters-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/build-with-parameters-plugin/push/refs/heads/master/219977-ed0681%40github.com.


[jenkinsci/build-with-parameters-plugin] 219977: [maven-release-plugin] prepare for next developmen...

2022-03-04 Thread 'Ivan Sugonyak' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/build-with-parameters-plugin
  Commit: 21997747875163757cf533d71245485bb8f18f09
  
https://github.com/jenkinsci/build-with-parameters-plugin/commit/21997747875163757cf533d71245485bb8f18f09
  Author: Ivan Sugonyak 
  Date:   2022-03-05 (Sat, 05 Mar 2022)

  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/build-with-parameters-plugin/push/refs/heads/master/abe04f-219977%40github.com.


[jenkinsci/build-with-parameters-plugin]

2022-03-04 Thread 'Ivan Sugonyak' via Jenkins Commits
  Branch: refs/tags/build-with-parameters-1.7
  Home:   https://github.com/jenkinsci/build-with-parameters-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/build-with-parameters-plugin/push/refs/tags/build-with-parameters-1.7/00-a101de%40github.com.


[jenkinsci/build-with-parameters-plugin] 165c30: Prepare for release

2022-03-04 Thread 'Ivan Sugonyak' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/build-with-parameters-plugin
  Commit: 165c30b70f6a1a782a2af8e18d295f3cbd48e2f0
  
https://github.com/jenkinsci/build-with-parameters-plugin/commit/165c30b70f6a1a782a2af8e18d295f3cbd48e2f0
  Author: Ivan Sugonyak 
  Date:   2022-03-05 (Sat, 05 Mar 2022)

  Changed paths:
M README.md
M pom.xml

  Log Message:
  ---
  Prepare for release


  Commit: abe04f85cfc860eb3d1c9fca62ec2dcf1852f094
  
https://github.com/jenkinsci/build-with-parameters-plugin/commit/abe04f85cfc860eb3d1c9fca62ec2dcf1852f094
  Author: Ivan Sugonyak 
  Date:   2022-03-05 (Sat, 05 Mar 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release build-with-parameters-1.7


Compare: 
https://github.com/jenkinsci/build-with-parameters-plugin/compare/ed068172caa5...abe04f85cfc8

-- 
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/build-with-parameters-plugin/push/refs/heads/master/ed0681-abe04f%40github.com.


[jenkinsci/build-with-parameters-plugin] ed0681: chore: Prepare for icon removal from core (#18)

2022-03-04 Thread 'Alex' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/build-with-parameters-plugin
  Commit: ed068172caa592628832b9c7c6e4c1987c06a4e9
  
https://github.com/jenkinsci/build-with-parameters-plugin/commit/ed068172caa592628832b9c7c6e4c1987c06a4e9
  Author: Alex 
  Date:   2022-03-05 (Sat, 05 Mar 2022)

  Changed paths:
M 
src/main/resources/org/jenkinsci/plugins/buildwithparameters/BuildWithParametersAction/index.jelly

  Log Message:
  ---
  chore: Prepare for icon removal from core (#18)


-- 
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/build-with-parameters-plugin/push/refs/heads/master/655d95-ed0681%40github.com.


[jenkinsci/build-with-parameters-plugin] 655d95: Updated changelog for version 1.6

2021-10-12 Thread 'Ivan Sugonyak' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/build-with-parameters-plugin
  Commit: 655d9561730f8ce7891c9cc80959d043f878ebeb
  
https://github.com/jenkinsci/build-with-parameters-plugin/commit/655d9561730f8ce7891c9cc80959d043f878ebeb
  Author: Ivan Sugonyak 
  Date:   2021-10-13 (Wed, 13 Oct 2021)

  Changed paths:
M README.md

  Log Message:
  ---
  Updated changelog for version 1.6


-- 
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/build-with-parameters-plugin/push/refs/heads/master/95313e-655d95%40github.com.


[jenkinsci/build-with-parameters-plugin] 95313e: [maven-release-plugin] prepare for next developmen...

2021-10-12 Thread 'Ivan Sugonyak' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/build-with-parameters-plugin
  Commit: 95313ed60b63c4bf0d4c1e8efe2574372aa9a546
  
https://github.com/jenkinsci/build-with-parameters-plugin/commit/95313ed60b63c4bf0d4c1e8efe2574372aa9a546
  Author: Ivan Sugonyak 
  Date:   2021-10-13 (Wed, 13 Oct 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/build-with-parameters-plugin/push/refs/heads/master/fece61-95313e%40github.com.


[jenkinsci/build-with-parameters-plugin]

2021-10-12 Thread 'Ivan Sugonyak' via Jenkins Commits
  Branch: refs/tags/build-with-parameters-1.6
  Home:   https://github.com/jenkinsci/build-with-parameters-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/build-with-parameters-plugin/push/refs/tags/build-with-parameters-1.6/00-47e5c0%40github.com.


[jenkinsci/build-with-parameters-plugin] fece61: [maven-release-plugin] prepare release build-with-...

2021-10-12 Thread 'Ivan Sugonyak' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/build-with-parameters-plugin
  Commit: fece61ffaf92395c6285a0b259208d90f04e3fa5
  
https://github.com/jenkinsci/build-with-parameters-plugin/commit/fece61ffaf92395c6285a0b259208d90f04e3fa5
  Author: Ivan Sugonyak 
  Date:   2021-10-13 (Wed, 13 Oct 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release build-with-parameters-1.6


-- 
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/build-with-parameters-plugin/push/refs/heads/master/b14549-fece61%40github.com.


[jenkinsci/build-with-parameters-plugin] b14549: Hacktoberfest Moving documentation to GitHub (#17)

2021-10-12 Thread 'Rajan Kumar Singh' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/build-with-parameters-plugin
  Commit: b14549e6ff858141683879e3361daefd9fd60725
  
https://github.com/jenkinsci/build-with-parameters-plugin/commit/b14549e6ff858141683879e3361daefd9fd60725
  Author: Rajan Kumar Singh <91946831+rajanssi...@users.noreply.github.com>
  Date:   2021-10-13 (Wed, 13 Oct 2021)

  Changed paths:
M README.md
M pom.xml

  Log Message:
  ---
  Hacktoberfest Moving documentation to GitHub (#17)

Move documentation 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/build-with-parameters-plugin/push/refs/heads/master/eef32f-b14549%40github.com.


[jenkinsci/build-with-parameters-plugin] edbc28: [SECURITY-2231]

2021-03-30 Thread 'Daniel Beck' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/build-with-parameters-plugin
  Commit: edbc286cfd1419a40589a8c40d03ef9fe71dccf9
  
https://github.com/jenkinsci/build-with-parameters-plugin/commit/edbc286cfd1419a40589a8c40d03ef9fe71dccf9
  Author: Ivan Sugonyak 
  Date:   2021-03-26 (Fri, 26 Mar 2021)

  Changed paths:
M 
src/main/resources/org/jenkinsci/plugins/buildwithparameters/BuildWithParametersAction/index.jelly

  Log Message:
  ---
  [SECURITY-2231]


  Commit: 82711e83bf822c5688017304939d5d1c3482ec3e
  
https://github.com/jenkinsci/build-with-parameters-plugin/commit/82711e83bf822c5688017304939d5d1c3482ec3e
  Author: Ivan Sugonyak 
  Date:   2021-03-26 (Fri, 26 Mar 2021)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/buildwithparameters/BuildWithParametersAction.java

  Log Message:
  ---
  [SECURITY-2257]


  Commit: 84a1fdbdb16e5d4b8f913e5b7717be69ee7d6a97
  
https://github.com/jenkinsci/build-with-parameters-plugin/commit/84a1fdbdb16e5d4b8f913e5b7717be69ee7d6a97
  Author: Daniel Beck 
  Date:   2021-03-26 (Fri, 26 Mar 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release build-with-parameters-1.5.1


  Commit: eef32fce44d6ab92767fa7352c073d73b93545da
  
https://github.com/jenkinsci/build-with-parameters-plugin/commit/eef32fce44d6ab92767fa7352c073d73b93545da
  Author: Daniel Beck 
  Date:   2021-03-26 (Fri, 26 Mar 2021)

  Changed paths:
M pom.xml

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


Compare: 
https://github.com/jenkinsci/build-with-parameters-plugin/compare/67e86b543c71...eef32fce44d6

-- 
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/build-with-parameters-plugin/push/refs/heads/master/67e86b-eef32f%40github.com.


[jenkinsci/build-with-parameters-plugin]

2021-03-30 Thread 'Daniel Beck' via Jenkins Commits
  Branch: refs/tags/build-with-parameters-1.5.1
  Home:   https://github.com/jenkinsci/build-with-parameters-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/build-with-parameters-plugin/push/refs/tags/build-with-parameters-1.5.1/00-a09c7c%40github.com.


[jenkinsci/build-with-parameters-plugin] 67e86b: [maven-release-plugin] prepare for next developmen...

2020-10-04 Thread 'Ivan Sugonyak' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/build-with-parameters-plugin
  Commit: 67e86b543c71c0e8bcc7047b5efc62c08c071e51
  
https://github.com/jenkinsci/build-with-parameters-plugin/commit/67e86b543c71c0e8bcc7047b5efc62c08c071e51
  Author: Ivan Sugonyak 
  Date:   2020-10-05 (Mon, 05 Oct 2020)

  Changed paths:
M pom.xml

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


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/build-with-parameters-plugin/push/refs/heads/master/f188df-67e86b%40github.com.


[jenkinsci/build-with-parameters-plugin] 79921d: Bumped deps for 1.5 release

2020-10-04 Thread 'Ivan Sugonyak' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/build-with-parameters-plugin
  Commit: 79921d666444c78c51fd9c623ddc0ffed8779756
  
https://github.com/jenkinsci/build-with-parameters-plugin/commit/79921d666444c78c51fd9c623ddc0ffed8779756
  Author: Ivan Sugonyak 
  Date:   2020-10-05 (Mon, 05 Oct 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bumped deps for 1.5 release


  Commit: f188df7916508bd2c312338731419433500d34ad
  
https://github.com/jenkinsci/build-with-parameters-plugin/commit/f188df7916508bd2c312338731419433500d34ad
  Author: Ivan Sugonyak 
  Date:   2020-10-05 (Mon, 05 Oct 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release build-with-parameters-1.5


Compare: 
https://github.com/jenkinsci/build-with-parameters-plugin/compare/b44c96fe4691...f188df791650

-- 
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/build-with-parameters-plugin/push/refs/heads/master/b44c96-f188df%40github.com.


[jenkinsci/build-with-parameters-plugin]

2020-10-04 Thread 'Ivan Sugonyak' via Jenkins Commits
  Branch: refs/tags/build-with-parameters-1.5
  Home:   https://github.com/jenkinsci/build-with-parameters-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/build-with-parameters-plugin/push/refs/tags/build-with-parameters-1.5/00-5d9079%40github.com.


[jenkinsci/build-with-parameters-plugin] 2e1973: Modernize project

2020-07-08 Thread Ivan Sugonyak
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/build-with-parameters-plugin
  Commit: 2e1973653040ee5c305f4a7aca5f8cb8a54ecebe
  
https://github.com/jenkinsci/build-with-parameters-plugin/commit/2e1973653040ee5c305f4a7aca5f8cb8a54ecebe
  Author: Raihaan Shouhell 
  Date:   2019-08-22 (Thu, 22 Aug 2019)

  Changed paths:
M pom.xml
M 
src/main/java/org/jenkinsci/plugins/buildwithparameters/BuildWithParametersAction.java
M src/main/resources/index.jelly
M 
src/test/java/org/jenkinsci/plugins/buildwithparameters/BuildWithParametersActionTest.java

  Log Message:
  ---
  Modernize project


  Commit: 34eba989911d2b8326c40657cfd9bb47d503b0f8
  
https://github.com/jenkinsci/build-with-parameters-plugin/commit/34eba989911d2b8326c40657cfd9bb47d503b0f8
  Author: Raihaan Shouhell 
  Date:   2019-08-27 (Tue, 27 Aug 2019)

  Changed paths:
A .mvn/extensions.xml
A .mvn/maven.config
M pom.xml

  Log Message:
  ---
  Fixes based on suggestions


  Commit: 5fc088e05c1432c5c52bd949587393c301745d56
  
https://github.com/jenkinsci/build-with-parameters-plugin/commit/5fc088e05c1432c5c52bd949587393c301745d56
  Author: Raihaan Shouhell 
  Date:   2020-06-17 (Wed, 17 Jun 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  HTTPS URLs


  Commit: b44c96fe4691277e9a9fa43572bae33c6509
  
https://github.com/jenkinsci/build-with-parameters-plugin/commit/b44c96fe4691277e9a9fa43572bae33c6509
  Author: Ivan Sugonyak 
  Date:   2020-07-08 (Wed, 08 Jul 2020)

  Changed paths:
A .mvn/extensions.xml
A .mvn/maven.config
M pom.xml
M 
src/main/java/org/jenkinsci/plugins/buildwithparameters/BuildWithParametersAction.java
M src/main/resources/index.jelly
M 
src/test/java/org/jenkinsci/plugins/buildwithparameters/BuildWithParametersActionTest.java

  Log Message:
  ---
  Merge pull request #13 from res0nance/modernize

Modernize project


Compare: 
https://github.com/jenkinsci/build-with-parameters-plugin/compare/2d75838c49b9...b44c96fe4691

-- 
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/build-with-parameters-plugin/push/refs/heads/master/2d7583-b44c96%40github.com.


[jenkinsci/build-with-parameters-plugin] 00127a: [maven-release-plugin] prepare for next developmen...

2017-06-01 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/build-with-parameters-plugin
  Commit: 00127a486c79118b624715981c386a29668e0e29
  
https://github.com/jenkinsci/build-with-parameters-plugin/commit/00127a486c79118b624715981c386a29668e0e29
  Author: Ivan Sugonyak <sugonyak.i...@gmail.com>
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
M pom.xml

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


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/build-with-parameters-plugin]

2017-06-01 Thread GitHub
  Branch: refs/tags/build-with-parameters-1.4
  Home:   https://github.com/jenkinsci/build-with-parameters-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/build-with-parameters-plugin] 709e52: [maven-release-plugin] prepare release build-with-...

2017-06-01 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/build-with-parameters-plugin
  Commit: 709e52aee2a44530b6ce84b6b7f4392475d90560
  
https://github.com/jenkinsci/build-with-parameters-plugin/commit/709e52aee2a44530b6ce84b6b7f4392475d90560
  Author: Ivan Sugonyak <sugonyak.i...@gmail.com>
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release build-with-parameters-1.4


-- 
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/build-with-parameters-plugin]

2017-06-01 Thread GitHub
  Branch: refs/tags/build-with-parameters-1.4
  Home:   https://github.com/jenkinsci/build-with-parameters-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/build-with-parameters-plugin]

2017-06-01 Thread GitHub
  Branch: refs/tags/build-with-parameters-1.4
  Home:   https://github.com/jenkinsci/build-with-parameters-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/build-with-parameters-plugin]

2017-06-01 Thread GitHub
  Branch: refs/tags/build-with-parameters-1.4
  Home:   https://github.com/jenkinsci/build-with-parameters-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/build-with-parameters-plugin] 19e8f7: Updated pom once again

2017-06-01 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/build-with-parameters-plugin
  Commit: 19e8f7475077e9df9c3a3820c5ec68cabf6a5ea7
  
https://github.com/jenkinsci/build-with-parameters-plugin/commit/19e8f7475077e9df9c3a3820c5ec68cabf6a5ea7
  Author: Ivan Sugonyak <sugonyak.i...@gmail.com>
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Updated pom once again


-- 
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/build-with-parameters-plugin]

2017-06-01 Thread GitHub
  Branch: refs/tags/build-with-parameters-1.4
  Home:   https://github.com/jenkinsci/build-with-parameters-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/build-with-parameters-plugin]

2017-06-01 Thread GitHub
  Branch: refs/tags/build-with-parameters-1.4
  Home:   https://github.com/jenkinsci/build-with-parameters-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/build-with-parameters-plugin]

2017-06-01 Thread GitHub
  Branch: refs/tags/build-with-parameters-1.4
  Home:   https://github.com/jenkinsci/build-with-parameters-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/build-with-parameters-plugin] 42ce14: Updated poms

2017-06-01 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/build-with-parameters-plugin
  Commit: 42ce148e53a9f49deb2933e62eb29c6b778ad518
  
https://github.com/jenkinsci/build-with-parameters-plugin/commit/42ce148e53a9f49deb2933e62eb29c6b778ad518
  Author: Ivan Sugonyak <sugonyak.i...@gmail.com>
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Updated poms


-- 
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/build-with-parameters-plugin] 20912c: Updated poms

2017-06-01 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/build-with-parameters-plugin
  Commit: 20912cf882811dd1b2fa25ab831d84026e8b7810
  
https://github.com/jenkinsci/build-with-parameters-plugin/commit/20912cf882811dd1b2fa25ab831d84026e8b7810
  Author: Ivan Sugonyak <sugonyak.i...@gmail.com>
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Updated poms


-- 
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/build-with-parameters-plugin]

2017-06-01 Thread GitHub
  Branch: refs/tags/build-with-parameters-1.4
  Home:   https://github.com/jenkinsci/build-with-parameters-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/build-with-parameters-plugin]

2017-06-01 Thread GitHub
  Branch: refs/tags/build-with-parameters-1.4
  Home:   https://github.com/jenkinsci/build-with-parameters-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/build-with-parameters-plugin] bb1a7c: Fixed 404 error JENKINS-25534

2017-06-01 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/build-with-parameters-plugin
  Commit: bb1a7ca9bfc9780b82c05f19b1bc14ba5614f09f
  
https://github.com/jenkinsci/build-with-parameters-plugin/commit/bb1a7ca9bfc9780b82c05f19b1bc14ba5614f09f
  Author: isugonyak <isugon...@odin.com>
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
M pom.xml
M 
src/main/java/org/jenkinsci/plugins/buildwithparameters/BuildWithParametersAction.java

  Log Message:
  ---
  Fixed 404 error JENKINS-25534


  Commit: 04ca138309b71bb3693f36d802ebb6bd0b38d348
  
https://github.com/jenkinsci/build-with-parameters-plugin/commit/04ca138309b71bb3693f36d802ebb6bd0b38d348
  Author: Ivan Sugonyak <sugonyak.i...@gmail.com>
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
M pom.xml
M 
src/main/java/org/jenkinsci/plugins/buildwithparameters/BuildWithParametersAction.java

  Log Message:
  ---
  Merge pull request #11 from sugonyakivan/master

Fixed 404 error JENKINS-25534


Compare: 
https://github.com/jenkinsci/build-with-parameters-plugin/compare/bf4e7f81175d...04ca138309b7

-- 
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/build-with-parameters-plugin] 8410a7: [JENKINS-35378] Support for pipelines

2016-08-10 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/build-with-parameters-plugin
  Commit: 8410a7b6cad376a94e9013d5f44bf22d2ff2287f
  
https://github.com/jenkinsci/build-with-parameters-plugin/commit/8410a7b6cad376a94e9013d5f44bf22d2ff2287f
  Author: Tomasz Bekas <tbe...@infusion.com>
  Date:   2016-06-27 (Mon, 27 Jun 2016)

  Changed paths:
M pom.xml
M 
src/main/java/org/jenkinsci/plugins/buildwithparameters/BuildWithParametersAction.java
M 
src/main/java/org/jenkinsci/plugins/buildwithparameters/ParamBuilderActionFactory.java
M 
src/test/java/org/jenkinsci/plugins/buildwithparameters/BuildWithParametersActionTest.java

  Log Message:
  ---
  [JENKINS-35378] Support for pipelines


  Commit: bf4e7f81175d758e991300443cc64aa9106db52d
  
https://github.com/jenkinsci/build-with-parameters-plugin/commit/bf4e7f81175d758e991300443cc64aa9106db52d
  Author: Jessica Austin <jess...@aus10.org>
  Date:   2016-08-10 (Wed, 10 Aug 2016)

  Changed paths:
M pom.xml
M 
src/main/java/org/jenkinsci/plugins/buildwithparameters/BuildWithParametersAction.java
M 
src/main/java/org/jenkinsci/plugins/buildwithparameters/ParamBuilderActionFactory.java
M 
src/test/java/org/jenkinsci/plugins/buildwithparameters/BuildWithParametersActionTest.java

  Log Message:
  ---
  Merge pull request #10 from tbekas/JENKINS-35378

[JENKINS-35378] Support for pipelines


Compare: 
https://github.com/jenkinsci/build-with-parameters-plugin/compare/899aa0c9304f...bf4e7f81175d

-- 
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/build-with-parameters-plugin] 3eced5: [FIX JENKINS-25413] Hide job action from UI

2014-11-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/build-with-parameters-plugin
  Commit: 3eced5439281d442cb3bb383705e07b4056ad332
  
https://github.com/jenkinsci/build-with-parameters-plugin/commit/3eced5439281d442cb3bb383705e07b4056ad332
  Author: Oliver Gondža ogon...@gmail.com
  Date:   2014-11-03 (Mon, 03 Nov 2014)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/buildwithparameters/BuildWithParametersAction.java
M 
src/test/java/org/jenkinsci/plugins/buildwithparameters/BuildWithParametersActionTest.java

  Log Message:
  ---
  [FIX JENKINS-25413] Hide job action from UI


  Commit: 77da9df5d18f96c22818f0613104d60f3759e8e0
  
https://github.com/jenkinsci/build-with-parameters-plugin/commit/77da9df5d18f96c22818f0613104d60f3759e8e0
  Author: Oliver Gondža ogon...@gmail.com
  Date:   2014-11-09 (Sun, 09 Nov 2014)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/buildwithparameters/BuildWithParametersAction.java
M 
src/test/java/org/jenkinsci/plugins/buildwithparameters/BuildWithParametersActionTest.java

  Log Message:
  ---
  Merge pull request #9 from olivergondza/JENKINS-25413

[FIX JENKINS-25413] Hide job action from UI


Compare: 
https://github.com/jenkinsci/build-with-parameters-plugin/compare/39e9d9033b30...77da9df5d18f

-- 
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/build-with-parameters-plugin] d542ca: [maven-release-plugin] prepare release build-with-...

2014-11-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/build-with-parameters-plugin
  Commit: d542ca921cbe8a86bb8f9fade1378dd6cfe70509
  
https://github.com/jenkinsci/build-with-parameters-plugin/commit/d542ca921cbe8a86bb8f9fade1378dd6cfe70509
  Author: Oliver Gondža ogon...@gmail.com
  Date:   2014-11-09 (Sun, 09 Nov 2014)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release build-with-parameters-1.3


-- 
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/build-with-parameters-plugin]

2014-11-09 Thread GitHub
  Branch: refs/tags/build-with-parameters-1.3
  Home:   https://github.com/jenkinsci/build-with-parameters-plugin

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Commits group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/build-with-parameters-plugin] 899aa0: [maven-release-plugin] prepare for next developmen...

2014-11-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/build-with-parameters-plugin
  Commit: 899aa0c9304f7253550b8ad28a428af9857d56cd
  
https://github.com/jenkinsci/build-with-parameters-plugin/commit/899aa0c9304f7253550b8ad28a428af9857d56cd
  Author: Oliver Gondža ogon...@gmail.com
  Date:   2014-11-09 (Sun, 09 Nov 2014)

  Changed paths:
M pom.xml

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


-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Commits group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/build-with-parameters-plugin] 39e9d9: [maven-release-plugin] prepare for next developmen...

2014-11-03 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/build-with-parameters-plugin
  Commit: 39e9d9033b30cb069e07b21753885f26d225a92f
  
https://github.com/jenkinsci/build-with-parameters-plugin/commit/39e9d9033b30cb069e07b21753885f26d225a92f
  Author: Oliver Gondža ogon...@gmail.com
  Date:   2014-11-03 (Mon, 03 Nov 2014)

  Changed paths:
M pom.xml

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


-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Commits group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/build-with-parameters-plugin]

2014-11-03 Thread GitHub
  Branch: refs/tags/build-with-parameters-1.2
  Home:   https://github.com/jenkinsci/build-with-parameters-plugin

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Commits group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/build-with-parameters-plugin] 27dfc7: [maven-release-plugin] prepare release build-with-...

2014-11-03 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/build-with-parameters-plugin
  Commit: 27dfc7bf40804642c77273126d31754c0fbc4248
  
https://github.com/jenkinsci/build-with-parameters-plugin/commit/27dfc7bf40804642c77273126d31754c0fbc4248
  Author: Oliver Gondža ogon...@gmail.com
  Date:   2014-11-03 (Mon, 03 Nov 2014)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release build-with-parameters-1.2


-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Commits group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/build-with-parameters-plugin] 034998: [JENKINS-19316] added support for boolean paramete...

2014-07-14 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/build-with-parameters-plugin
  Commit: 0349984bc7fe66f8a9ad4360157f1b9792dd976d
  
https://github.com/jenkinsci/build-with-parameters-plugin/commit/0349984bc7fe66f8a9ad4360157f1b9792dd976d
  Author: mcupak mcu...@redhat.com
  Date:   2014-05-24 (Sat, 24 May 2014)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/buildwithparameters/BuildParameter.java
A 
src/main/java/org/jenkinsci/plugins/buildwithparameters/BuildParameterType.java
M 
src/main/java/org/jenkinsci/plugins/buildwithparameters/BuildWithParametersAction.java
M 
src/main/resources/org/jenkinsci/plugins/buildwithparameters/BuildWithParametersAction/index.jelly
M 
src/test/java/org/jenkinsci/plugins/buildwithparameters/BuildWithParametersActionTest.java

  Log Message:
  ---
  [JENKINS-19316] added support for boolean parameters rendered via checkboxes


  Commit: 1388c4440affe67e49c9a42c49ffb4e114554fbf
  
https://github.com/jenkinsci/build-with-parameters-plugin/commit/1388c4440affe67e49c9a42c49ffb4e114554fbf
  Author: mcupak mcu...@redhat.com
  Date:   2014-05-24 (Sat, 24 May 2014)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/buildwithparameters/BuildParameter.java
M 
src/main/java/org/jenkinsci/plugins/buildwithparameters/BuildWithParametersAction.java
M 
src/main/resources/org/jenkinsci/plugins/buildwithparameters/BuildWithParametersAction/index.jelly

  Log Message:
  ---
  [JENKINS-19316] added support for text parameters rendered via textareas


  Commit: 315101efb33c7c7792d1df9d47a5624f06f7caa0
  
https://github.com/jenkinsci/build-with-parameters-plugin/commit/315101efb33c7c7792d1df9d47a5624f06f7caa0
  Author: mcupak mcu...@redhat.com
  Date:   2014-05-25 (Sun, 25 May 2014)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/buildwithparameters/BuildParameter.java
M 
src/main/java/org/jenkinsci/plugins/buildwithparameters/BuildWithParametersAction.java
M 
src/main/resources/org/jenkinsci/plugins/buildwithparameters/BuildWithParametersAction/index.jelly

  Log Message:
  ---
  [FIXED JENKINS-19316] added support for choice parameters rendered via selects


  Commit: 829deeadf1198e72c7a912c9f694d0c22871a2d0
  
https://github.com/jenkinsci/build-with-parameters-plugin/commit/829deeadf1198e72c7a912c9f694d0c22871a2d0
  Author: Miroslav Cupak mirocu...@gmail.com
  Date:   2014-07-14 (Mon, 14 Jul 2014)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/buildwithparameters/BuildParameter.java
A 
src/main/java/org/jenkinsci/plugins/buildwithparameters/BuildParameterType.java
M 
src/main/java/org/jenkinsci/plugins/buildwithparameters/BuildWithParametersAction.java
M 
src/main/resources/org/jenkinsci/plugins/buildwithparameters/BuildWithParametersAction/index.jelly
M 
src/test/java/org/jenkinsci/plugins/buildwithparameters/BuildWithParametersActionTest.java

  Log Message:
  ---
  Merge pull request #8 from mcupak/parameter-display

[FIXED JENKINS-19316] improved handling of boolean, choice and text parameters


Compare: 
https://github.com/jenkinsci/build-with-parameters-plugin/compare/545936db7cb4...829deeadf119

-- 
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/build-with-parameters-plugin] 1b52be: [FIXED JENKINS-23076] hiding build with params lin...

2014-07-14 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/build-with-parameters-plugin
  Commit: 1b52bef8b6e99c9aefcb3d977bcc2943011e9f82
  
https://github.com/jenkinsci/build-with-parameters-plugin/commit/1b52bef8b6e99c9aefcb3d977bcc2943011e9f82
  Author: mcupak mcu...@redhat.com
  Date:   2014-05-16 (Fri, 16 May 2014)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/buildwithparameters/BuildWithParametersAction.java

  Log Message:
  ---
  [FIXED JENKINS-23076] hiding build with params link from users without build 
permission


  Commit: a07026a9b86bab18bd2c96a9c4016b54faea
  
https://github.com/jenkinsci/build-with-parameters-plugin/commit/a07026a9b86bab18bd2c96a9c4016b54faea
  Author: mcupak mcu...@redhat.com
  Date:   2014-07-14 (Mon, 14 Jul 2014)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/buildwithparameters/BuildParameter.java
A 
src/main/java/org/jenkinsci/plugins/buildwithparameters/BuildParameterType.java
M 
src/main/java/org/jenkinsci/plugins/buildwithparameters/BuildWithParametersAction.java
M 
src/main/resources/org/jenkinsci/plugins/buildwithparameters/BuildWithParametersAction/index.jelly
M 
src/test/java/org/jenkinsci/plugins/buildwithparameters/BuildWithParametersActionTest.java

  Log Message:
  ---
  merging master


  Commit: 7356499711afd90f4aca4d3801ddc491fda7ae4e
  
https://github.com/jenkinsci/build-with-parameters-plugin/commit/7356499711afd90f4aca4d3801ddc491fda7ae4e
  Author: Miroslav Cupak mirocu...@gmail.com
  Date:   2014-07-14 (Mon, 14 Jul 2014)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/buildwithparameters/BuildWithParametersAction.java

  Log Message:
  ---
  Merge pull request #7 from mcupak/build-permission-check

[FIXED JENKINS-23076] hiding build with params link from users without b...


Compare: 
https://github.com/jenkinsci/build-with-parameters-plugin/compare/829deeadf119...7356499711af

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