Branch: refs/heads/master
Home: https://github.com/jenkinsci/pipeline-utility-steps-plugin
Commit: c138cfb7768c74aed721d262039b2719b358b734
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/c138cfb7768c74aed721d262039b2719b358b734
Author: rsandell <[email protected]>
Date: 2022-07-01 (Fri, 01 Jul 2022)
Changed paths:
M
src/main/java/org/jenkinsci/plugins/pipeline/utility/steps/conf/ReadYamlStep.java
A
src/main/resources/org/jenkinsci/plugins/pipeline/utility/steps/conf/ReadYamlStep/help.groovy
R
src/main/resources/org/jenkinsci/plugins/pipeline/utility/steps/conf/ReadYamlStep/help.html
M
src/test/java/org/jenkinsci/plugins/pipeline/utility/steps/conf/ReadYamlStepTest.java
Log Message:
-----------
Provide some ways of specifying maxAliasesForCollections to readYaml step
Commit: bc76f063e3d1bc6c2279625fb98bf31198e1479c
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/bc76f063e3d1bc6c2279625fb98bf31198e1479c
Author: sboardwell <[email protected]>
Date: 2022-09-15 (Thu, 15 Sep 2022)
Changed paths:
M
src/main/java/org/jenkinsci/plugins/pipeline/utility/steps/conf/ReadYamlStep.java
M
src/main/resources/org/jenkinsci/plugins/pipeline/utility/steps/conf/ReadYamlStep/help.groovy
Log Message:
-----------
Fix PR comments
Commit: 37010c4913a0507a7b5775c267723d5ab0a8656c
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/37010c4913a0507a7b5775c267723d5ab0a8656c
Author: Robert Sandell <[email protected]>
Date: 2022-09-15 (Thu, 15 Sep 2022)
Changed paths:
M
src/main/java/org/jenkinsci/plugins/pipeline/utility/steps/conf/ReadYamlStep.java
M
src/main/resources/org/jenkinsci/plugins/pipeline/utility/steps/conf/ReadYamlStep/help.groovy
Log Message:
-----------
Merge pull request #165 from sboardwell/fixing-pr-comments
Fix PR comments
Commit: 43965fc76baea4c70790b69ca940b0e7f8d26103
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/43965fc76baea4c70790b69ca940b0e7f8d26103
Author: sboardwell <[email protected]>
Date: 2022-09-16 (Fri, 16 Sep 2022)
Changed paths:
M
src/main/java/org/jenkinsci/plugins/pipeline/utility/steps/conf/ReadYamlStep.java
Log Message:
-----------
Correct justification text
Commit: 29fcaec0f38ffbc075c814fa282fedd396641135
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/29fcaec0f38ffbc075c814fa282fedd396641135
Author: Robert Sandell <[email protected]>
Date: 2022-09-16 (Fri, 16 Sep 2022)
Changed paths:
M
src/main/java/org/jenkinsci/plugins/pipeline/utility/steps/conf/ReadYamlStep.java
Log Message:
-----------
Merge pull request #166 from sboardwell/correct-justification-text
Correct justification text
Commit: 037b3033f155379a02e5fa361960a01caca8abca
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/037b3033f155379a02e5fa361960a01caca8abca
Author: sboardwell <[email protected]>
Date: 2022-11-10 (Thu, 10 Nov 2022)
Changed paths:
M
src/main/java/org/jenkinsci/plugins/pipeline/utility/steps/conf/ReadYamlStep.java
Log Message:
-----------
Use library default, make MAX_MAX_ALIASES_FOR_COLLECTIONS final
Commit: d7f5da789c6fe46da1775a8011f2599fe479cab3
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/d7f5da789c6fe46da1775a8011f2599fe479cab3
Author: sboardwell <[email protected]>
Date: 2022-11-11 (Fri, 11 Nov 2022)
Changed paths:
M
src/main/java/org/jenkinsci/plugins/pipeline/utility/steps/conf/ReadYamlStep.java
Log Message:
-----------
Merge branch 'maxaliasforcollections' into pr-changes
Commit: 93a67747bf4d6a68c70a90cee73fffad3fdb3e0a
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/93a67747bf4d6a68c70a90cee73fffad3fdb3e0a
Author: sboardwell <[email protected]>
Date: 2022-11-11 (Fri, 11 Nov 2022)
Changed paths:
M
src/main/java/org/jenkinsci/plugins/pipeline/utility/steps/conf/ReadYamlStep.java
Log Message:
-----------
PR changes plus additonal check to ensure default <= max
Commit: 6b99c57ba2f302c2ade24afe96fc51f800af1c97
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/6b99c57ba2f302c2ade24afe96fc51f800af1c97
Author: sboardwell <[email protected]>
Date: 2022-11-11 (Fri, 11 Nov 2022)
Changed paths:
M
src/test/java/org/jenkinsci/plugins/pipeline/utility/steps/conf/ReadYamlStepTest.java
Log Message:
-----------
Forgot to git add the test to the commit
Commit: 01fe4e622406249427db7e349db3a7d1fdda12e9
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/01fe4e622406249427db7e349db3a7d1fdda12e9
Author: sboardwell <[email protected]>
Date: 2022-12-20 (Tue, 20 Dec 2022)
Changed paths:
M
src/main/java/org/jenkinsci/plugins/pipeline/utility/steps/conf/ReadYamlStep.java
M
src/test/java/org/jenkinsci/plugins/pipeline/utility/steps/conf/ReadYamlStepTest.java
Log Message:
-----------
Hardcoded ceiling introduced
Commit: 500127cedb43de0ef99259ae363b4ff8ec36cd96
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/500127cedb43de0ef99259ae363b4ff8ec36cd96
Author: sboardwell <[email protected]>
Date: 2022-12-20 (Tue, 20 Dec 2022)
Changed paths:
M
src/main/java/org/jenkinsci/plugins/pipeline/utility/steps/conf/ReadYamlStep.java
Log Message:
-----------
Make DEFAULT_MAX_ALIASES_FOR_COLLECTIONS public - used in help.groovy
Commit: 5fb8d968c519ec1d6c7b4715c40976a403d2f4eb
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/5fb8d968c519ec1d6c7b4715c40976a403d2f4eb
Author: sboardwell <[email protected]>
Date: 2022-12-20 (Tue, 20 Dec 2022)
Changed paths:
M
src/main/java/org/jenkinsci/plugins/pipeline/utility/steps/conf/ReadYamlStep.java
M
src/main/resources/org/jenkinsci/plugins/pipeline/utility/steps/conf/ReadYamlStep/help.groovy
M
src/test/java/org/jenkinsci/plugins/pipeline/utility/steps/conf/ReadYamlStepTest.java
Log Message:
-----------
Make DEFAULT_* and MAX_* private, adding setters and getters
Commit: 7da51e831aedbd1b263dab52012768a764f43df9
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/7da51e831aedbd1b263dab52012768a764f43df9
Author: sboardwell <[email protected]>
Date: 2022-12-20 (Tue, 20 Dec 2022)
Changed paths:
M
src/main/java/org/jenkinsci/plugins/pipeline/utility/steps/conf/ReadYamlStep.java
M
src/test/java/org/jenkinsci/plugins/pipeline/utility/steps/conf/ReadYamlStepTest.java
Log Message:
-----------
Add fallback test
Commit: aa3e9330b261b70ad334a0629d8e6c97656304b5
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/aa3e9330b261b70ad334a0629d8e6c97656304b5
Author: Robert Sandell <[email protected]>
Date: 2022-12-21 (Wed, 21 Dec 2022)
Changed paths:
M
src/main/java/org/jenkinsci/plugins/pipeline/utility/steps/conf/ReadYamlStep.java
M
src/main/resources/org/jenkinsci/plugins/pipeline/utility/steps/conf/ReadYamlStep/help.groovy
M
src/test/java/org/jenkinsci/plugins/pipeline/utility/steps/conf/ReadYamlStepTest.java
Log Message:
-----------
Merge pull request #173 from sboardwell/pr-changes
Use library default and make MAX_MAX_ALIASES_FOR_COLLECTIONS final
Commit: 3b6b5a55c8832821f1f4aa5029c088eb9885c246
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/3b6b5a55c8832821f1f4aa5029c088eb9885c246
Author: Robert Sandell <[email protected]>
Date: 2023-01-09 (Mon, 09 Jan 2023)
Changed paths:
M
src/main/java/org/jenkinsci/plugins/pipeline/utility/steps/conf/ReadYamlStep.java
A
src/main/resources/org/jenkinsci/plugins/pipeline/utility/steps/conf/ReadYamlStep/help.groovy
R
src/main/resources/org/jenkinsci/plugins/pipeline/utility/steps/conf/ReadYamlStep/help.html
M
src/test/java/org/jenkinsci/plugins/pipeline/utility/steps/conf/ReadYamlStepTest.java
Log Message:
-----------
Merge pull request #152 from jenkinsci/maxaliasforcollections
[JENKINS-68830] Provide some ways of specifying maxAliasesForCollections to
readYaml step
Compare:
https://github.com/jenkinsci/pipeline-utility-steps-plugin/compare/6ba8c2d29c03...3b6b5a55c883
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/pipeline-utility-steps-plugin/push/refs/heads/master/6ba8c2-3b6b5a%40github.com.