[jenkinsci/disk-usage-plugin] 6781f4: Fixes Correctness category identified by spotbugs

2023-02-08 Thread 'Filipe Roque' via Jenkins Commits
  Branch: refs/heads/fix_spotbugs_issues
  Home:   https://github.com/jenkinsci/disk-usage-plugin
  Commit: 6781f4f23949d5de799769d276fea64567d450ab
  
https://github.com/jenkinsci/disk-usage-plugin/commit/6781f4f23949d5de799769d276fea64567d450ab
  Author: Filipe Roque 
  Date:   2023-02-09 (Thu, 09 Feb 2023)

  Changed paths:
M src/main/java/hudson/plugins/disk_usage/BuildDiskUsageAction.java
M src/main/java/hudson/plugins/disk_usage/DiskUsageBuildInformation.java
M src/main/java/hudson/plugins/disk_usage/DiskUsageManagement.java
M src/main/java/hudson/plugins/disk_usage/DiskUsageProjectActionFactory.java
M src/main/java/hudson/plugins/disk_usage/DiskUsageProperty.java
M src/main/java/hudson/plugins/disk_usage/ProjectDiskUsage.java
M src/main/java/hudson/plugins/disk_usage/ProjectDiskUsageAction.java
M src/main/resources/hudson/plugins/disk_usage/Messages.properties
M src/main/resources/hudson/plugins/disk_usage/Messages_fr.properties
M src/main/resources/hudson/plugins/disk_usage/Messages_ja.properties
M src/main/resources/hudson/plugins/disk_usage/Messages_zh_TW.properties
M 
src/test/java/hudson/plugins/disk_usage/integration/DiskUsagePropertyTest.java

  Log Message:
  ---
  Fixes Correctness category identified by spotbugs


  Commit: a71a5a558c9b1a5a0ee3d65e9223294a4c0bbb72
  
https://github.com/jenkinsci/disk-usage-plugin/commit/a71a5a558c9b1a5a0ee3d65e9223294a4c0bbb72
  Author: Filipe Roque 
  Date:   2023-02-09 (Thu, 09 Feb 2023)

  Changed paths:
M src/main/java/hudson/plugins/disk_usage/DiskUsageProperty.java

  Log Message:
  ---
  Fix inefficient use of keySet iterator instead of entrySet iterator


  Commit: 72a4dca2cc0943038d9bb55ee2226202bc224194
  
https://github.com/jenkinsci/disk-usage-plugin/commit/72a4dca2cc0943038d9bb55ee2226202bc224194
  Author: Filipe Roque 
  Date:   2023-02-09 (Thu, 09 Feb 2023)

  Changed paths:
M src/main/java/hudson/plugins/disk_usage/DiskUsageManagement.java
M src/main/java/hudson/plugins/disk_usage/DiskUsageProperty.java
M src/main/java/hudson/plugins/disk_usage/ProjectDiskUsage.java

  Log Message:
  ---
  Fix Dead store to local variable


  Commit: 26139d6b3e4ec54da3544d7cbe67d0d2c9397e19
  
https://github.com/jenkinsci/disk-usage-plugin/commit/26139d6b3e4ec54da3544d7cbe67d0d2c9397e19
  Author: Filipe Roque 
  Date:   2023-02-09 (Thu, 09 Feb 2023)

  Changed paths:
M src/main/java/hudson/plugins/disk_usage/DiskUsageProperty.java

  Log Message:
  ---
  Fix Redundant nullcheck of value known to be non-null


  Commit: 74dad74ec11491d8097b43db4ae5c71e69f362f0
  
https://github.com/jenkinsci/disk-usage-plugin/commit/74dad74ec11491d8097b43db4ae5c71e69f362f0
  Author: Filipe Roque 
  Date:   2023-02-09 (Thu, 09 Feb 2023)

  Changed paths:
M src/main/java/hudson/plugins/disk_usage/DiskUsageProperty.java
M src/main/java/hudson/plugins/disk_usage/DiskUsageUtil.java

  Log Message:
  ---
  Fix Exception is caught when Exception is not thrown


Compare: 
https://github.com/jenkinsci/disk-usage-plugin/compare/6781f4f23949%5E...74dad74ec114

-- 
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/disk-usage-plugin/push/refs/heads/fix_spotbugs_issues/00-74dad7%40github.com.


[jenkinsci/design-library-plugin] 2e4fff: Update dependency io.jenkins.tools.bom:bom-weekly ...

2023-02-08 Thread 'renovate[bot]' via Jenkins Commits
  Branch: refs/heads/renovate/io.jenkins.tools.bom-bom-weekly-1823.x
  Home:   https://github.com/jenkinsci/design-library-plugin
  Commit: 2e4fff86b9157526213c1be6cc4127f5694d8466
  
https://github.com/jenkinsci/design-library-plugin/commit/2e4fff86b9157526213c1be6cc4127f5694d8466
  Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  Date:   2023-02-09 (Thu, 09 Feb 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update dependency io.jenkins.tools.bom:bom-weekly to v1823


-- 
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/design-library-plugin/push/refs/heads/renovate/io.jenkins.tools.bom-bom-weekly-1823.x/00-2e4fff%40github.com.


[jenkinsci/disk-usage-plugin]

2023-02-08 Thread 'Filipe Roque' via Jenkins Commits
  Branch: refs/heads/improve_readme
  Home:   https://github.com/jenkinsci/disk-usage-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/disk-usage-plugin/push/refs/heads/improve_readme/555f30-00%40github.com.


[jenkinsci/disk-usage-plugin]

2023-02-08 Thread 'Filipe Roque' via Jenkins Commits
  Branch: refs/heads/removes_java.level
  Home:   https://github.com/jenkinsci/disk-usage-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/disk-usage-plugin/push/refs/heads/removes_java.level/da81d5-00%40github.com.


[jenkinsci/disk-usage-plugin]

2023-02-08 Thread 'Filipe Roque' via Jenkins Commits
  Branch: refs/heads/fix_graph_x_axis_order
  Home:   https://github.com/jenkinsci/disk-usage-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/disk-usage-plugin/push/refs/heads/fix_graph_x_axis_order/5d66a4-00%40github.com.


[jenkinsci/disk-usage-plugin]

2023-02-08 Thread 'Filipe Roque' via Jenkins Commits
  Branch: refs/heads/removes_unused_DiskUsageRecord
  Home:   https://github.com/jenkinsci/disk-usage-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/disk-usage-plugin/push/refs/heads/removes_unused_DiskUsageRecord/792182-00%40github.com.


[jenkinsci/configuration-as-code-plugin]

2023-02-08 Thread 'github-actions[bot]' via Jenkins Commits
  Branch: 
refs/heads/updatecli_826cf2c93e438e11e9a7fc0479c71d12103331eed6633a5604ad389619ebb800
  Home:   https://github.com/jenkinsci/configuration-as-code-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/configuration-as-code-plugin/push/refs/heads/updatecli_826cf2c93e438e11e9a7fc0479c71d12103331eed6633a5604ad389619ebb800/30cd5f-00%40github.com.


[jenkinsci/configuration-as-code-plugin] a1ffe2: Bump jenkins.version from 2.375.2 to 2.375.3 (#2205)

2023-02-08 Thread 'github-actions[bot]' via Jenkins Commits
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/configuration-as-code-plugin

  Commit: a1ffe20c9b5705e305c635a1139b708f239349d3

  
https://github.com/jenkinsci/configuration-as-code-plugin/commit/a1ffe20c9b5705e305c635a1139b708f239349d3

  Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>

  Date:   2023-02-09 (Thu, 09 Feb 2023)



  Changed paths:

M integrations/pom.xml



  Log Message:

  ---

  Bump jenkins.version from 2.375.2 to 2.375.3 (#2205)



... 
figuration-as-code-plugin/configuration-as-code-plugin/updatecli/update-jenkins.ps1
 -PomPath integrations/pom.xml -NewVersion 2.375.3"



Made with ❤️️ by updatecli



Co-authored-by: GitHub Actions 
<41898282+github-actions[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/configuration-as-code-plugin/push/refs/heads/master/a5969a-a1ffe2%40github.com.


[jenkinsci/disk-usage-plugin] 6b3707: Update CHANGELOG.md

2023-02-08 Thread 'Filipe Roque' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/disk-usage-plugin
  Commit: 6b3707385cbc5e9c847bccc99bc71b1fe9947fab
  
https://github.com/jenkinsci/disk-usage-plugin/commit/6b3707385cbc5e9c847bccc99bc71b1fe9947fab
  Author: Filipe Roque 
  Date:   2023-02-09 (Thu, 09 Feb 2023)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Update CHANGELOG.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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/disk-usage-plugin/push/refs/heads/master/75d08f-6b3707%40github.com.


[jenkinsci/disk-usage-plugin] 792182: Removes unused DiskUsageRecord

2023-02-08 Thread 'Filipe Roque' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/disk-usage-plugin
  Commit: 792182e6408f62174f215a8d053efa13a7f18fec
  
https://github.com/jenkinsci/disk-usage-plugin/commit/792182e6408f62174f215a8d053efa13a7f18fec
  Author: Filipe Roque 
  Date:   2023-02-09 (Thu, 09 Feb 2023)

  Changed paths:
R src/main/java/hudson/plugins/disk_usage/DiskUsageRecord.java

  Log Message:
  ---
  Removes unused DiskUsageRecord


  Commit: 75d08f91c04c06de34c1cfb988a6d96af89d771e
  
https://github.com/jenkinsci/disk-usage-plugin/commit/75d08f91c04c06de34c1cfb988a6d96af89d771e
  Author: Filipe Roque 
  Date:   2023-02-09 (Thu, 09 Feb 2023)

  Changed paths:
R src/main/java/hudson/plugins/disk_usage/DiskUsageRecord.java

  Log Message:
  ---
  Merge pull request #72 from jenkinsci/removes_unused_DiskUsageRecord

Removes unused DiskUsageRecord


Compare: 
https://github.com/jenkinsci/disk-usage-plugin/compare/532ca91d4edf...75d08f91c04c

-- 
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/disk-usage-plugin/push/refs/heads/master/532ca9-75d08f%40github.com.


[jenkinsci/disk-usage-plugin] 5d66a4: Order builds by build number for graph show in pro...

2023-02-08 Thread 'Filipe Roque' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/disk-usage-plugin
  Commit: 5d66a4d7e5383b2dd7c683341728717ff76040c7
  
https://github.com/jenkinsci/disk-usage-plugin/commit/5d66a4d7e5383b2dd7c683341728717ff76040c7
  Author: Filipe Roque 
  Date:   2023-02-09 (Thu, 09 Feb 2023)

  Changed paths:
M src/main/java/hudson/plugins/disk_usage/ProjectDiskUsageAction.java

  Log Message:
  ---
  Order builds by build number for graph show in project page


  Commit: 532ca91d4edfb79c1fb7b379523335ef6fc077bc
  
https://github.com/jenkinsci/disk-usage-plugin/commit/532ca91d4edfb79c1fb7b379523335ef6fc077bc
  Author: Filipe Roque 
  Date:   2023-02-09 (Thu, 09 Feb 2023)

  Changed paths:
M src/main/java/hudson/plugins/disk_usage/ProjectDiskUsageAction.java

  Log Message:
  ---
  Merge pull request #70 from jenkinsci/fix_graph_x_axis_order

Order builds by build number for graph show in project page


Compare: 
https://github.com/jenkinsci/disk-usage-plugin/compare/7f162b5dda97...532ca91d4edf

-- 
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/disk-usage-plugin/push/refs/heads/master/7f162b-532ca9%40github.com.


[jenkins-infra/jenkins.io] 37cf58: Update dependency ruby to v3.2.1

2023-02-08 Thread 'renovate[bot]' via Jenkins Commits
  Branch: refs/heads/renovate/ruby-3.x
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 37cf58d759cd91996e9de81b245b54ca63a7522f
  
https://github.com/jenkins-infra/jenkins.io/commit/37cf58d759cd91996e9de81b245b54ca63a7522f
  Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  Date:   2023-02-09 (Thu, 09 Feb 2023)

  Changed paths:
M .ruby-version
M Dockerfile
M scripts/ruby

  Log Message:
  ---
  Update dependency ruby to v3.2.1


-- 
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/jenkins-infra/jenkins.io/push/refs/heads/renovate/ruby-3.x/e58937-37cf58%40github.com.


[jenkinsci/disk-usage-plugin] 792182: Removes unused DiskUsageRecord

2023-02-08 Thread 'Filipe Roque' via Jenkins Commits
  Branch: refs/heads/removes_unused_DiskUsageRecord
  Home:   https://github.com/jenkinsci/disk-usage-plugin
  Commit: 792182e6408f62174f215a8d053efa13a7f18fec
  
https://github.com/jenkinsci/disk-usage-plugin/commit/792182e6408f62174f215a8d053efa13a7f18fec
  Author: Filipe Roque 
  Date:   2023-02-09 (Thu, 09 Feb 2023)

  Changed paths:
R src/main/java/hudson/plugins/disk_usage/DiskUsageRecord.java

  Log Message:
  ---
  Removes unused DiskUsageRecord


-- 
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/disk-usage-plugin/push/refs/heads/removes_unused_DiskUsageRecord/00-792182%40github.com.


[jenkinsci/configuration-as-code-plugin] 30cd5f: chore: ran shell command "pwsh -NoProfile -File /h...

2023-02-08 Thread 'github-actions[bot]' via Jenkins Commits
  Branch: 
refs/heads/updatecli_826cf2c93e438e11e9a7fc0479c71d12103331eed6633a5604ad389619ebb800

  Home:   https://github.com/jenkinsci/configuration-as-code-plugin

  Commit: 30cd5f2a8fdd31adc6fe4aba1bcb0edb580531be

  
https://github.com/jenkinsci/configuration-as-code-plugin/commit/30cd5f2a8fdd31adc6fe4aba1bcb0edb580531be

  Author: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>

  Date:   2023-02-09 (Thu, 09 Feb 2023)



  Changed paths:

M integrations/pom.xml



  Log Message:

  ---

  chore: ran shell command "pwsh -NoProfile -File /home/runner/work/con...



... 
figuration-as-code-plugin/configuration-as-code-plugin/updatecli/update-jenkins.ps1
 -PomPath integrations/pom.xml -NewVersion 2.375.3"



Made with ❤️️ by updatecli





-- 
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/configuration-as-code-plugin/push/refs/heads/updatecli_826cf2c93e438e11e9a7fc0479c71d12103331eed6633a5604ad389619ebb800/00-30cd5f%40github.com.


[jenkinsci/lockable-resources-plugin] bff517: New Crowdin translations

2023-02-08 Thread 'Crowdin Bot' via Jenkins Commits
  Branch: refs/heads/l10n_crowdin_action
  Home:   https://github.com/jenkinsci/lockable-resources-plugin
  Commit: bff51702251a84b75011081a31386e6a2b272137
  
https://github.com/jenkinsci/lockable-resources-plugin/commit/bff51702251a84b75011081a31386e6a2b272137
  Author: Crowdin Bot 
  Date:   2023-02-09 (Thu, 09 Feb 2023)

  Changed paths:
M 
src/main/resources/org/jenkins/plugins/lockableresources/LockStep/config_cs.properties
M 
src/main/resources/org/jenkins/plugins/lockableresources/LockStep/config_de.properties
M 
src/main/resources/org/jenkins/plugins/lockableresources/LockStep/config_sk.properties
M 
src/main/resources/org/jenkins/plugins/lockableresources/LockStepResource/config_de.properties

  Log Message:
  ---
  New Crowdin translations


-- 
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/lockable-resources-plugin/push/refs/heads/l10n_crowdin_action/38993a-bff517%40github.com.


[jenkinsci/disk-usage-plugin] 7f162b: Update CHANGELOG.md

2023-02-08 Thread 'Filipe Roque' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/disk-usage-plugin
  Commit: 7f162b5dda97ff256fe08cfb6ec3719edfd8c767
  
https://github.com/jenkinsci/disk-usage-plugin/commit/7f162b5dda97ff256fe08cfb6ec3719edfd8c767
  Author: Filipe Roque 
  Date:   2023-02-09 (Thu, 09 Feb 2023)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Update CHANGELOG.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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/disk-usage-plugin/push/refs/heads/master/4b511e-7f162b%40github.com.


[jenkinsci/disk-usage-plugin] da81d5: Removes deprecated maven property java.level

2023-02-08 Thread 'Filipe Roque' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/disk-usage-plugin
  Commit: da81d5592d75b07b983e6e981e93554dfc4eb966
  
https://github.com/jenkinsci/disk-usage-plugin/commit/da81d5592d75b07b983e6e981e93554dfc4eb966
  Author: Filipe Roque 
  Date:   2023-02-09 (Thu, 09 Feb 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Removes deprecated maven property java.level

java.level is no longer the way to set the required java version

https://github.com/jenkinsci/plugin-pom/pull/522


  Commit: 4b511ee819027e519bf856c837436591c3233640
  
https://github.com/jenkinsci/disk-usage-plugin/commit/4b511ee819027e519bf856c837436591c3233640
  Author: Filipe Roque 
  Date:   2023-02-09 (Thu, 09 Feb 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #71 from jenkinsci/removes_java.level

Removes deprecated maven property java.level


Compare: 
https://github.com/jenkinsci/disk-usage-plugin/compare/373f1b1bcfa3...4b511ee81902

-- 
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/disk-usage-plugin/push/refs/heads/master/373f1b-4b511e%40github.com.


[jenkinsci/disk-usage-plugin] 5d66a4: Order builds by build number for graph show in pro...

2023-02-08 Thread 'Filipe Roque' via Jenkins Commits
  Branch: refs/heads/fix_graph_x_axis_order
  Home:   https://github.com/jenkinsci/disk-usage-plugin
  Commit: 5d66a4d7e5383b2dd7c683341728717ff76040c7
  
https://github.com/jenkinsci/disk-usage-plugin/commit/5d66a4d7e5383b2dd7c683341728717ff76040c7
  Author: Filipe Roque 
  Date:   2023-02-09 (Thu, 09 Feb 2023)

  Changed paths:
M src/main/java/hudson/plugins/disk_usage/ProjectDiskUsageAction.java

  Log Message:
  ---
  Order builds by build number for graph show in project page


-- 
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/disk-usage-plugin/push/refs/heads/fix_graph_x_axis_order/a53a6a-5d66a4%40github.com.


[jenkinsci/disk-usage-plugin] da81d5: Removes deprecated maven property java.level

2023-02-08 Thread 'Filipe Roque' via Jenkins Commits
  Branch: refs/heads/removes_java.level
  Home:   https://github.com/jenkinsci/disk-usage-plugin
  Commit: da81d5592d75b07b983e6e981e93554dfc4eb966
  
https://github.com/jenkinsci/disk-usage-plugin/commit/da81d5592d75b07b983e6e981e93554dfc4eb966
  Author: Filipe Roque 
  Date:   2023-02-09 (Thu, 09 Feb 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Removes deprecated maven property java.level

java.level is no longer the way to set the required java version

https://github.com/jenkinsci/plugin-pom/pull/522


-- 
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/disk-usage-plugin/push/refs/heads/removes_java.level/881fce-da81d5%40github.com.


[jenkinsci/design-library-plugin] 7b3980: feat: New Crowdin translations

2023-02-08 Thread 'Crowdin Bot' via Jenkins Commits
  Branch: refs/heads/l10n_crowdin_action
  Home:   https://github.com/jenkinsci/design-library-plugin
  Commit: 7b39801a30188404ff392319cab14b1b737adc5b
  
https://github.com/jenkinsci/design-library-plugin/commit/7b39801a30188404ff392319cab14b1b737adc5b
  Author: Crowdin Bot 
  Date:   2023-02-09 (Thu, 09 Feb 2023)

  Changed paths:
M 
src/main/resources/io/jenkins/plugins/designlibrary/Root/index_fr.properties
M 
src/main/resources/io/jenkins/plugins/designlibrary/Spacing/index_fr.properties
M 
src/main/resources/io/jenkins/plugins/designlibrary/Symbols/index_fr.properties
M 
src/main/resources/io/jenkins/plugins/designlibrary/ToggleSwitch/index_fr.properties

  Log Message:
  ---
  feat: New Crowdin translations


-- 
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/design-library-plugin/push/refs/heads/l10n_crowdin_action/a8b6b5-7b3980%40github.com.


[jenkinsci/disk-usage-plugin] 373f1b: Adds spotbugs ignoreFailedBuilds to Jenkinsfile

2023-02-08 Thread 'Filipe Roque' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/disk-usage-plugin
  Commit: 373f1b1bcfa3086427a7af37c581657a3ddcae11
  
https://github.com/jenkinsci/disk-usage-plugin/commit/373f1b1bcfa3086427a7af37c581657a3ddcae11
  Author: Filipe Roque 
  Date:   2023-02-09 (Thu, 09 Feb 2023)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Adds spotbugs ignoreFailedBuilds to Jenkinsfile

spotbugs is failing all builds due major terminology refactor in #67 but 
without any actual code changes

https://github.com/jenkinsci/disk-usage-plugin/pull/67


-- 
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/disk-usage-plugin/push/refs/heads/master/573683-373f1b%40github.com.


[jenkinsci/plugin-compat-tester] 704050: Remove support for plugins without an SCM tag

2023-02-08 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/fallback
  Home:   https://github.com/jenkinsci/plugin-compat-tester
  Commit: 704050be4e5ba81be943594f33ee1f0b55c173f0
  
https://github.com/jenkinsci/plugin-compat-tester/commit/704050be4e5ba81be943594f33ee1f0b55c173f0
  Author: Basil Crow 
  Date:   2023-02-08 (Wed, 08 Feb 2023)

  Changed paths:
M src/main/java/org/jenkins/tools/test/PluginCompatTester.java
M src/main/java/org/jenkins/tools/test/hook/AbstractMultiParentHook.java
M src/main/java/org/jenkins/tools/test/hook/AwsJavaSdkHook.java
M src/main/java/org/jenkins/tools/test/hook/BlueOceanHook.java
M src/main/java/org/jenkins/tools/test/hook/ConfigurationAsCodeHook.java
M src/main/java/org/jenkins/tools/test/hook/DeclarativePipelineHook.java
M 
src/main/java/org/jenkins/tools/test/hook/DeclarativePipelineMigrationHook.java
M src/main/java/org/jenkins/tools/test/hook/MinaSshdApi.java
M src/main/java/org/jenkins/tools/test/hook/PipelineStageViewHook.java
M src/main/java/org/jenkins/tools/test/hook/SwarmHook.java
M src/main/java/org/jenkins/tools/test/hook/WarningsNGCheckoutHook.java
M src/main/java/org/jenkins/tools/test/hook/WorkflowCpsHook.java
M src/main/java/org/jenkins/tools/test/model/PluginRemoting.java
M src/main/java/org/jenkins/tools/test/model/PomData.java
M src/test/java/org/jenkins/tools/test/model/PluginRemotingTest.java
M src/test/resources/org/jenkins/tools/test/model/scm/pom.xml

  Log Message:
  ---
  Remove support for plugins without an SCM tag


-- 
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/plugin-compat-tester/push/refs/heads/fallback/31eb8e-704050%40github.com.


[jenkinsci/plugin-compat-tester] 31eb8e: Remove support for plugins without an SCM tag

2023-02-08 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/fallback
  Home:   https://github.com/jenkinsci/plugin-compat-tester
  Commit: 31eb8eb9a185ec40d3ac93d2dc30bf4ca711b48b
  
https://github.com/jenkinsci/plugin-compat-tester/commit/31eb8eb9a185ec40d3ac93d2dc30bf4ca711b48b
  Author: Basil Crow 
  Date:   2023-02-08 (Wed, 08 Feb 2023)

  Changed paths:
M src/main/java/org/jenkins/tools/test/PluginCompatTester.java
M src/main/java/org/jenkins/tools/test/hook/AbstractMultiParentHook.java
M src/main/java/org/jenkins/tools/test/hook/AwsJavaSdkHook.java
M src/main/java/org/jenkins/tools/test/hook/BlueOceanHook.java
M src/main/java/org/jenkins/tools/test/hook/ConfigurationAsCodeHook.java
M src/main/java/org/jenkins/tools/test/hook/DeclarativePipelineHook.java
M 
src/main/java/org/jenkins/tools/test/hook/DeclarativePipelineMigrationHook.java
M src/main/java/org/jenkins/tools/test/hook/MinaSshdApi.java
M src/main/java/org/jenkins/tools/test/hook/PipelineStageViewHook.java
M src/main/java/org/jenkins/tools/test/hook/SwarmHook.java
M src/main/java/org/jenkins/tools/test/hook/WarningsNGCheckoutHook.java
M src/main/java/org/jenkins/tools/test/hook/WorkflowCpsHook.java
M src/main/java/org/jenkins/tools/test/model/PluginRemoting.java
M src/test/java/org/jenkins/tools/test/model/PluginRemotingTest.java
M src/test/resources/org/jenkins/tools/test/model/scm/pom.xml

  Log Message:
  ---
  Remove support for plugins without an SCM tag


-- 
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/plugin-compat-tester/push/refs/heads/fallback/00-31eb8e%40github.com.


[jenkinsci/rocketchatnotifier-plugin]

2023-02-08 Thread 'Martin Reinhardt' via Jenkins Commits
  Branch: refs/heads/snyk-upgrade-0365cbe78f8b5e7e78591c966d33c33e
  Home:   https://github.com/jenkinsci/rocketchatnotifier-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/rocketchatnotifier-plugin/push/refs/heads/snyk-upgrade-0365cbe78f8b5e7e78591c966d33c33e/b45576-00%40github.com.


[jenkinsci/rocketchatnotifier-plugin] b45576: fix: upgrade net.java.dev.jna:jna from 5.12.1 to 5...

2023-02-08 Thread 'Snyk bot' via Jenkins Commits
  Branch: refs/heads/snyk-upgrade-0365cbe78f8b5e7e78591c966d33c33e
  Home:   https://github.com/jenkinsci/rocketchatnotifier-plugin
  Commit: b45576333d9ff176882c0408257699fe67f2eef7
  
https://github.com/jenkinsci/rocketchatnotifier-plugin/commit/b45576333d9ff176882c0408257699fe67f2eef7
  Author: snyk-bot 
  Date:   2023-02-08 (Wed, 08 Feb 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  fix: upgrade net.java.dev.jna:jna from 5.12.1 to 5.13.0

Snyk has created this PR to upgrade net.java.dev.jna:jna from 5.12.1 to 5.13.0.

See this package in Maven Repository:
https://mvnrepository.com/artifact/net.java.dev.jna/jna/

See this project in Snyk:
https://app.snyk.io/org/hypery2k/project/d741ce8c-31ef-4d15-8c62-c26abb28e9d1?utm_source=github&utm_medium=referral&page=upgrade-pr


-- 
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/rocketchatnotifier-plugin/push/refs/heads/snyk-upgrade-0365cbe78f8b5e7e78591c966d33c33e/96b766-b45576%40github.com.


[jenkinsci/rocketchatnotifier-plugin]

2023-02-08 Thread 'Martin Reinhardt' via Jenkins Commits
  Branch: refs/heads/snyk-upgrade-0365cbe78f8b5e7e78591c966d33c33e
  Home:   https://github.com/jenkinsci/rocketchatnotifier-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/rocketchatnotifier-plugin/push/refs/heads/snyk-upgrade-0365cbe78f8b5e7e78591c966d33c33e/00-96b766%40github.com.


[jenkinsci/plugin-compat-tester] 142eef: Allow interpolation of SCM URLs (#450)

2023-02-08 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/cli
  Home:   https://github.com/jenkinsci/plugin-compat-tester
  Commit: 142eefa3302f0c81ca056a035e90dd23799afc74
  
https://github.com/jenkinsci/plugin-compat-tester/commit/142eefa3302f0c81ca056a035e90dd23799afc74
  Author: James Nord 
  Date:   2023-02-08 (Wed, 08 Feb 2023)

  Changed paths:
M src/main/java/org/jenkins/tools/test/model/PluginRemoting.java
A src/test/java/org/jenkins/tools/test/model/PluginRemotingTest.java

  Log Message:
  ---
  Allow interpolation of SCM URLs (#450)


  Commit: 2b3325970af90fb896ddb9d88344ecf6904a3ef6
  
https://github.com/jenkinsci/plugin-compat-tester/commit/2b3325970af90fb896ddb9d88344ecf6904a3ef6
  Author: Basil Crow 
  Date:   2023-02-08 (Wed, 08 Feb 2023)

  Changed paths:
M src/main/java/org/jenkins/tools/test/model/PluginRemoting.java
M src/test/java/org/jenkins/tools/test/model/PluginRemotingTest.java
A src/test/resources/org/jenkins/tools/test/model/scm/pom.xml
A src/test/resources/org/jenkins/tools/test/model/smokes/pom.xml

  Log Message:
  ---
  Parse `pom.xml` without SCM section in `PluginRemoting#retrievePomData` (#451)


  Commit: 6e8154d05e415a0a5d8739815364123743f50fa6
  
https://github.com/jenkinsci/plugin-compat-tester/commit/6e8154d05e415a0a5d8739815364123743f50fa6
  Author: Basil Crow 
  Date:   2023-02-08 (Wed, 08 Feb 2023)

  Changed paths:
M src/main/java/org/jenkins/tools/test/model/PluginRemoting.java
A src/test/java/org/jenkins/tools/test/model/PluginRemotingTest.java
A src/test/resources/org/jenkins/tools/test/model/scm/pom.xml
A src/test/resources/org/jenkins/tools/test/model/smokes/pom.xml

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


Compare: 
https://github.com/jenkinsci/plugin-compat-tester/compare/a79fb8ddd7d4...6e8154d05e41

-- 
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/plugin-compat-tester/push/refs/heads/cli/a79fb8-6e8154%40github.com.


[jenkinsci/plugin-compat-tester]

2023-02-08 Thread 'github-actions[bot]' via Jenkins Commits
  Branch: refs/tags/1240.v2b_3325970a_f9
  Home:   https://github.com/jenkinsci/plugin-compat-tester

-- 
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/plugin-compat-tester/push/refs/tags/1240.v2b_3325970a_f9/00-2b3325%40github.com.


[jenkinsci/plugin-compat-tester] 2b3325: Parse `pom.xml` without SCM section in `PluginRemo...

2023-02-08 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/plugin-compat-tester
  Commit: 2b3325970af90fb896ddb9d88344ecf6904a3ef6
  
https://github.com/jenkinsci/plugin-compat-tester/commit/2b3325970af90fb896ddb9d88344ecf6904a3ef6
  Author: Basil Crow 
  Date:   2023-02-08 (Wed, 08 Feb 2023)

  Changed paths:
M src/main/java/org/jenkins/tools/test/model/PluginRemoting.java
M src/test/java/org/jenkins/tools/test/model/PluginRemotingTest.java
A src/test/resources/org/jenkins/tools/test/model/scm/pom.xml
A src/test/resources/org/jenkins/tools/test/model/smokes/pom.xml

  Log Message:
  ---
  Parse `pom.xml` without SCM section in `PluginRemoting#retrievePomData` (#451)


-- 
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/plugin-compat-tester/push/refs/heads/master/142eef-2b3325%40github.com.


[jenkinsci/plugin-compat-tester]

2023-02-08 Thread 'github-actions[bot]' via Jenkins Commits
  Branch: refs/tags/1239.v142eefa_3302f
  Home:   https://github.com/jenkinsci/plugin-compat-tester

-- 
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/plugin-compat-tester/push/refs/tags/1239.v142eefa_3302f/00-142eef%40github.com.


[jenkins-infra/account-app]

2023-02-08 Thread 'infra-ci-jenkins-io[bot]' via Jenkins Commits
  Branch: refs/tags/0.2.34
  Home:   https://github.com/jenkins-infra/account-app

-- 
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/jenkins-infra/account-app/push/refs/tags/0.2.34/00-ea50e9%40github.com.


[jenkinsci/plugin-compat-tester] 142eef: Allow interpolation of SCM URLs (#450)

2023-02-08 Thread 'James Nord' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/plugin-compat-tester
  Commit: 142eefa3302f0c81ca056a035e90dd23799afc74
  
https://github.com/jenkinsci/plugin-compat-tester/commit/142eefa3302f0c81ca056a035e90dd23799afc74
  Author: James Nord 
  Date:   2023-02-08 (Wed, 08 Feb 2023)

  Changed paths:
M src/main/java/org/jenkins/tools/test/model/PluginRemoting.java
A src/test/java/org/jenkins/tools/test/model/PluginRemotingTest.java

  Log Message:
  ---
  Allow interpolation of SCM URLs (#450)


-- 
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/plugin-compat-tester/push/refs/heads/master/e00a89-142eef%40github.com.


[jenkinsci/instant-messaging-plugin] bb1f1f: Remove unneeded `commons-lang` dependency

2023-02-08 Thread 'Jim Klimov' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/instant-messaging-plugin
  Commit: bb1f1f997e76f2094a65281207e9fc21af7fcd4a
  
https://github.com/jenkinsci/instant-messaging-plugin/commit/bb1f1f997e76f2094a65281207e9fc21af7fcd4a
  Author: Basil Crow 
  Date:   2023-02-01 (Wed, 01 Feb 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Remove unneeded `commons-lang` dependency


  Commit: 9dcf4f828d964f7ae8a17ab3df368b5ed0954808
  
https://github.com/jenkinsci/instant-messaging-plugin/commit/9dcf4f828d964f7ae8a17ab3df368b5ed0954808
  Author: Jim Klimov 
  Date:   2023-02-08 (Wed, 08 Feb 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #141 from basil/commons-lang

Remove unneeded `commons-lang` dependency


Compare: 
https://github.com/jenkinsci/instant-messaging-plugin/compare/a6c1e97cc252...9dcf4f828d96

-- 
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/instant-messaging-plugin/push/refs/heads/master/a6c1e9-9dcf4f%40github.com.


[jenkinsci/datadog-plugin] d3ef29: Fix logs not showing in Jenkins when collecting logs

2023-02-08 Thread 'Albert Vaca Cintora' via Jenkins Commits
  Branch: refs/heads/albertvaka/fix-eating-logs
  Home:   https://github.com/jenkinsci/datadog-plugin
  Commit: d3ef29dd3660d02884f998fcc51911e0c1f9284d
  
https://github.com/jenkinsci/datadog-plugin/commit/d3ef29dd3660d02884f998fcc51911e0c1f9284d
  Author: Albert Vaca Cintora 
  Date:   2023-02-08 (Wed, 08 Feb 2023)

  Changed paths:
M 
src/main/java/org/datadog/jenkins/plugins/datadog/logs/DatadogOutputStream.java

  Log Message:
  ---
  Fix logs not showing in Jenkins when collecting logs


-- 
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/datadog-plugin/push/refs/heads/albertvaka/fix-eating-logs/00-d3ef29%40github.com.


[jenkinsci/disk-usage-plugin] 573683: Fix spotbugs ignoreQualityGate to Jenkinsfile

2023-02-08 Thread 'Filipe Roque' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/disk-usage-plugin
  Commit: 573683b93ceb7083bf1f5b00c708e9852390ab9f
  
https://github.com/jenkinsci/disk-usage-plugin/commit/573683b93ceb7083bf1f5b00c708e9852390ab9f
  Author: Filipe Roque 
  Date:   2023-02-08 (Wed, 08 Feb 2023)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Fix spotbugs ignoreQualityGate to Jenkinsfile

spotbugs is failing all builds due major terminology refactor in #67 but 
without any actual code changes

https://github.com/jenkinsci/disk-usage-plugin/pull/67


-- 
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/disk-usage-plugin/push/refs/heads/master/dea59d-573683%40github.com.


[jenkinsci/disk-usage-plugin] dea59d: Adds spotbugs ignoreQualityGate to Jenkinsfile

2023-02-08 Thread 'Filipe Roque' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/disk-usage-plugin
  Commit: dea59d455412758f4faedd0f9cde8aaf4ebb3b13
  
https://github.com/jenkinsci/disk-usage-plugin/commit/dea59d455412758f4faedd0f9cde8aaf4ebb3b13
  Author: Filipe Roque 
  Date:   2023-02-08 (Wed, 08 Feb 2023)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Adds spotbugs ignoreQualityGate to Jenkinsfile

spotbugs is failling all builds due major terminology refactor in #67 but 
without any actual code changes

https://github.com/jenkinsci/disk-usage-plugin/pull/67


-- 
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/disk-usage-plugin/push/refs/heads/master/1b1f8c-dea59d%40github.com.


[jenkins-infra/jenkins.io] e4726e: feat(documentation): Very first draft of the Janua...

2023-02-08 Thread 'Alyssat' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: e4726eafb18c71c677f8004378c88b99ec150b55
  
https://github.com/jenkins-infra/jenkins.io/commit/e4726eafb18c71c677f8004378c88b99ec150b55
  Author: gounthar 
  Date:   2023-02-03 (Fri, 03 Feb 2023)

  Changed paths:
A content/blog/2023/02/2023-02-05-jenkins-newsletter.adoc

  Log Message:
  ---
  feat(documentation): Very first draft of the January 2023 newsletter.


  Commit: e5ed392f1b3ada01791e5c7dfce2d0246941faa5
  
https://github.com/jenkins-infra/jenkins.io/commit/e5ed392f1b3ada01791e5c7dfce2d0246941faa5
  Author: Bruno Verachten 
  Date:   2023-02-04 (Sat, 04 Feb 2023)

  Changed paths:
M content/doc/administration/requirements/java.adoc
M content/doc/book/pipeline/syntax.adoc

  Log Message:
  ---
  Merge branch 'jenkins-infra:master' into january-2023-newsletter


  Commit: 8909acc7e4a0ed2e045b09c0277feece18308cf1
  
https://github.com/jenkins-infra/jenkins.io/commit/8909acc7e4a0ed2e045b09c0277feece18308cf1
  Author: gounthar 
  Date:   2023-02-04 (Sat, 04 Feb 2023)

  Changed paths:
M content/blog/2023/02/2023-02-05-jenkins-newsletter.adoc

  Log Message:
  ---
  feat(documentation): Now uses images as headers and references authors.


  Commit: 0d82e4372e738dc95343530601d815035971de45
  
https://github.com/jenkins-infra/jenkins.io/commit/0d82e4372e738dc95343530601d815035971de45
  Author: gounthar 
  Date:   2023-02-04 (Sat, 04 Feb 2023)

  Changed paths:
M content/blog/2023/02/2023-02-05-jenkins-newsletter.adoc

  Log Message:
  ---
  feat(documentation): Now uses images as headers and references for outreach.


  Commit: 219a4570ef09b1fabd70916ebb60b19c7e6474c0
  
https://github.com/jenkins-infra/jenkins.io/commit/219a4570ef09b1fabd70916ebb60b19c7e6474c0
  Author: Bruno Verachten 
  Date:   2023-02-06 (Mon, 06 Feb 2023)

  Changed paths:
M content/blog/2023/02/2023-02-05-jenkins-newsletter.adoc

  Log Message:
  ---
  Apply suggestions from code review

Thank you so much for your review.

Co-authored-by: Kevin Martens <99040580+kmarten...@users.noreply.github.com>


  Commit: f4fbec68841b9d656adb880b7d450cc04a179703
  
https://github.com/jenkins-infra/jenkins.io/commit/f4fbec68841b9d656adb880b7d450cc04a179703
  Author: gounthar 
  Date:   2023-02-06 (Mon, 06 Feb 2023)

  Changed paths:
M content/blog/2023/02/2023-02-05-jenkins-newsletter.adoc
A 
content/images/post-images/2023/02/05/2023-02-05-jenkins-newsletter/centered-newsletter.png

  Log Message:
  ---
  fix(documentation): Header and opengraph change.


  Commit: 2f7ca7f0e0a7cd863dec50471f304c771367eebe
  
https://github.com/jenkins-infra/jenkins.io/commit/2f7ca7f0e0a7cd863dec50471f304c771367eebe
  Author: gounthar 
  Date:   2023-02-06 (Mon, 06 Feb 2023)

  Changed paths:
M content/blog/2023/02/2023-02-05-jenkins-newsletter.adoc

  Log Message:
  ---
  Merge remote-tracking branch 'origin/january-2023-newsletter' into 
january-2023-newsletter


  Commit: 7b1cfe05283c33f4dc95d3275becf7a519d71b47
  
https://github.com/jenkins-infra/jenkins.io/commit/7b1cfe05283c33f4dc95d3275becf7a519d71b47
  Author: gounthar 
  Date:   2023-02-06 (Mon, 06 Feb 2023)

  Changed paths:
M 
content/images/post-images/2023/02/05/2023-02-05-jenkins-newsletter/centered-newsletter.png

  Log Message:
  ---
  fix(documentation): Image compression.


  Commit: 5f10a1079428a1eb9e3fc973213966cd4e1a41f6
  
https://github.com/jenkins-infra/jenkins.io/commit/5f10a1079428a1eb9e3fc973213966cd4e1a41f6
  Author: gounthar 
  Date:   2023-02-06 (Mon, 06 Feb 2023)

  Changed paths:
M content/blog/2023/02/2023-02-05-jenkins-newsletter.adoc

  Log Message:
  ---
  fix(documentation): Per Alyssa's suggestion.


  Commit: 336ed0246d3bd72605312574652610369e24403c
  
https://github.com/jenkins-infra/jenkins.io/commit/336ed0246d3bd72605312574652610369e24403c
  Author: gounthar 
  Date:   2023-02-06 (Mon, 06 Feb 2023)

  Changed paths:
M content/blog/2023/02/2023-02-05-jenkins-newsletter.adoc

  Log Message:
  ---
  fix(documentation): Per Alyssa's suggestion.


  Commit: d3e464d9b33c2d580ae37624286e88a53fe48ff5
  
https://github.com/jenkins-infra/jenkins.io/commit/d3e464d9b33c2d580ae37624286e88a53fe48ff5
  Author: Bruno Verachten 
  Date:   2023-02-06 (Mon, 06 Feb 2023)

  Changed paths:
M content/doc/book/pipeline/syntax.adoc

  Log Message:
  ---
  Merge branch 'jenkins-infra:master' into january-2023-newsletter


  Commit: d9ec11b9773633813a9a82d74f7dbb3312d8f98e
  
https://github.com/jenkins-infra/jenkins.io/commit/d9ec11b9773633813a9a82d74f7dbb3312d8f98e
  Author: gounthar 
  Date:   2023-02-06 (Mon, 06 Feb 2023)

  Changed paths:
M content/blog/2023/02/2023-02-05-jenkins-newsletter.adoc

  Log Message:
  ---
  fix(documentation): Per Alyssa's suggestion.


  Commit: 2d57d6787af971b763cdfa01950b2

[jenkinsci/clearcase-ucm-plugin]

2023-02-08 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/github_actions/jenkins-infra/jenkins-maven-cd-action-1.3.2
  Home:   https://github.com/jenkinsci/clearcase-ucm-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/clearcase-ucm-plugin/push/refs/heads/dependabot/github_actions/jenkins-infra/jenkins-maven-cd-action-1.3.2/8160f3-00%40github.com.


[jenkinsci/clearcase-ucm-plugin] 859066: Bump jenkins-infra/jenkins-maven-cd-action from 1....

2023-02-08 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/github_actions/jenkins-infra/jenkins-maven-cd-action-1.3.3
  Home:   https://github.com/jenkinsci/clearcase-ucm-plugin
  Commit: 8590668f79f4bd096be5b75dbf31f3a5d1897460
  
https://github.com/jenkinsci/clearcase-ucm-plugin/commit/8590668f79f4bd096be5b75dbf31f3a5d1897460
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-02-08 (Wed, 08 Feb 2023)

  Changed paths:
M .github/workflows/cd.yaml

  Log Message:
  ---
  Bump jenkins-infra/jenkins-maven-cd-action from 1.2.0 to 1.3.3

Bumps 
[jenkins-infra/jenkins-maven-cd-action](https://github.com/jenkins-infra/jenkins-maven-cd-action)
 from 1.2.0 to 1.3.3.
- [Release 
notes](https://github.com/jenkins-infra/jenkins-maven-cd-action/releases)
- 
[Commits](https://github.com/jenkins-infra/jenkins-maven-cd-action/compare/v1.2.0...v1.3.3)

---
updated-dependencies:
- dependency-name: jenkins-infra/jenkins-maven-cd-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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/clearcase-ucm-plugin/push/refs/heads/dependabot/github_actions/jenkins-infra/jenkins-maven-cd-action-1.3.3/00-859066%40github.com.


[jenkinsci/datadog-plugin] f6f623: Fix hostname resolution in recent Jenkins versions

2023-02-08 Thread 'Albert Vaca Cintora' via Jenkins Commits
  Branch: refs/heads/albertvaka/support-node-name-built-in
  Home:   https://github.com/jenkinsci/datadog-plugin
  Commit: f6f623464cfbc17b9205c64886f8f683260c6fbc
  
https://github.com/jenkinsci/datadog-plugin/commit/f6f623464cfbc17b9205c64886f8f683260c6fbc
  Author: Albert Vaca Cintora 
  Date:   2023-02-08 (Wed, 08 Feb 2023)

  Changed paths:
M 
src/main/java/org/datadog/jenkins/plugins/datadog/traces/DatadogBaseBuildLogic.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/traces/DatadogBasePipelineLogic.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/traces/DatadogTraceBuildLogic.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/traces/DatadogTracePipelineLogic.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/traces/DatadogWebhookBuildLogic.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/traces/DatadogWebhookPipelineLogic.java
M src/main/java/org/datadog/jenkins/plugins/datadog/util/git/GitUtils.java
M 
src/main/resources/org/datadog/jenkins/plugins/datadog/DatadogGlobalConfiguration/help-hostnameEntry.html

  Log Message:
  ---
  Fix hostname resolution in recent Jenkins versions

The main worker got renamed from "master" to "built-in".


-- 
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/datadog-plugin/push/refs/heads/albertvaka/support-node-name-built-in/00-f6f623%40github.com.


[jenkinsci/workflow-cps-plugin]

2023-02-08 Thread 'github-actions[bot]' via Jenkins Commits
  Branch: refs/tags/3616.vb_2e7168f4b_0c
  Home:   https://github.com/jenkinsci/workflow-cps-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/workflow-cps-plugin/push/refs/tags/3616.vb_2e7168f4b_0c/00-b2e716%40github.com.


[jenkinsci/performance-plugin] 52338c: Update Jenkinsfile

2023-02-08 Thread 'Alexander Straube' via Jenkins Commits
  Branch: refs/heads/fix-code-smells
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 52338c9e42c0852374eef74b3efbf0aa165f920f
  
https://github.com/jenkinsci/performance-plugin/commit/52338c9e42c0852374eef74b3efbf0aa165f920f
  Author: Alexander Straube 
  Date:   2023-02-08 (Wed, 08 Feb 2023)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Update Jenkinsfile


-- 
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/performance-plugin/push/refs/heads/fix-code-smells/0cf08f-52338c%40github.com.


[jenkinsci/performance-plugin] 0cf08f: Update Jenkinsfile

2023-02-08 Thread 'Alexander Straube' via Jenkins Commits
  Branch: refs/heads/fix-code-smells
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 0cf08faee283d72c9e976b26c409304c009da4c5
  
https://github.com/jenkinsci/performance-plugin/commit/0cf08faee283d72c9e976b26c409304c009da4c5
  Author: Alexander Straube 
  Date:   2023-02-08 (Wed, 08 Feb 2023)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Update Jenkinsfile


-- 
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/performance-plugin/push/refs/heads/fix-code-smells/73a333-0cf08f%40github.com.


[jenkinsci/performance-plugin] 73a333: Update Jenkinsfile

2023-02-08 Thread 'Alexander Straube' via Jenkins Commits
  Branch: refs/heads/fix-code-smells
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 73a3331a119241f56faedece8d25f5a9fb1c1f48
  
https://github.com/jenkinsci/performance-plugin/commit/73a3331a119241f56faedece8d25f5a9fb1c1f48
  Author: Alexander Straube 
  Date:   2023-02-08 (Wed, 08 Feb 2023)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Update Jenkinsfile


-- 
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/performance-plugin/push/refs/heads/fix-code-smells/254bbf-73a333%40github.com.


[jenkinsci/performance-plugin] 254bbf: Update Jenkinsfile

2023-02-08 Thread 'Alexander Straube' via Jenkins Commits
  Branch: refs/heads/fix-code-smells
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 254bbfec83b44cd5edabd35f6a07c537feb5bab0
  
https://github.com/jenkinsci/performance-plugin/commit/254bbfec83b44cd5edabd35f6a07c537feb5bab0
  Author: Alexander Straube 
  Date:   2023-02-08 (Wed, 08 Feb 2023)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Update Jenkinsfile


-- 
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/performance-plugin/push/refs/heads/fix-code-smells/f52559-254bbf%40github.com.


[jenkinsci/performance-plugin] f52559: Update Jenkinsfile

2023-02-08 Thread 'Alexander Straube' via Jenkins Commits
  Branch: refs/heads/fix-code-smells
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: f52559196b27c514df5713f6ca621caa2ef1f4af
  
https://github.com/jenkinsci/performance-plugin/commit/f52559196b27c514df5713f6ca621caa2ef1f4af
  Author: Alexander Straube 
  Date:   2023-02-08 (Wed, 08 Feb 2023)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Update Jenkinsfile


-- 
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/performance-plugin/push/refs/heads/fix-code-smells/ee024f-f52559%40github.com.


[jenkinsci/workflow-cps-plugin] bf6cd9: [JENKINS-70564] Replay page broken after the Ace e...

2023-02-08 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-cps-plugin
  Commit: bf6cd9263589016ce4bfe1b783b7ee8b2ebd37ba
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/bf6cd9263589016ce4bfe1b783b7ee8b2ebd37ba
  Author: Basil Crow 
  Date:   2023-02-08 (Wed, 08 Feb 2023)

  Changed paths:
M plugin/src/main/js/workflow-editor.js

  Log Message:
  ---
  [JENKINS-70564] Replay page broken after the Ace editor update


  Commit: b2e7168f4b0c04afdbf4667cd9d155ece3ce09f5
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/b2e7168f4b0c04afdbf4667cd9d155ece3ce09f5
  Author: Jesse Glick 
  Date:   2023-02-08 (Wed, 08 Feb 2023)

  Changed paths:
M plugin/src/main/js/workflow-editor.js

  Log Message:
  ---
  Merge pull request #656 from basil/JENKINS-70564

[JENKINS-70564] Replay page broken after the Ace editor update


Compare: 
https://github.com/jenkinsci/workflow-cps-plugin/compare/8afc8e271e05...b2e7168f4b0c

-- 
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/workflow-cps-plugin/push/refs/heads/master/8afc8e-b2e716%40github.com.


[jenkinsci/performance-plugin] ee024f: Update Jenkinsfile

2023-02-08 Thread 'Alexander Straube' via Jenkins Commits
  Branch: refs/heads/fix-code-smells
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: ee024fb1ef1d895a2f804ba1344b9c5be959f1ab
  
https://github.com/jenkinsci/performance-plugin/commit/ee024fb1ef1d895a2f804ba1344b9c5be959f1ab
  Author: Alexander Straube 
  Date:   2023-02-08 (Wed, 08 Feb 2023)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Update Jenkinsfile


-- 
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/performance-plugin/push/refs/heads/fix-code-smells/3eca07-ee024f%40github.com.


[jenkinsci/performance-plugin] 3eca07: Update Jenkinsfile

2023-02-08 Thread 'Alexander Straube' via Jenkins Commits
  Branch: refs/heads/fix-code-smells
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 3eca076f6663ac7c9da91d1c0dda1fce1d855acf
  
https://github.com/jenkinsci/performance-plugin/commit/3eca076f6663ac7c9da91d1c0dda1fce1d855acf
  Author: Alexander Straube 
  Date:   2023-02-08 (Wed, 08 Feb 2023)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Update Jenkinsfile


-- 
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/performance-plugin/push/refs/heads/fix-code-smells/0b5d43-3eca07%40github.com.


[jenkinsci/disk-usage-plugin] 881fce: Removes deprecated maven property java.level

2023-02-08 Thread 'Filipe Roque' via Jenkins Commits
  Branch: refs/heads/removes_java.level
  Home:   https://github.com/jenkinsci/disk-usage-plugin
  Commit: 881fceb93f3343fa91a913dffe8c06bd66e628d2
  
https://github.com/jenkinsci/disk-usage-plugin/commit/881fceb93f3343fa91a913dffe8c06bd66e628d2
  Author: Filipe Roque 
  Date:   2023-02-08 (Wed, 08 Feb 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Removes deprecated maven property java.level

java.level is no longer the way to set the required java version

https://github.com/jenkinsci/plugin-pom/pull/522


-- 
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/disk-usage-plugin/push/refs/heads/removes_java.level/bc0e05-881fce%40github.com.


[jenkinsci/disk-usage-plugin] bc0e05: Removes deprecated maven property java.level

2023-02-08 Thread 'Filipe Roque' via Jenkins Commits
  Branch: refs/heads/removes_java.level
  Home:   https://github.com/jenkinsci/disk-usage-plugin
  Commit: bc0e05036510a4596e4674a079b54adb11eb4ad8
  
https://github.com/jenkinsci/disk-usage-plugin/commit/bc0e05036510a4596e4674a079b54adb11eb4ad8
  Author: Filipe Roque 
  Date:   2023-02-08 (Wed, 08 Feb 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Removes deprecated maven property java.level

java.level is no longer the way to set the required java version

https://github.com/jenkinsci/plugin-pom/pull/522


-- 
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/disk-usage-plugin/push/refs/heads/removes_java.level/00-bc0e05%40github.com.


[jenkinsci/aws-java-sdk-plugin]

2023-02-08 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/revision-1.12.401
  Home:   https://github.com/jenkinsci/aws-java-sdk-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/aws-java-sdk-plugin/push/refs/heads/dependabot/maven/revision-1.12.401/de09c0-00%40github.com.


[jenkinsci/performance-plugin] 0b5d43: Update Jenkinsfile

2023-02-08 Thread 'Alexander Straube' via Jenkins Commits
  Branch: refs/heads/fix-code-smells
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 0b5d43faa2126ab8a27edbe882d2d9af97bbe901
  
https://github.com/jenkinsci/performance-plugin/commit/0b5d43faa2126ab8a27edbe882d2d9af97bbe901
  Author: Alexander Straube 
  Date:   2023-02-08 (Wed, 08 Feb 2023)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Update Jenkinsfile


-- 
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/performance-plugin/push/refs/heads/fix-code-smells/62495c-0b5d43%40github.com.


[jenkinsci/aws-java-sdk-plugin] 6455b2: Bump revision from 1.12.397 to 1.12.402

2023-02-08 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/revision-1.12.402
  Home:   https://github.com/jenkinsci/aws-java-sdk-plugin
  Commit: 6455b2e904e3e37c3325dc67facb3108b684c9ce
  
https://github.com/jenkinsci/aws-java-sdk-plugin/commit/6455b2e904e3e37c3325dc67facb3108b684c9ce
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-02-08 (Wed, 08 Feb 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump revision from 1.12.397 to 1.12.402

Bumps `revision` from 1.12.397 to 1.12.402.

Updates `aws-java-sdk-bom` from 1.12.397 to 1.12.402
- [Release notes](https://github.com/aws/aws-sdk-java/releases)
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-java/compare/1.12.397...1.12.402)

Updates `aws-java-sdk` from 1.12.397 to 1.12.402
- [Release notes](https://github.com/aws/aws-sdk-java/releases)
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-java/compare/1.12.397...1.12.402)

Updates `aws-java-sdk-s3` from 1.12.397 to 1.12.402
- [Release notes](https://github.com/aws/aws-sdk-java/releases)
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-java/compare/1.12.397...1.12.402)

Updates `aws-java-sdk-sts` from 1.12.397 to 1.12.402
- [Release notes](https://github.com/aws/aws-sdk-java/releases)
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-java/compare/1.12.397...1.12.402)

---
updated-dependencies:
- dependency-name: com.amazonaws:aws-java-sdk-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.amazonaws:aws-java-sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.amazonaws:aws-java-sdk-s3
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.amazonaws:aws-java-sdk-sts
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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/aws-java-sdk-plugin/push/refs/heads/dependabot/maven/revision-1.12.402/00-6455b2%40github.com.


[jenkinsci/performance-plugin] 62495c: Update Jenkinsfile

2023-02-08 Thread 'Alexander Straube' via Jenkins Commits
  Branch: refs/heads/fix-code-smells
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 62495ced445192baab40cacf91d1e89253363614
  
https://github.com/jenkinsci/performance-plugin/commit/62495ced445192baab40cacf91d1e89253363614
  Author: Alexander Straube 
  Date:   2023-02-08 (Wed, 08 Feb 2023)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Update Jenkinsfile


-- 
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/performance-plugin/push/refs/heads/fix-code-smells/0324e5-62495c%40github.com.


[jenkinsci/workflow-cps-plugin] 8afc8e: Dark, but not Dark (System), theme support (#654)

2023-02-08 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-cps-plugin
  Commit: 8afc8e271e05b7adcbd1b58691bb69bbf720cfa4
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/8afc8e271e05b7adcbd1b58691bb69bbf720cfa4
  Author: Basil Crow 
  Date:   2023-02-08 (Wed, 08 Feb 2023)

  Changed paths:
M plugin/pom.xml
M 
plugin/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsFlowDefinition.java
M 
plugin/src/main/java/org/jenkinsci/plugins/workflow/cps/replay/ReplayAction.java
A 
plugin/src/main/java/org/jenkinsci/plugins/workflow/cps/view/ThemeUtil.java
M plugin/src/main/js/workflow-editor.js
M 
plugin/src/main/resources/org/jenkinsci/plugins/workflow/cps/CpsFlowDefinition/config.jelly
M 
plugin/src/main/resources/org/jenkinsci/plugins/workflow/cps/replay/ReplayAction/index.jelly
M 
plugin/src/main/resources/org/jenkinsci/plugins/workflow/editor/workflow-editor.jelly

  Log Message:
  ---
  Dark, but not Dark (System), theme support (#654)

* Dark theme support

* fixup

* Apply method restrictions

* Make theme-manager optional


-- 
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/workflow-cps-plugin/push/refs/heads/master/bf9de4-8afc8e%40github.com.


[jenkinsci/disk-usage-plugin] a53a6a: Order builds by build number for graph show in pro...

2023-02-08 Thread 'Filipe Roque' via Jenkins Commits
  Branch: refs/heads/fix_graph_x_axis_order
  Home:   https://github.com/jenkinsci/disk-usage-plugin
  Commit: a53a6a67865026db216d573f2f26e2d718d6d41e
  
https://github.com/jenkinsci/disk-usage-plugin/commit/a53a6a67865026db216d573f2f26e2d718d6d41e
  Author: Filipe Roque 
  Date:   2023-02-08 (Wed, 08 Feb 2023)

  Changed paths:
M src/main/java/hudson/plugins/disk_usage/ProjectDiskUsageAction.java

  Log Message:
  ---
  Order builds by build number for graph show in project page


-- 
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/disk-usage-plugin/push/refs/heads/fix_graph_x_axis_order/00-a53a6a%40github.com.


[jenkinsci/custom-war-packager] c32e22: Disable Integration tests until full migration to ...

2023-02-08 Thread 'Oleg Nenashev' via Jenkins Commits
  Branch: refs/heads/java11-spotbugs
  Home:   https://github.com/jenkinsci/custom-war-packager
  Commit: c32e22a8515a73f44acd37ee757359ad9fb7a208
  
https://github.com/jenkinsci/custom-war-packager/commit/c32e22a8515a73f44acd37ee757359ad9fb7a208
  Author: Oleg Nenashev 
  Date:   2023-02-08 (Wed, 08 Feb 2023)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Disable Integration tests until full migration to Java 11


-- 
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-war-packager/push/refs/heads/java11-spotbugs/fe7ea0-c32e22%40github.com.


[jenkinsci/custom-war-packager] fe7ea0: Skip spotbugs for the Maven plugin

2023-02-08 Thread 'Oleg Nenashev' via Jenkins Commits
  Branch: refs/heads/java11-spotbugs
  Home:   https://github.com/jenkinsci/custom-war-packager
  Commit: fe7ea04b09f181bb268a14b026af9e5f86ed16ba
  
https://github.com/jenkinsci/custom-war-packager/commit/fe7ea04b09f181bb268a14b026af9e5f86ed16ba
  Author: Oleg Nenashev 
  Date:   2023-02-08 (Wed, 08 Feb 2023)

  Changed paths:
M custom-war-packager-maven-plugin/pom.xml

  Log Message:
  ---
  Skip spotbugs for the Maven 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-war-packager/push/refs/heads/java11-spotbugs/087941-fe7ea0%40github.com.


[jenkinsci/deployer-framework-plugin]

2023-02-08 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/actions/setup-java-3.9.0
  Home:   https://github.com/jenkinsci/deployer-framework-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/deployer-framework-plugin/push/refs/heads/dependabot/github_actions/actions/setup-java-3.9.0/c158d5-00%40github.com.


[jenkinsci/deployer-framework-plugin] becff5: Bump actions/setup-java from 3.5.0 to 3.10.0

2023-02-08 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/actions/setup-java-3.10.0
  Home:   https://github.com/jenkinsci/deployer-framework-plugin
  Commit: becff559febf6b03cef196ee09d3a28e884be9e0
  
https://github.com/jenkinsci/deployer-framework-plugin/commit/becff559febf6b03cef196ee09d3a28e884be9e0
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-02-08 (Wed, 08 Feb 2023)

  Changed paths:
M .github/workflows/cd.yaml

  Log Message:
  ---
  Bump actions/setup-java from 3.5.0 to 3.10.0

Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3.5.0 to 
3.10.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v3.5.0...v3.10.0)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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/deployer-framework-plugin/push/refs/heads/dependabot/github_actions/actions/setup-java-3.10.0/00-becff5%40github.com.


[jenkinsci/deployer-framework-plugin] 05c4ab: Bump jenkins-infra/jenkins-maven-cd-action from 1....

2023-02-08 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/github_actions/jenkins-infra/jenkins-maven-cd-action-1.3.3
  Home:   https://github.com/jenkinsci/deployer-framework-plugin
  Commit: 05c4ab8b1c75618fc432def86368e1f4ae235876
  
https://github.com/jenkinsci/deployer-framework-plugin/commit/05c4ab8b1c75618fc432def86368e1f4ae235876
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-02-08 (Wed, 08 Feb 2023)

  Changed paths:
M .github/workflows/cd.yaml

  Log Message:
  ---
  Bump jenkins-infra/jenkins-maven-cd-action from 1.3.2 to 1.3.3

Bumps 
[jenkins-infra/jenkins-maven-cd-action](https://github.com/jenkins-infra/jenkins-maven-cd-action)
 from 1.3.2 to 1.3.3.
- [Release 
notes](https://github.com/jenkins-infra/jenkins-maven-cd-action/releases)
- 
[Commits](https://github.com/jenkins-infra/jenkins-maven-cd-action/compare/v1.3.2...v1.3.3)

---
updated-dependencies:
- dependency-name: jenkins-infra/jenkins-maven-cd-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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/deployer-framework-plugin/push/refs/heads/dependabot/github_actions/jenkins-infra/jenkins-maven-cd-action-1.3.3/00-05c4ab%40github.com.


[jenkinsci/radargun-plugin] a5f4bb: 1.17-SNAPSHOT

2023-02-08 Thread 'Diego Lovison' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/radargun-plugin
  Commit: a5f4bb119bd9b822cf369d1088f7f762f159e139
  
https://github.com/jenkinsci/radargun-plugin/commit/a5f4bb119bd9b822cf369d1088f7f762f159e139
  Author: Diego Lovison 
  Date:   2023-02-08 (Wed, 08 Feb 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  1.17-SNAPSHOT


  Commit: ec9f72e473e176312ee0b1d5bfe31af895b6daca
  
https://github.com/jenkinsci/radargun-plugin/commit/ec9f72e473e176312ee0b1d5bfe31af895b6daca
  Author: Diego Lovison 
  Date:   2023-02-08 (Wed, 08 Feb 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release radargun-1.17


  Commit: bd4a6eb8318e584dc59603c1534a35c08f11d9c9
  
https://github.com/jenkinsci/radargun-plugin/commit/bd4a6eb8318e584dc59603c1534a35c08f11d9c9
  Author: Diego Lovison 
  Date:   2023-02-08 (Wed, 08 Feb 2023)

  Changed paths:
M pom.xml

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


  Commit: 060a2bb85a064f27931eb03e22eedd10bb3b940b
  
https://github.com/jenkinsci/radargun-plugin/commit/060a2bb85a064f27931eb03e22eedd10bb3b940b
  Author: Diego Lovison 
  Date:   2023-02-08 (Wed, 08 Feb 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #16 from diegolovison/build3

Build3


Compare: 
https://github.com/jenkinsci/radargun-plugin/compare/490486cdc2c7...060a2bb85a06

-- 
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/radargun-plugin/push/refs/heads/master/490486-060a2b%40github.com.


[jenkinsci/vectorcast-execution-plugin] bd89d1: Update README.md

2023-02-08 Thread 'Tim Schneider' via Jenkins Commits
  Branch: refs/heads/tms__076
  Home:   https://github.com/jenkinsci/vectorcast-execution-plugin
  Commit: bd89d1d5fd9f7d8c4855eb1563aeb102bd522aea
  
https://github.com/jenkinsci/vectorcast-execution-plugin/commit/bd89d1d5fd9f7d8c4855eb1563aeb102bd522aea
  Author: Tim Schneider 
  Date:   2023-02-08 (Wed, 08 Feb 2023)

  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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/vectorcast-execution-plugin/push/refs/heads/tms__076/f95269-bd89d1%40github.com.


[jenkinsci/vectorcast-execution-plugin] 24c1b4: Update README.md

2023-02-08 Thread 'Tim Schneider' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/vectorcast-execution-plugin
  Commit: 24c1b4be4b4fe2ca14f2bfd7d3300551d3cc1e1c
  
https://github.com/jenkinsci/vectorcast-execution-plugin/commit/24c1b4be4b4fe2ca14f2bfd7d3300551d3cc1e1c
  Author: Tim Schneider 
  Date:   2023-02-08 (Wed, 08 Feb 2023)

  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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/vectorcast-execution-plugin/push/refs/heads/master/36e3c9-24c1b4%40github.com.


[jenkinsci/credentials-plugin]

2023-02-08 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jruby-jruby-complete-9.4.0.0
  Home:   https://github.com/jenkinsci/credentials-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/credentials-plugin/push/refs/heads/dependabot/maven/org.jruby-jruby-complete-9.4.0.0/1d9e9b-00%40github.com.


[jenkinsci/credentials-plugin] 2de438: Bump jruby-complete from 9.3.9.0 to 9.4.1.0

2023-02-08 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jruby-jruby-complete-9.4.1.0
  Home:   https://github.com/jenkinsci/credentials-plugin
  Commit: 2de438301abad6ceba253955a028ebc76f18de2a
  
https://github.com/jenkinsci/credentials-plugin/commit/2de438301abad6ceba253955a028ebc76f18de2a
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-02-08 (Wed, 08 Feb 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump jruby-complete from 9.3.9.0 to 9.4.1.0

Bumps jruby-complete from 9.3.9.0 to 9.4.1.0.

---
updated-dependencies:
- dependency-name: org.jruby:jruby-complete
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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/credentials-plugin/push/refs/heads/dependabot/maven/org.jruby-jruby-complete-9.4.1.0/00-2de438%40github.com.


[jenkinsci/disk-usage-plugin] 1b1f8c: Update CHANGELOG.md

2023-02-08 Thread 'Filipe Roque' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/disk-usage-plugin
  Commit: 1b1f8c1cc2323e07defc032a9eed8039a00d312e
  
https://github.com/jenkinsci/disk-usage-plugin/commit/1b1f8c1cc2323e07defc032a9eed8039a00d312e
  Author: Filipe Roque 
  Date:   2023-02-08 (Wed, 08 Feb 2023)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Update CHANGELOG.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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/disk-usage-plugin/push/refs/heads/master/54d5f4-1b1f8c%40github.com.


[jenkinsci/disk-usage-plugin] 85c3ec: Moves Changelog from README to CHANGELOG.md and up...

2023-02-08 Thread 'Filipe Roque' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/disk-usage-plugin
  Commit: 85c3ec89bfcf3e5f46709db3a1b1d4b9b8812de5
  
https://github.com/jenkinsci/disk-usage-plugin/commit/85c3ec89bfcf3e5f46709db3a1b1d4b9b8812de5
  Author: Filipe Roque 
  Date:   2023-02-08 (Wed, 08 Feb 2023)

  Changed paths:
A CHANGELOG.md
M README.md

  Log Message:
  ---
  Moves Changelog from README to CHANGELOG.md and update it


  Commit: 555f30b233e0820fa7b885cc57bd1dc87ace6c0c
  
https://github.com/jenkinsci/disk-usage-plugin/commit/555f30b233e0820fa7b885cc57bd1dc87ace6c0c
  Author: Filipe Roque 
  Date:   2023-02-08 (Wed, 08 Feb 2023)

  Changed paths:
M README.md
A docs/images/du-configuration.png
M docs/images/du-overview.png
M docs/images/du-project.png

  Log Message:
  ---
  Update images in README and add configuration image

Adds shields.io and minor fixes to text.


  Commit: 54d5f4d0f099bc8fab0f972d48c1ea98c387736d
  
https://github.com/jenkinsci/disk-usage-plugin/commit/54d5f4d0f099bc8fab0f972d48c1ea98c387736d
  Author: Filipe Roque 
  Date:   2023-02-08 (Wed, 08 Feb 2023)

  Changed paths:
A CHANGELOG.md
M README.md
A docs/images/du-configuration.png
M docs/images/du-overview.png
M docs/images/du-project.png

  Log Message:
  ---
  Merge pull request #69 from jenkinsci/improve_readme

Improve readme


Compare: 
https://github.com/jenkinsci/disk-usage-plugin/compare/e88a7ffa4a16...54d5f4d0f099

-- 
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/disk-usage-plugin/push/refs/heads/master/e88a7f-54d5f4%40github.com.


[jenkinsci/disk-usage-plugin] 85c3ec: Moves Changelog from README to CHANGELOG.md and up...

2023-02-08 Thread 'Filipe Roque' via Jenkins Commits
  Branch: refs/heads/improve_readme
  Home:   https://github.com/jenkinsci/disk-usage-plugin
  Commit: 85c3ec89bfcf3e5f46709db3a1b1d4b9b8812de5
  
https://github.com/jenkinsci/disk-usage-plugin/commit/85c3ec89bfcf3e5f46709db3a1b1d4b9b8812de5
  Author: Filipe Roque 
  Date:   2023-02-08 (Wed, 08 Feb 2023)

  Changed paths:
A CHANGELOG.md
M README.md

  Log Message:
  ---
  Moves Changelog from README to CHANGELOG.md and update it


  Commit: 555f30b233e0820fa7b885cc57bd1dc87ace6c0c
  
https://github.com/jenkinsci/disk-usage-plugin/commit/555f30b233e0820fa7b885cc57bd1dc87ace6c0c
  Author: Filipe Roque 
  Date:   2023-02-08 (Wed, 08 Feb 2023)

  Changed paths:
M README.md
A docs/images/du-configuration.png
M docs/images/du-overview.png
M docs/images/du-project.png

  Log Message:
  ---
  Update images in README and add configuration image

Adds shields.io and minor fixes to text.


Compare: 
https://github.com/jenkinsci/disk-usage-plugin/compare/85c3ec89bfcf%5E...555f30b233e0

-- 
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/disk-usage-plugin/push/refs/heads/improve_readme/00-555f30%40github.com.


[jenkins-infra/jenkins.io] 7731ca: Add 'Securing Builds' Section to security document...

2023-02-08 Thread 'Daniel Beck' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 7731cafaf5fc6aca758144bd1f88a47ba1dba0e1
  
https://github.com/jenkins-infra/jenkins.io/commit/7731cafaf5fc6aca758144bd1f88a47ba1dba0e1
  Author: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
  Date:   2023-02-08 (Wed, 08 Feb 2023)

  Changed paths:
M content/doc/book/security/_chapter.yml
M content/doc/book/security/index.adoc
A content/doc/book/security/securing-builds.adoc

  Log Message:
  ---
  Add 'Securing Builds' Section to security documentation (#6005)

Co-authored-by: Daniel Beck 


-- 
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/jenkins-infra/jenkins.io/push/refs/heads/master/53fb03-7731ca%40github.com.


[jenkins-infra/jenkins.io] e58937: Update dependency ruby to v3.2.1

2023-02-08 Thread 'renovate[bot]' via Jenkins Commits
  Branch: refs/heads/renovate/ruby-3.x
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: e589375f064a06b061f386a737d5a2286267f081
  
https://github.com/jenkins-infra/jenkins.io/commit/e589375f064a06b061f386a737d5a2286267f081
  Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  Date:   2023-02-08 (Wed, 08 Feb 2023)

  Changed paths:
M .ruby-version
M scripts/ruby

  Log Message:
  ---
  Update dependency ruby to v3.2.1


-- 
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/jenkins-infra/jenkins.io/push/refs/heads/renovate/ruby-3.x/00-e58937%40github.com.


[jenkinsci/disk-usage-plugin]

2023-02-08 Thread 'Filipe Roque' via Jenkins Commits
  Branch: refs/heads/add_readme
  Home:   https://github.com/jenkinsci/disk-usage-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/disk-usage-plugin/push/refs/heads/add_readme/526feb-00%40github.com.


[jenkinsci/disk-usage-plugin] 526feb: Adds README.md

2023-02-08 Thread 'Filipe Roque' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/disk-usage-plugin
  Commit: 526febefba5da9a72e10b8e4686b0e7aadfeb160
  
https://github.com/jenkinsci/disk-usage-plugin/commit/526febefba5da9a72e10b8e4686b0e7aadfeb160
  Author: Filipe Roque 
  Date:   2023-02-08 (Wed, 08 Feb 2023)

  Changed paths:
A README.md
A docs/images/du-overview.png
A docs/images/du-project.png

  Log Message:
  ---
  Adds README.md

Imported from [1], which was exported from old Wiki, still visible at [2]

[1] https://github.com/jenkins-infra/plugins-wiki-docs/tree/master/disk-usage
[2] https://wiki.jenkins.io/display/JENKINS/Disk-Usage-Plugin.html


  Commit: e88a7ffa4a163179487dae486a009e083f213ec8
  
https://github.com/jenkinsci/disk-usage-plugin/commit/e88a7ffa4a163179487dae486a009e083f213ec8
  Author: Filipe Roque 
  Date:   2023-02-08 (Wed, 08 Feb 2023)

  Changed paths:
A README.md
A docs/images/du-overview.png
A docs/images/du-project.png

  Log Message:
  ---
  Merge pull request #68 from jenkinsci/add_readme

Adds README.md


Compare: 
https://github.com/jenkinsci/disk-usage-plugin/compare/8aabb227d18d...e88a7ffa4a16

-- 
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/disk-usage-plugin/push/refs/heads/master/8aabb2-e88a7f%40github.com.


[jenkinsci/disk-usage-plugin] 526feb: Adds README.md

2023-02-08 Thread 'Filipe Roque' via Jenkins Commits
  Branch: refs/heads/add_readme
  Home:   https://github.com/jenkinsci/disk-usage-plugin
  Commit: 526febefba5da9a72e10b8e4686b0e7aadfeb160
  
https://github.com/jenkinsci/disk-usage-plugin/commit/526febefba5da9a72e10b8e4686b0e7aadfeb160
  Author: Filipe Roque 
  Date:   2023-02-08 (Wed, 08 Feb 2023)

  Changed paths:
A README.md
A docs/images/du-overview.png
A docs/images/du-project.png

  Log Message:
  ---
  Adds README.md

Imported from [1], which was exported from old Wiki, still visible at [2]

[1] https://github.com/jenkins-infra/plugins-wiki-docs/tree/master/disk-usage
[2] https://wiki.jenkins.io/display/JENKINS/Disk-Usage-Plugin.html


-- 
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/disk-usage-plugin/push/refs/heads/add_readme/00-526feb%40github.com.


[jenkinsci/radargun-plugin] a5f4bb: 1.17-SNAPSHOT

2023-02-08 Thread 'Diego Lovison' via Jenkins Commits
  Branch: refs/heads/build3
  Home:   https://github.com/jenkinsci/radargun-plugin
  Commit: a5f4bb119bd9b822cf369d1088f7f762f159e139
  
https://github.com/jenkinsci/radargun-plugin/commit/a5f4bb119bd9b822cf369d1088f7f762f159e139
  Author: Diego Lovison 
  Date:   2023-02-08 (Wed, 08 Feb 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  1.17-SNAPSHOT


  Commit: ec9f72e473e176312ee0b1d5bfe31af895b6daca
  
https://github.com/jenkinsci/radargun-plugin/commit/ec9f72e473e176312ee0b1d5bfe31af895b6daca
  Author: Diego Lovison 
  Date:   2023-02-08 (Wed, 08 Feb 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release radargun-1.17


Compare: 
https://github.com/jenkinsci/radargun-plugin/compare/a5f4bb119bd9%5E...ec9f72e473e1

-- 
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/radargun-plugin/push/refs/heads/build3/00-ec9f72%40github.com.


[jenkinsci/radargun-plugin] bd4a6e: [maven-release-plugin] prepare for next developmen...

2023-02-08 Thread 'Diego Lovison' via Jenkins Commits
  Branch: refs/heads/build3
  Home:   https://github.com/jenkinsci/radargun-plugin
  Commit: bd4a6eb8318e584dc59603c1534a35c08f11d9c9
  
https://github.com/jenkinsci/radargun-plugin/commit/bd4a6eb8318e584dc59603c1534a35c08f11d9c9
  Author: Diego Lovison 
  Date:   2023-02-08 (Wed, 08 Feb 2023)

  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/radargun-plugin/push/refs/heads/build3/ec9f72-bd4a6e%40github.com.


[jenkinsci/radargun-plugin]

2023-02-08 Thread 'Diego Lovison' via Jenkins Commits
  Branch: refs/tags/radargun-1.17
  Home:   https://github.com/jenkinsci/radargun-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/radargun-plugin/push/refs/tags/radargun-1.17/00-e0dc75%40github.com.


[jenkinsci/radargun-plugin] dd49a0: Revert auto-commit

2023-02-08 Thread 'Diego Lovison' via Jenkins Commits
  Branch: refs/heads/build
  Home:   https://github.com/jenkinsci/radargun-plugin
  Commit: dd49a015ff4f619b6bb4ce380e68053267cf132a
  
https://github.com/jenkinsci/radargun-plugin/commit/dd49a015ff4f619b6bb4ce380e68053267cf132a
  Author: Diego Lovison 
  Date:   2023-02-08 (Wed, 08 Feb 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Revert auto-commit


  Commit: cc1c8e68eaebbf502734f820d15c9f2b40e479a5
  
https://github.com/jenkinsci/radargun-plugin/commit/cc1c8e68eaebbf502734f820d15c9f2b40e479a5
  Author: Diego Lovison 
  Date:   2023-02-08 (Wed, 08 Feb 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release radargun-1.16


Compare: 
https://github.com/jenkinsci/radargun-plugin/compare/dd49a015ff4f%5E...cc1c8e68eaeb

-- 
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/radargun-plugin/push/refs/heads/build/00-cc1c8e%40github.com.


[jenkinsci/radargun-plugin] 490486: [maven-release-plugin] prepare release radargun-1.16

2023-02-08 Thread 'Diego Lovison' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/radargun-plugin
  Commit: 490486cdc2c77a39505053df22cf0efaa0417260
  
https://github.com/jenkinsci/radargun-plugin/commit/490486cdc2c77a39505053df22cf0efaa0417260
  Author: Diego Lovison 
  Date:   2023-02-08 (Wed, 08 Feb 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release radargun-1.16


-- 
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/radargun-plugin/push/refs/heads/master/fc4931-490486%40github.com.


[jenkinsci/radargun-plugin] 3cd7fd: Add SCM tags

2023-02-08 Thread 'Diego Lovison' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/radargun-plugin
  Commit: 3cd7fdf2d319b012935eae0502d31da9944e7536
  
https://github.com/jenkinsci/radargun-plugin/commit/3cd7fdf2d319b012935eae0502d31da9944e7536
  Author: Diego Lovison 
  Date:   2023-02-08 (Wed, 08 Feb 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Add SCM tags


  Commit: fc493120008a49715c904a43511c5191d76d06ee
  
https://github.com/jenkinsci/radargun-plugin/commit/fc493120008a49715c904a43511c5191d76d06ee
  Author: Diego Lovison 
  Date:   2023-02-08 (Wed, 08 Feb 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #15 from diegolovison/master3

Add SCM tags


Compare: 
https://github.com/jenkinsci/radargun-plugin/compare/f0be563c1540...fc493120008a

-- 
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/radargun-plugin/push/refs/heads/master/f0be56-fc4931%40github.com.


[jenkinsci/radargun-plugin] fb1ce6: Add SCM tags

2023-02-08 Thread 'Diego Lovison' via Jenkins Commits
  Branch: refs/heads/master2
  Home:   https://github.com/jenkinsci/radargun-plugin
  Commit: fb1ce6dceeb9d9fccfc6a2439a2aff5e47f3b672
  
https://github.com/jenkinsci/radargun-plugin/commit/fb1ce6dceeb9d9fccfc6a2439a2aff5e47f3b672
  Author: Diego Lovison 
  Date:   2023-02-08 (Wed, 08 Feb 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Add SCM tags


  Commit: 271d62eb7d581cb863559fa8b79ef39ab546249e
  
https://github.com/jenkinsci/radargun-plugin/commit/271d62eb7d581cb863559fa8b79ef39ab546249e
  Author: Diego Lovison 
  Date:   2023-02-08 (Wed, 08 Feb 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release radargun-1.16


Compare: 
https://github.com/jenkinsci/radargun-plugin/compare/fb1ce6dceeb9%5E...271d62eb7d58

-- 
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/radargun-plugin/push/refs/heads/master2/00-271d62%40github.com.


[jenkinsci/radargun-plugin] 717c21: Prepare for next iteration

2023-02-08 Thread 'Diego Lovison' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/radargun-plugin
  Commit: 717c21a96c09b8c882a749df2ec4a89ea23b5c31
  
https://github.com/jenkinsci/radargun-plugin/commit/717c21a96c09b8c882a749df2ec4a89ea23b5c31
  Author: Diego Lovison 
  Date:   2023-02-08 (Wed, 08 Feb 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Prepare for next iteration


  Commit: f0be563c15408da1711a1d345e13d2d8e44f6dc0
  
https://github.com/jenkinsci/radargun-plugin/commit/f0be563c15408da1711a1d345e13d2d8e44f6dc0
  Author: Diego Lovison 
  Date:   2023-02-08 (Wed, 08 Feb 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #14 from diegolovison/bump5

Prepare for next iteration


Compare: 
https://github.com/jenkinsci/radargun-plugin/compare/4c7fc3d8f97f...f0be563c1540

-- 
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/radargun-plugin/push/refs/heads/master/4c7fc3-f0be56%40github.com.


[jenkinsci/btc-embeddedplatform-plugin] ca5f1e: v22.3.2

2023-02-08 Thread 'Thabo Krick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/btc-embeddedplatform-plugin
  Commit: ca5f1e8119087d5d3ae1fcff592e737e50ce4ed8
  
https://github.com/jenkinsci/btc-embeddedplatform-plugin/commit/ca5f1e8119087d5d3ae1fcff592e737e50ce4ed8
  Author: Thabo Krick 
  Date:   2023-02-08 (Wed, 08 Feb 2023)

  Changed paths:
M README.md
M pom.xml
M src/main/resources/dsl/btc.groovy

  Log Message:
  ---
  v22.3.2

- project report support


-- 
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/btc-embeddedplatform-plugin/push/refs/heads/master/8c8d83-ca5f1e%40github.com.


[jenkinsci/radargun-plugin] 430157: Use Jenkins CI with Java11 and Linux only

2023-02-08 Thread 'Diego Lovison' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/radargun-plugin
  Commit: 430157d74d95794665bba479d094a1bdf5288c02
  
https://github.com/jenkinsci/radargun-plugin/commit/430157d74d95794665bba479d094a1bdf5288c02
  Author: Diego Lovison 
  Date:   2023-02-08 (Wed, 08 Feb 2023)

  Changed paths:
R .github/workflows/maven.yml
M Jenkinsfile

  Log Message:
  ---
  Use Jenkins CI with Java11 and Linux only


  Commit: 4c7fc3d8f97fc21a4e1ad9a2a4bba3dd4201aa20
  
https://github.com/jenkinsci/radargun-plugin/commit/4c7fc3d8f97fc21a4e1ad9a2a4bba3dd4201aa20
  Author: Diego Lovison 
  Date:   2023-02-08 (Wed, 08 Feb 2023)

  Changed paths:
R .github/workflows/maven.yml
M Jenkinsfile

  Log Message:
  ---
  Merge pull request #12 from diegolovison/bump2

Use Jenkins CI with Java11 and Linux only


Compare: 
https://github.com/jenkinsci/radargun-plugin/compare/b4e9339c35fe...4c7fc3d8f97f

-- 
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/radargun-plugin/push/refs/heads/master/b4e933-4c7fc3%40github.com.


[jenkinsci/jenkins]

2023-02-08 Thread 'Jenkins Release Bot' via Jenkins Commits
  Branch: refs/tags/jenkins-2.375.3
  Home:   https://github.com/jenkinsci/jenkins

-- 
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/jenkins/push/refs/tags/jenkins-2.375.3/00-d3d761%40github.com.


[jenkinsci/jenkins] 2caf8d: [maven-release-plugin] prepare release jenkins-2.3...

2023-02-08 Thread 'Jenkins Release Bot' via Jenkins Commits
  Branch: refs/heads/stable-2.375
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 2caf8dcac49d5e7d67b3f50d780722a67adde107
  
https://github.com/jenkinsci/jenkins/commit/2caf8dcac49d5e7d67b3f50d780722a67adde107
  Author: Jenkins Release Bot 
<66998184+jenkins-release-...@users.noreply.github.com>
  Date:   2023-02-08 (Wed, 08 Feb 2023)

  Changed paths:
M bom/pom.xml
M cli/pom.xml
M core/pom.xml
M coverage/pom.xml
M pom.xml
M test/pom.xml
M war/pom.xml
M websocket/jetty10/pom.xml
M websocket/jetty9/pom.xml
M websocket/spi/pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release jenkins-2.375.3


  Commit: 1b941dd4c6ea5195872fe0e5f2f848cca2e835b8
  
https://github.com/jenkinsci/jenkins/commit/1b941dd4c6ea5195872fe0e5f2f848cca2e835b8
  Author: Jenkins Release Bot 
<66998184+jenkins-release-...@users.noreply.github.com>
  Date:   2023-02-08 (Wed, 08 Feb 2023)

  Changed paths:
M bom/pom.xml
M cli/pom.xml
M core/pom.xml
M coverage/pom.xml
M pom.xml
M test/pom.xml
M war/pom.xml
M websocket/jetty10/pom.xml
M websocket/jetty9/pom.xml
M websocket/spi/pom.xml

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


Compare: 
https://github.com/jenkinsci/jenkins/compare/00973b768ef9...1b941dd4c6ea

-- 
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/jenkins/push/refs/heads/stable-2.375/00973b-1b941d%40github.com.


[jenkinsci/radargun-plugin] dcdf9e: Bump Jenkins version

2023-02-08 Thread 'Diego Lovison' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/radargun-plugin
  Commit: dcdf9e07c45a2148cda7ad098f3408bbb20f8021
  
https://github.com/jenkinsci/radargun-plugin/commit/dcdf9e07c45a2148cda7ad098f3408bbb20f8021
  Author: Diego Lovison 
  Date:   2023-02-08 (Wed, 08 Feb 2023)

  Changed paths:
A .github/workflows/maven.yml
M Jenkinsfile
M README.adoc
M pom.xml
M src/main/java/org/jenkinsci/plugins/radargun/config/ScriptSource.java
A src/main/resources/index.jelly
M src/test/java/org/jenkinsci/plugins/radargun/config/RgInstancesTest.java
M 
src/test/java/org/jenkinsci/plugins/radargun/util/RadarGunInstanceTest.java
M src/test/java/org/jenkinsci/plugins/radargun/yaml/IncludeTest.java

  Log Message:
  ---
  Bump Jenkins version


  Commit: b4e9339c35feb4d5d155e5b4bb3d0d226ae984ad
  
https://github.com/jenkinsci/radargun-plugin/commit/b4e9339c35feb4d5d155e5b4bb3d0d226ae984ad
  Author: Diego Lovison 
  Date:   2023-02-08 (Wed, 08 Feb 2023)

  Changed paths:
A .github/workflows/maven.yml
M Jenkinsfile
M README.adoc
M pom.xml
M src/main/java/org/jenkinsci/plugins/radargun/config/ScriptSource.java
A src/main/resources/index.jelly
M src/test/java/org/jenkinsci/plugins/radargun/config/RgInstancesTest.java
M 
src/test/java/org/jenkinsci/plugins/radargun/util/RadarGunInstanceTest.java
M src/test/java/org/jenkinsci/plugins/radargun/yaml/IncludeTest.java

  Log Message:
  ---
  Merge pull request #11 from diegolovison/bump

Bump Jenkins version


Compare: 
https://github.com/jenkinsci/radargun-plugin/compare/af7f01f18364...b4e9339c35fe

-- 
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/radargun-plugin/push/refs/heads/master/af7f01-b4e933%40github.com.


[jenkinsci/code-coverage-api-plugin]

2023-02-08 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.main-jenkins-core-2.389
  Home:   https://github.com/jenkinsci/code-coverage-api-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/code-coverage-api-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.main-jenkins-core-2.389/971620-00%40github.com.


[jenkinsci/code-coverage-api-plugin] d8ed3c: Bump jenkins-core from 2.388 to 2.390

2023-02-08 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.main-jenkins-core-2.390
  Home:   https://github.com/jenkinsci/code-coverage-api-plugin
  Commit: d8ed3c986a15289fbecec3c9fad52135562dca9a
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/d8ed3c986a15289fbecec3c9fad52135562dca9a
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-02-08 (Wed, 08 Feb 2023)

  Changed paths:
M ui-tests/pom.xml

  Log Message:
  ---
  Bump jenkins-core from 2.388 to 2.390

Bumps [jenkins-core](https://github.com/jenkinsci/jenkins) from 2.388 to 2.390.
- [Release notes](https://github.com/jenkinsci/jenkins/releases)
- [Changelog](https://github.com/jenkinsci/jenkins/blob/master/changelog.html)
- 
[Commits](https://github.com/jenkinsci/jenkins/compare/jenkins-2.388...jenkins-2.390)

---
updated-dependencies:
- dependency-name: org.jenkins-ci.main:jenkins-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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/code-coverage-api-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.main-jenkins-core-2.390/00-d8ed3c%40github.com.


[jenkinsci/design-library-plugin] a8b6b5: feat: New Crowdin translations

2023-02-08 Thread 'Crowdin Bot' via Jenkins Commits
  Branch: refs/heads/l10n_crowdin_action
  Home:   https://github.com/jenkinsci/design-library-plugin
  Commit: a8b6b56ce6151611e50709115f54a40740869e3d
  
https://github.com/jenkinsci/design-library-plugin/commit/a8b6b56ce6151611e50709115f54a40740869e3d
  Author: Crowdin Bot 
  Date:   2023-02-08 (Wed, 08 Feb 2023)

  Changed paths:
M 
src/main/resources/io/jenkins/plugins/designlibrary/Root/index_fr.properties
M 
src/main/resources/io/jenkins/plugins/designlibrary/Spacing/index_fr.properties
M 
src/main/resources/io/jenkins/plugins/designlibrary/Symbols/index_fr.properties
M 
src/main/resources/io/jenkins/plugins/designlibrary/ToggleSwitch/index_fr.properties

  Log Message:
  ---
  feat: New Crowdin translations


-- 
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/design-library-plugin/push/refs/heads/l10n_crowdin_action/3f4a9d-a8b6b5%40github.com.


[jenkinsci/azure-container-agents-plugin]

2023-02-08 Thread 'Tim Jacomb' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.jenkins-ci.plugins-azure-credentials-252.vd40e833b_3206
  Home:   https://github.com/jenkinsci/azure-container-agents-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/azure-container-agents-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-azure-credentials-252.vd40e833b_3206/9e478f-00%40github.com.


[jenkinsci/azure-container-agents-plugin] 69f9bf: Bump azure-credentials from 242.vb_f9c4fa_6b_2b_6 ...

2023-02-08 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/azure-container-agents-plugin
  Commit: 69f9bf102897c275908d0819488fa673dd6c
  
https://github.com/jenkinsci/azure-container-agents-plugin/commit/69f9bf102897c275908d0819488fa673dd6c
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-02-08 (Wed, 08 Feb 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump azure-credentials from 242.vb_f9c4fa_6b_2b_6 to 252.vd40e833b_3206 (#197)

Co-authored-by: dependabot[bot] 
<49699333+dependabot[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/azure-container-agents-plugin/push/refs/heads/master/4869ac-69f9bf%40github.com.


[jenkinsci/azure-container-agents-plugin]

2023-02-08 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.jenkins-ci.plugins-azure-credentials-242.vb_f9c4fa_6b_2b_6
  Home:   https://github.com/jenkinsci/azure-container-agents-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/azure-container-agents-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-azure-credentials-242.vb_f9c4fa_6b_2b_6/5eb1b1-00%40github.com.


[jenkinsci/azure-container-agents-plugin] 9e478f: Bump azure-credentials from 242.vb_f9c4fa_6b_2b_6 ...

2023-02-08 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.jenkins-ci.plugins-azure-credentials-252.vd40e833b_3206
  Home:   https://github.com/jenkinsci/azure-container-agents-plugin
  Commit: 9e478f27ebde1ba89f4cf2f1a1968abd01620902
  
https://github.com/jenkinsci/azure-container-agents-plugin/commit/9e478f27ebde1ba89f4cf2f1a1968abd01620902
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-02-08 (Wed, 08 Feb 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump azure-credentials from 242.vb_f9c4fa_6b_2b_6 to 252.vd40e833b_3206

Bumps 
[azure-credentials](https://github.com/jenkinsci/azure-credentials-plugin) from 
242.vb_f9c4fa_6b_2b_6 to 252.vd40e833b_3206.
- [Release 
notes](https://github.com/jenkinsci/azure-credentials-plugin/releases)
- 
[Changelog](https://github.com/jenkinsci/azure-credentials-plugin/blob/master/CHANGELOG-old.md)
- [Commits](https://github.com/jenkinsci/azure-credentials-plugin/commits)

---
updated-dependencies:
- dependency-name: org.jenkins-ci.plugins:azure-credentials
  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/azure-container-agents-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-azure-credentials-252.vd40e833b_3206/00-9e478f%40github.com.


[jenkinsci/custom-war-packager] 087941: Update Maven Plugin Plugin to the latest version

2023-02-08 Thread 'Oleg Nenashev' via Jenkins Commits
  Branch: refs/heads/java11-spotbugs
  Home:   https://github.com/jenkinsci/custom-war-packager
  Commit: 0879416a5f013ac152f51e1ce38634cec1cc2217
  
https://github.com/jenkinsci/custom-war-packager/commit/0879416a5f013ac152f51e1ce38634cec1cc2217
  Author: Oleg Nenashev 
  Date:   2023-02-08 (Wed, 08 Feb 2023)

  Changed paths:
M custom-war-packager-maven-plugin/pom.xml

  Log Message:
  ---
  Update Maven Plugin Plugin to the latest version


-- 
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-war-packager/push/refs/heads/java11-spotbugs/e37815-087941%40github.com.


[jenkinsci/jackson2-api-plugin] b5a411: Bump jenkins-infra/jenkins-maven-cd-action from 1....

2023-02-08 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/github_actions/jenkins-infra/jenkins-maven-cd-action-1.3.3
  Home:   https://github.com/jenkinsci/jackson2-api-plugin
  Commit: b5a411652dad7c1ca4f7e1c04c4707e783f01aae
  
https://github.com/jenkinsci/jackson2-api-plugin/commit/b5a411652dad7c1ca4f7e1c04c4707e783f01aae
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-02-08 (Wed, 08 Feb 2023)

  Changed paths:
M .github/workflows/cd.yaml

  Log Message:
  ---
  Bump jenkins-infra/jenkins-maven-cd-action from 1.3.2 to 1.3.3

Bumps 
[jenkins-infra/jenkins-maven-cd-action](https://github.com/jenkins-infra/jenkins-maven-cd-action)
 from 1.3.2 to 1.3.3.
- [Release 
notes](https://github.com/jenkins-infra/jenkins-maven-cd-action/releases)
- 
[Commits](https://github.com/jenkins-infra/jenkins-maven-cd-action/compare/v1.3.2...v1.3.3)

---
updated-dependencies:
- dependency-name: jenkins-infra/jenkins-maven-cd-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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/jackson2-api-plugin/push/refs/heads/dependabot/github_actions/jenkins-infra/jenkins-maven-cd-action-1.3.3/00-b5a411%40github.com.


[jenkinsci/custom-war-packager] e37815: Use java11 in the pipeline

2023-02-08 Thread 'Oleg Nenashev' via Jenkins Commits
  Branch: refs/heads/java11-spotbugs
  Home:   https://github.com/jenkinsci/custom-war-packager
  Commit: e37815500d1d917af05ccaede28552e2632a2d66
  
https://github.com/jenkinsci/custom-war-packager/commit/e37815500d1d917af05ccaede28552e2632a2d66
  Author: Oleg Nenashev 
  Date:   2023-02-08 (Wed, 08 Feb 2023)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Use java11 in the pipeline


-- 
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-war-packager/push/refs/heads/java11-spotbugs/522032-e37815%40github.com.


[jenkins-infra/jenkins.io] 53fb03: Update Awestruct to 0.6.5 (#6011)

2023-02-08 Thread 'Zbynek Konecny' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 53fb03a0e79c971439885f7637ffeb6567df73ee
  
https://github.com/jenkins-infra/jenkins.io/commit/53fb03a0e79c971439885f7637ffeb6567df73ee
  Author: Zbynek Konecny 
  Date:   2023-02-08 (Wed, 08 Feb 2023)

  Changed paths:
M Gemfile
M Gemfile.lock

  Log Message:
  ---
  Update Awestruct to 0.6.5 (#6011)

Fixes #6006 via
https://github.com/awestruct/awestruct/commit/71ac77eac26d450c064c6494f2688f554333109b

Allows testing of #5962, though that will probably still fail


-- 
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/jenkins-infra/jenkins.io/push/refs/heads/master/adac4f-53fb03%40github.com.


[jenkinsci/m2release-plugin] 44e36d: Require 2.375.2 as minimum Jenkins version

2023-02-08 Thread 'Bruno Verachten' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.jenkins-ci.plugins-dashboard-view-2.18.1
  Home:   https://github.com/jenkinsci/m2release-plugin
  Commit: 44e36d57d417bd68a30185470ab65f4bbc6a8954
  
https://github.com/jenkinsci/m2release-plugin/commit/44e36d57d417bd68a30185470ab65f4bbc6a8954
  Author: Bruno Verachten 
  Date:   2023-02-08 (Wed, 08 Feb 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Require 2.375.2 as minimum Jenkins version


-- 
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/m2release-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-dashboard-view-2.18.1/36ca10-44e36d%40github.com.


  1   2   >