[jenkinsci/pipeline-multibranch-defaults-plugin] 588fe0: Move description to jelly file

2023-12-20 Thread 'Sam Gleske' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-multibranch-defaults-plugin
  Commit: 588fe0fc6e2be4595cb30477febf923d9548aa32
  
https://github.com/jenkinsci/pipeline-multibranch-defaults-plugin/commit/588fe0fc6e2be4595cb30477febf923d9548aa32
  Author: Mark Waite 
  Date:   2023-10-16 (Mon, 16 Oct 2023)

  Changed paths:
M pom.xml
A src/main/resources/index.jelly

  Log Message:
  ---
  Move description to jelly file


  Commit: 337a7cf3310df16f0b40adc30ed28b69c1e8b39c
  
https://github.com/jenkinsci/pipeline-multibranch-defaults-plugin/commit/337a7cf3310df16f0b40adc30ed28b69c1e8b39c
  Author: Mark Waite 
  Date:   2023-10-16 (Mon, 16 Oct 2023)

  Changed paths:
M Jenkinsfile
M pom.xml

  Log Message:
  ---
  Test with Java 21

Java 21 was released Sep 19, 2023. We want to announce full support
for Java 21 in early October and would like the most used plugins to be
compiled and tested with Java 21.

The acceptance test harness and plugin bill of materials tests are already
passing with Java 21. This is a further step to improve plugin readiness
for use with Java 21 and for development with Java 21.

The change intentionally tests only two Java configurations, Java 17
and Java 21 because we believe that the risk of a regression that only
affects Java 11 is low. We generate Java 11 byte code with the Java 17
and the Java 21 builds, so we're already testing Java 11 byte code.


  Commit: 88c7010b9d18f8d66d1a537eaf7ede7f7a8801a1
  
https://github.com/jenkinsci/pipeline-multibranch-defaults-plugin/commit/88c7010b9d18f8d66d1a537eaf7ede7f7a8801a1
  Author: Mark Waite 
  Date:   2023-12-20 (Wed, 20 Dec 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Use parent pom 4.76


  Commit: 0011fee052eca69d945ef370b573a969b4e3e234
  
https://github.com/jenkinsci/pipeline-multibranch-defaults-plugin/commit/0011fee052eca69d945ef370b573a969b4e3e234
  Author: Sam Gleske <875669+samrocket...@users.noreply.github.com>
  Date:   2023-12-20 (Wed, 20 Dec 2023)

  Changed paths:
M Jenkinsfile
M pom.xml
A src/main/resources/index.jelly

  Log Message:
  ---
  Merge pull request #17 from MarkEWaite/test-with-java-21

Test with Java 21


Compare: 
https://github.com/jenkinsci/pipeline-multibranch-defaults-plugin/compare/50d7c780342f...0011fee052ec

-- 
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/pipeline-multibranch-defaults-plugin/push/refs/heads/master/50d7c7-0011fe%40github.com.


[jenkinsci/git-plugin] cc0d68: Document additional notifyCommit parameters (#1477)

2023-07-06 Thread 'Sam Gleske' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-plugin
  Commit: cc0d68382fdddefc0d543207e44347968ba90bf7
  
https://github.com/jenkinsci/git-plugin/commit/cc0d68382fdddefc0d543207e44347968ba90bf7
  Author: Sam Gleske <875669+samrocket...@users.noreply.github.com>
  Date:   2023-07-06 (Thu, 06 Jul 2023)

  Changed paths:
M README.adoc

  Log Message:
  ---
  Document additional notifyCommit parameters (#1477)

See also 
https://github.com/jenkinsci/git-plugin/blob/a057f8460a26802bcc17acc13115371cf8fbcf69/src/main/java/hudson/plugins/git/GitStatus.java#L117-L119

There's no associated Jira issue for this change.  This is documentation only.

- [x] I have read the 
[CONTRIBUTING](https://github.com/jenkinsci/git-plugin/blob/master/CONTRIBUTING.adoc)
 doc
- [x] Documentation in README has been updated as necessary

There's no appropriate category for "Tyes of changes" except for maybe "Bug 
fix".  This is documenting an existing feature that was previously undocumented.


-- 
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/git-plugin/push/refs/heads/master/a057f8-cc0d68%40github.com.