Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-cps-plugin
  Commit: 936f2bc149edb28fda35e0a69725d410bc327cc8
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/936f2bc149edb28fda35e0a69725d410bc327cc8
  Author: Devin Nusbaum <[email protected]>
  Date:   2024-08-08 (Thu, 08 Aug 2024)

  Changed paths:
    M plugin/pom.xml
    M 
plugin/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsVmExecutorService.java

  Log Message:
  -----------
  Track CPS VM thread queue size and task execution times


  Commit: 9b277cf70fe2aa618a1833641145d87aee0dc6aa
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/9b277cf70fe2aa618a1833641145d87aee0dc6aa
  Author: Devin Nusbaum <[email protected]>
  Date:   2024-08-12 (Mon, 12 Aug 2024)

  Changed paths:
    M plugin/pom.xml
    M 
plugin/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsFlowExecution.java
    M 
plugin/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsThreadDumpAction.java
    M 
plugin/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsVmExecutorService.java

  Log Message:
  -----------
  Track time spent waiting in the CPS VM thread as well as the number of in 
progress operations


  Commit: 3775801f17be7f920f0c4f0650fdf136a534e8cb
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/3775801f17be7f920f0c4f0650fdf136a534e8cb
  Author: Devin Nusbaum <[email protected]>
  Date:   2024-08-12 (Mon, 12 Aug 2024)

  Changed paths:
    M 
plugin/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsStepContext.java

  Log Message:
  -----------
  Adjust log message in CpsStepContext.scheduleNextRun exception handler to 
reflect its severity


  Commit: a3db23e2b34cb0c13e4a637c6ac620ba7f05b65b
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/a3db23e2b34cb0c13e4a637c6ac620ba7f05b65b
  Author: Devin Nusbaum <[email protected]>
  Date:   2024-08-12 (Mon, 12 Aug 2024)

  Changed paths:
    A .github/workflows/jenkins-security-scan.yml
    M lib/pom.xml

  Log Message:
  -----------
  Merge branch 'master' into cps-vm-thread-metrics


  Commit: 698be1941f736de11704b1e7305d1f83f9763dae
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/698be1941f736de11704b1e7305d1f83f9763dae
  Author: Devin Nusbaum <[email protected]>
  Date:   2024-08-12 (Mon, 12 Aug 2024)

  Changed paths:
    M 
plugin/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsFlowExecution.java
    M 
plugin/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsThreadDumpAction.java

  Log Message:
  -----------
  Track durations of active operations, not just counts


  Commit: 61f14f56f9cefd441ec53bec0a3ce51c466fd9d0
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/61f14f56f9cefd441ec53bec0a3ce51c466fd9d0
  Author: Devin Nusbaum <[email protected]>
  Date:   2024-08-12 (Mon, 12 Aug 2024)

  Changed paths:
    M 
plugin/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsFlowExecution.java

  Log Message:
  -----------
  Avoid leaking `this` in Timing constructor


  Commit: 60a014cee0b525a163a2f963da54b44766e42f5a
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/60a014cee0b525a163a2f963da54b44766e42f5a
  Author: Devin Nusbaum <[email protected]>
  Date:   2024-08-12 (Mon, 12 Aug 2024)

  Changed paths:
    M 
plugin/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsFlowExecution.java

  Log Message:
  -----------
  Revert accidental Javadoc change to minimize diff


  Commit: e8af1ac4ede9f3b07ae412e7747ee83ca77bfd46
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/e8af1ac4ede9f3b07ae412e7747ee83ca77bfd46
  Author: Devin Nusbaum <[email protected]>
  Date:   2024-08-13 (Tue, 13 Aug 2024)

  Changed paths:
    M 
plugin/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsFlowExecution.java
    M 
plugin/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsThreadDumpAction.java

  Log Message:
  -----------
  Update names of Pipeline-related support bundle components to be more generic


  Commit: 3519a32606609aed97fb141c4a781b1e16bf1491
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/3519a32606609aed97fb141c4a781b1e16bf1491
  Author: Devin Nusbaum <[email protected]>
  Date:   2024-08-15 (Thu, 15 Aug 2024)

  Changed paths:
    M 
plugin/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsFlowExecution.java
    M 
plugin/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsStepContext.java
    M 
plugin/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsThreadDumpAction.java
    M 
plugin/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsVmExecutorService.java

  Log Message:
  -----------
  Merge pull request #916 from dwnusbaum/cps-vm-thread-metrics

Improve support bundle data for running Pipelines, update support bundle 
component names and file paths, and update log warning for a particular type of 
error during step completion


Compare: 
https://github.com/jenkinsci/workflow-cps-plugin/compare/7141c520ff44...3519a3260660

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/workflow-cps-plugin/settings/notifications

-- 
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/workflow-cps-plugin/push/refs/heads/master/7141c5-3519a3%40github.com.

Reply via email to