[jenkinsci/jenkins] 0ad665: [JENKINS-73246] Fix text shown in unexpected local...

2024-06-10 Thread 'Bob Du' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 0ad66571bf1f9b7bc4550862dd7a9a5f39684ddc
  
https://github.com/jenkinsci/jenkins/commit/0ad66571bf1f9b7bc4550862dd7a9a5f39684ddc
  Author: Bob Du 
  Date:   2024-06-10 (Mon, 10 Jun 2024)

  Changed paths:
M core/src/main/java/hudson/model/Descriptor.java
M core/src/test/java/hudson/GetLocaleStaticHelpUrlTest.java

  Log Message:
  ---
  [JENKINS-73246] Fix text shown in unexpected locale (#9370)

Signed-off-by: Bob Du 



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins/settings/notifications

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 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/master/386e04-0ad665%40github.com.


[jenkinsci/unity3d-plugin] 5a18f2: feat: unity3d install select default use NotConfig...

2024-05-13 Thread 'Bob Du' via Jenkins Commits
  Branch: refs/heads/main
  Home:   https://github.com/jenkinsci/unity3d-plugin
  Commit: 5a18f2b0aa7994374bf9768a2e3212168e16025e
  
https://github.com/jenkinsci/unity3d-plugin/commit/5a18f2b0aa7994374bf9768a2e3212168e16025e
  Author: Bob Du 
  Date:   2024-05-13 (Mon, 13 May 2024)

  Changed paths:
M 
src/main/resources/org/jenkinsci/plugins/unity3d/Unity3dBuilder/config.jelly

  Log Message:
  ---
  feat: unity3d install select default use NotConfigured (#24)

Signed-off-by: Bob Du 



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

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


[jenkinsci/unity3d-plugin] 5d8b88: Update parent pom and necessary modifications for ...

2024-05-12 Thread 'Bob Du' via Jenkins Commits
  Branch: refs/heads/main
  Home:   https://github.com/jenkinsci/unity3d-plugin
  Commit: 5d8b888b3b526b9bd46600c4f5b731f87e0c5d23
  
https://github.com/jenkinsci/unity3d-plugin/commit/5d8b888b3b526b9bd46600c4f5b731f87e0c5d23
  Author: Bob Du 
  Date:   2024-05-12 (Sun, 12 May 2024)

  Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/plugins/unity3d/Unity3dInstallation.java
M src/main/resources/index.jelly
M 
src/main/resources/org/jenkinsci/plugins/unity3d/Unity3dBuilder/config.jelly
M src/test/java/org/jenkinsci/plugins/unity3d/io/PipeTest.java
M 
src/test/resources/org/jenkinsci/plugins/unity3d/IntegrationTests/testEditorException/org.jenkinsci.plugins.unity3d.Unity3dBuilder.xml
M 
src/test/resources/org/jenkinsci/plugins/unity3d/IntegrationTests/testEditorExceptionWithCustomLogFile/org.jenkinsci.plugins.unity3d.Unity3dBuilder.xml
M 
src/test/resources/org/jenkinsci/plugins/unity3d/IntegrationTests/testExpectADifferentExitCode/jobs/test_unity3d/config.xml
M 
src/test/resources/org/jenkinsci/plugins/unity3d/IntegrationTests/testExpectADifferentExitCode/org.jenkinsci.plugins.unity3d.Unity3dBuilder.xml

  Log Message:
  ---
  Update parent pom and necessary modifications for compatibility (#23)

Signed-off-by: Bob Du 



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

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


[jenkinsci/json-lib] 893eab: [JENKINS-72981] Inline EZMorph repository (#8)

2024-04-24 Thread 'Bob Du' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/json-lib
  Commit: 893eab2cd9fc246e90700b5e2c29fbd0147b6798
  
https://github.com/jenkinsci/json-lib/commit/893eab2cd9fc246e90700b5e2c29fbd0147b6798
  Author: Bob Du 
  Date:   2024-04-24 (Wed, 24 Apr 2024)

  Changed paths:
M pom.xml
A src/main/java/net/sf/ezmorph/MorphException.java
A src/main/java/net/sf/ezmorph/MorphUtils.java
A src/main/java/net/sf/ezmorph/Morpher.java
A src/main/java/net/sf/ezmorph/MorpherRegistry.java
A src/main/java/net/sf/ezmorph/ObjectMorpher.java
A src/main/java/net/sf/ezmorph/array/AbstractArrayMorpher.java
A src/main/java/net/sf/ezmorph/array/BooleanArrayMorpher.java
A src/main/java/net/sf/ezmorph/array/BooleanObjectArrayMorpher.java
A src/main/java/net/sf/ezmorph/array/ByteArrayMorpher.java
A src/main/java/net/sf/ezmorph/array/CharArrayMorpher.java
A src/main/java/net/sf/ezmorph/array/CharacterObjectArrayMorpher.java
A src/main/java/net/sf/ezmorph/array/DoubleArrayMorpher.java
A src/main/java/net/sf/ezmorph/array/FloatArrayMorpher.java
A src/main/java/net/sf/ezmorph/array/IntArrayMorpher.java
A src/main/java/net/sf/ezmorph/array/LongArrayMorpher.java
A src/main/java/net/sf/ezmorph/array/ObjectArrayMorpher.java
A src/main/java/net/sf/ezmorph/array/ShortArrayMorpher.java
A src/main/java/net/sf/ezmorph/array/package.html
A src/main/java/net/sf/ezmorph/bean/BeanMorpher.java
A src/main/java/net/sf/ezmorph/bean/MorphDynaBean.java
A src/main/java/net/sf/ezmorph/bean/MorphDynaClass.java
A src/main/java/net/sf/ezmorph/bean/package.html
A src/main/java/net/sf/ezmorph/object/AbstractObjectMorpher.java
A src/main/java/net/sf/ezmorph/object/BigDecimalMorpher.java
A src/main/java/net/sf/ezmorph/object/BigIntegerMorpher.java
A src/main/java/net/sf/ezmorph/object/BooleanObjectMorpher.java
A src/main/java/net/sf/ezmorph/object/CharacterObjectMorpher.java
A src/main/java/net/sf/ezmorph/object/ClassMorpher.java
A src/main/java/net/sf/ezmorph/object/DateMorpher.java
A src/main/java/net/sf/ezmorph/object/IdentityObjectMorpher.java
A src/main/java/net/sf/ezmorph/object/MapToDateMorpher.java
A src/main/java/net/sf/ezmorph/object/NumberMorpher.java
A src/main/java/net/sf/ezmorph/object/ObjectListMorpher.java
A src/main/java/net/sf/ezmorph/object/StringMorpher.java
A src/main/java/net/sf/ezmorph/object/SwitchingMorpher.java
A src/main/java/net/sf/ezmorph/object/package.html
A src/main/java/net/sf/ezmorph/package.html
A src/main/java/net/sf/ezmorph/primitive/AbstractDecimalMorpher.java
A src/main/java/net/sf/ezmorph/primitive/AbstractIntegerMorpher.java
A src/main/java/net/sf/ezmorph/primitive/AbstractPrimitiveMorpher.java
A src/main/java/net/sf/ezmorph/primitive/BooleanMorpher.java
A src/main/java/net/sf/ezmorph/primitive/ByteMorpher.java
A src/main/java/net/sf/ezmorph/primitive/CharMorpher.java
A src/main/java/net/sf/ezmorph/primitive/DoubleMorpher.java
A src/main/java/net/sf/ezmorph/primitive/FloatMorpher.java
A src/main/java/net/sf/ezmorph/primitive/IntMorpher.java
A src/main/java/net/sf/ezmorph/primitive/LongMorpher.java
A src/main/java/net/sf/ezmorph/primitive/ShortMorpher.java
A src/main/java/net/sf/ezmorph/primitive/package.html
A src/main/java/net/sf/ezmorph/test/ArrayAssertions.java
A src/main/java/net/sf/ezmorph/test/package.html
A src/test/java/net/sf/ezmorph/AllEZMorphTestSuite.java
A src/test/java/net/sf/ezmorph/MorphTestSuite.java
A src/test/java/net/sf/ezmorph/MorpherRegistryTest.java
A src/test/java/net/sf/ezmorph/array/AbstractArrayMorpherTestCase.java
A src/test/java/net/sf/ezmorph/array/ArrayTestSuite.java
A src/test/java/net/sf/ezmorph/array/BooleanArrayMorpherTest.java
A src/test/java/net/sf/ezmorph/array/BooleanObjectArrayMorpherTest.java
A src/test/java/net/sf/ezmorph/array/ByteArrayMorpherTest.java
A src/test/java/net/sf/ezmorph/array/CharArrayMorpherTest.java
A src/test/java/net/sf/ezmorph/array/CharacterObjectArrayMorpherTest.java
A src/test/java/net/sf/ezmorph/array/DoubleArrayMorpherTest.java
A src/test/java/net/sf/ezmorph/array/FloatArrayMorpherTest.java
A src/test/java/net/sf/ezmorph/array/IntArrayMorpherTest.java
A src/test/java/net/sf/ezmorph/array/LongArrayMorpherTest.java
A src/test/java/net/sf/ezmorph/array/ObjectArrayMorpherTest.java
A src/test/java/net/sf/ezmorph/array/ShortArrayMorpherTest.java
A src/test/java/net/sf/ezmorph/bean/BeanMorpherTest.java
A src/test/java/net/sf/ezmorph/bean/BeanTestSuite.java
A src/test/java/net/sf/ezmorph/bean/MorphDynaBeanTest.java
A src/test/java/net/sf/ezmorph/bean/MorphDynaClassTest.java
A src/test/java/net/sf/ezmorph/bean/sample/BeanA.java
A src/test/java/net/sf/ezmorph/bean/sample/BeanB.java
A src/test/java/net/sf/ezmorph/bean/sample/BeanC.java
A 

[jenkinsci/jenkins] aa7ac0: Set Locale.ROOT when use String.toLowerCase (#9162)

2024-04-18 Thread 'Bob Du' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: aa7ac0b6341b6a76823ebbef7fc8c8926683c471
  
https://github.com/jenkinsci/jenkins/commit/aa7ac0b6341b6a76823ebbef7fc8c8926683c471
  Author: Bob Du 
  Date:   2024-04-18 (Thu, 18 Apr 2024)

  Changed paths:
M core/src/main/java/hudson/PluginManager.java
M core/src/main/java/hudson/model/AutoCompletionCandidates.java
M core/src/main/java/hudson/search/FixedSet.java
M core/src/main/java/jenkins/security/BasicHeaderProcessor.java

  Log Message:
  ---
  Set Locale.ROOT when use String.toLowerCase (#9162)

Signed-off-by: Bob Du 



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins/settings/notifications

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 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/master/c660d2-aa7ac0%40github.com.


[jenkinsci/dingtalk-plugin]

2024-04-16 Thread 'Bob Du' via Jenkins Commits
  Branch: refs/heads/dependabot/github_actions/peaceiris/actions-gh-pages-4
  Home:   https://github.com/jenkinsci/dingtalk-plugin

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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dingtalk-plugin/push/refs/heads/dependabot/github_actions/peaceiris/actions-gh-pages-4/ef543e-00%40github.com.


[jenkinsci/json-lib] b132b1: Bump commons-beanutils from 1.7.0 to 1.9.4 (#22)

2024-04-13 Thread 'Bob Du' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/json-lib
  Commit: b132b1ca880913883f7947b4e22ed454ddedfd30
  
https://github.com/jenkinsci/json-lib/commit/b132b1ca880913883f7947b4e22ed454ddedfd30
  Author: Bob Du 
  Date:   2024-04-13 (Sat, 13 Apr 2024)

  Changed paths:
M pom.xml
M src/test/java/net/sf/json/AbstractJSONObjectStaticBuildersTestCase.java
M src/test/java/net/sf/json/TestJSONObject.java
M src/test/java/net/sf/json/TestJSONObjectStaticBuilders_DynaBean.java
M src/test/java/net/sf/json/TestJSONObjectStaticBuilders_JSONObject.java
M src/test/java/net/sf/json/TestJSONObjectStaticBuilders_JSONString.java
M src/test/java/net/sf/json/TestJSONObjectStaticBuilders_JSONTokener.java
M src/test/java/net/sf/json/TestJSONObjectStaticBuilders_Map.java
M src/test/java/net/sf/json/TestJSONObjectStaticBuilders_String.java

  Log Message:
  ---
  Bump commons-beanutils from 1.7.0 to 1.9.4 (#22)

Signed-off-by: Bob Du 



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

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


[jenkinsci/jenkins] 819770: Further reduce usages of `StringUtils` (#9044)

2024-03-27 Thread 'Bob Du' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 81977024846a60ae706be630e9c0b6fd0c3da498
  
https://github.com/jenkinsci/jenkins/commit/81977024846a60ae706be630e9c0b6fd0c3da498
  Author: Bob Du 
  Date:   2024-03-27 (Wed, 27 Mar 2024)

  Changed paths:
M cli/src/main/java/hudson/cli/CLI.java
M core/src/main/java/hudson/Functions.java
M core/src/main/java/hudson/PluginManager.java
M core/src/main/java/hudson/PluginWrapper.java
M core/src/main/java/hudson/cli/CLIAction.java
M core/src/main/java/hudson/model/AutoCompletionCandidates.java
M core/src/main/java/hudson/model/Fingerprint.java
M core/src/main/java/hudson/model/Slave.java
M core/src/main/java/hudson/model/UpdateSite.java
M core/src/main/java/hudson/search/FixedSet.java
M core/src/main/java/hudson/security/SecurityRealm.java
M core/src/main/java/hudson/slaves/JNLPLauncher.java
M core/src/main/java/hudson/tasks/BuildTrigger.java
M core/src/main/java/jenkins/install/SetupWizard.java
M core/src/main/java/jenkins/security/BasicHeaderProcessor.java
M core/src/main/java/org/jenkins/ui/icon/Icon.java
M core/src/main/java/org/jenkins/ui/symbol/Symbol.java

  Log Message:
  ---
  Further reduce usages of `StringUtils` (#9044)

* Remove usages of StringUtils#containsIgnoreCase

Signed-off-by: Bob Du 

* Remove usages of StringUtils#removeStart StringUtils#removeEnd

Signed-off-by: Bob Du 

* Remove usages of StringUtils#defaultString

Signed-off-by: Bob Du 

* Remove usages of StringUtils#defaultIfBlank

Signed-off-by: Bob Du 

* Remove usages of StringUtils#isAlphanumeric

Signed-off-by: Bob Du 

* Remove usages of StringUtils.EMPTY

Signed-off-by: Bob Du 

* Remove usages of StringUtils#split

Signed-off-by: Bob Du 

* Remove usages of StringUtils#startsWithIgnoreCase

Signed-off-by: Bob Du 

* Remove usages of StringUtils#countMatches

Signed-off-by: Bob Du 

* Remove usages of StringUtils#endsWithAny

Signed-off-by: Bob Du 

* fix spotbugs warning

Signed-off-by: Bob Du 

* Use Objects.toString

Signed-off-by: Bob Du 

* revert unrelated change

Signed-off-by: Bob Du 

-

Signed-off-by: Bob Du 



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins/settings/notifications

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 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/master/e914bb-819770%40github.com.


[jenkinsci/dingtalk-plugin]

2024-03-15 Thread 'Bob Du' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.426.x-2884.vc36b_64ce114a_
  Home:   https://github.com/jenkinsci/dingtalk-plugin

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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dingtalk-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.426.x-2884.vc36b_64ce114a_/66ace5-00%40github.com.


[jenkinsci/dingtalk-plugin]

2024-03-06 Thread 'Bob Du' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.426.x-2857.v01a_0144eb_20b_
  Home:   https://github.com/jenkinsci/dingtalk-plugin

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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dingtalk-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.426.x-2857.v01a_0144eb_20b_/03e3ac-00%40github.com.


[jenkinsci/dingtalk-plugin] cb8388: [maven-release-plugin] prepare for next developmen...

2024-03-01 Thread 'Bob Du' via Jenkins Commits
  Branch: refs/heads/main
  Home:   https://github.com/jenkinsci/dingtalk-plugin
  Commit: cb8388f62903435cd6693a7828e845395e8342f0
  
https://github.com/jenkinsci/dingtalk-plugin/commit/cb8388f62903435cd6693a7828e845395e8342f0
  Author: BobDu 
  Date:   2024-03-01 (Fri, 01 Mar 2024)

  Changed paths:
M pom.xml

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



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

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


[jenkinsci/dingtalk-plugin]

2024-03-01 Thread 'Bob Du' via Jenkins Commits
  Branch: refs/tags/dingding-notifications-2.7.3
  Home:   https://github.com/jenkinsci/dingtalk-plugin

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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dingtalk-plugin/push/refs/tags/dingding-notifications-2.7.3/00-7a0a96%40github.com.


[jenkinsci/dingtalk-plugin] c85f90: [maven-release-plugin] prepare release dingding-no...

2024-03-01 Thread 'Bob Du' via Jenkins Commits
  Branch: refs/heads/main
  Home:   https://github.com/jenkinsci/dingtalk-plugin
  Commit: c85f90b5640c1e1ad09642f5659d106ef096471d
  
https://github.com/jenkinsci/dingtalk-plugin/commit/c85f90b5640c1e1ad09642f5659d106ef096471d
  Author: BobDu 
  Date:   2024-03-01 (Fri, 01 Mar 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release dingding-notifications-2.7.3



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

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


[jenkinsci/dingtalk-plugin] 9eae3d: deps: use commons-lang3 replace commons-lang (#259)

2024-02-29 Thread 'Bob Du' via Jenkins Commits
  Branch: refs/heads/main
  Home:   https://github.com/jenkinsci/dingtalk-plugin
  Commit: 9eae3d92886d0b5cce9041898366f37ae6785af4
  
https://github.com/jenkinsci/dingtalk-plugin/commit/9eae3d92886d0b5cce9041898366f37ae6785af4
  Author: Bob Du 
  Date:   2024-03-01 (Fri, 01 Mar 2024)

  Changed paths:
M pom.xml
M src/main/java/io/jenkins/plugins/DingTalkGlobalConfig.java
M src/main/java/io/jenkins/plugins/DingTalkNotifierConfig.java
M src/main/java/io/jenkins/plugins/DingTalkProxyConfig.java
M src/main/java/io/jenkins/plugins/DingTalkRobotConfig.java
M src/main/java/io/jenkins/plugins/DingTalkRunListener.java
M src/main/java/io/jenkins/plugins/DingTalkStep.java
M src/main/java/io/jenkins/plugins/model/BuildJobModel.java
M src/main/java/io/jenkins/plugins/model/MessageModel.java
M src/main/java/io/jenkins/plugins/model/RobotConfigModel.java
M src/main/java/io/jenkins/plugins/sdk/DingTalkSender.java
M src/main/java/io/jenkins/plugins/sdk/HttpRequest.java
M src/main/java/io/jenkins/plugins/tools/JavaFxColor.java
M src/main/java/io/jenkins/plugins/tools/Logger.java

  Log Message:
  ---
  deps: use commons-lang3 replace commons-lang (#259)

Signed-off-by: BobDu 



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

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


[jenkinsci/dingtalk-plugin] 2fc219: deploy: cee092fc10666e3cccc981a81be01eed8c22acf9

2024-02-26 Thread 'Bob Du' via Jenkins Commits
  Branch: refs/heads/gh-pages
  Home:   https://github.com/jenkinsci/dingtalk-plugin
  Commit: 2fc219fc811dd2b0ff6f781c6f12d5ae941d0744
  
https://github.com/jenkinsci/dingtalk-plugin/commit/2fc219fc811dd2b0ff6f781c6f12d5ae941d0744
  Author: BobDu 
  Date:   2024-02-27 (Tue, 27 Feb 2024)

  Changed paths:
M 404.html
M advance/markdown.html
M advance/user-property.html
R assets/examples_dtmd.md.a814ab2d.js
R assets/examples_dtmd.md.a814ab2d.lean.js
A assets/examples_dtmd.md.cdc31a5d.js
A assets/examples_dtmd.md.cdc31a5d.lean.js
M examples/action-card.html
M examples/dtmd.html
M examples/freestyle-advanced.html
M examples/link.html
M examples/markdown.html
M examples/text.html
M guide/environment-variables.html
M guide/freestyle.html
M guide/getting-started.html
M guide/pipeline.html
M hashmap.json
M index.html

  Log Message:
  ---
  deploy: cee092fc10666e3981a81be01eed8c22acf9



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

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


[jenkinsci/dingtalk-plugin] cee092: docs: add dingtalk dtmd protocol reference documen...

2024-02-26 Thread 'Bob Du' via Jenkins Commits
  Branch: refs/heads/main
  Home:   https://github.com/jenkinsci/dingtalk-plugin
  Commit: cee092fc10666e3981a81be01eed8c22acf9
  
https://github.com/jenkinsci/dingtalk-plugin/commit/cee092fc10666e3981a81be01eed8c22acf9
  Author: Bob Du 
  Date:   2024-02-27 (Tue, 27 Feb 2024)

  Changed paths:
M docs/examples/dtmd.md

  Log Message:
  ---
  docs: add dingtalk dtmd protocol reference document (#258)

Signed-off-by: BobDu 



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

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


[jenkinsci/dingtalk-plugin] d8f0e9: fix: freestyle raw mode set title (#257)

2024-02-26 Thread 'Bob Du' via Jenkins Commits
  Branch: refs/heads/main
  Home:   https://github.com/jenkinsci/dingtalk-plugin
  Commit: d8f0e9ec3fed7aac11005d402cb27fce2bcd6f81
  
https://github.com/jenkinsci/dingtalk-plugin/commit/d8f0e9ec3fed7aac11005d402cb27fce2bcd6f81
  Author: Bob Du 
  Date:   2024-02-27 (Tue, 27 Feb 2024)

  Changed paths:
M src/main/java/io/jenkins/plugins/DingTalkRunListener.java

  Log Message:
  ---
  fix: freestyle raw mode set title (#257)

Signed-off-by: BobDu 



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

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


[jenkinsci/dingtalk-plugin]

2024-02-26 Thread 'Bob Du' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.426.x-2839.v003b_4d9d24fd
  Home:   https://github.com/jenkinsci/dingtalk-plugin

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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dingtalk-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.426.x-2839.v003b_4d9d24fd/5979f4-00%40github.com.


[jenkinsci/dingtalk-plugin] 8526d1: fix: FormatConversionException (#255)

2024-02-26 Thread 'Bob Du' via Jenkins Commits
  Branch: refs/heads/main
  Home:   https://github.com/jenkinsci/dingtalk-plugin
  Commit: 8526d12b3defcaf55bf2a8ec54da5de7e0a942c9
  
https://github.com/jenkinsci/dingtalk-plugin/commit/8526d12b3defcaf55bf2a8ec54da5de7e0a942c9
  Author: Bob Du 
  Date:   2024-02-27 (Tue, 27 Feb 2024)

  Changed paths:
M src/main/java/io/jenkins/plugins/DingTalkStep.java

  Log Message:
  ---
  fix: FormatConversionException (#255)

Signed-off-by: BobDu 



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

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


[jenkinsci/dingtalk-plugin] eabe63: fix: no jquery adjunct error (#254)

2024-02-26 Thread 'Bob Du' via Jenkins Commits
  Branch: refs/heads/main
  Home:   https://github.com/jenkinsci/dingtalk-plugin
  Commit: eabe63f107713b7234283f26300bde6fb9e9c3a1
  
https://github.com/jenkinsci/dingtalk-plugin/commit/eabe63f107713b7234283f26300bde6fb9e9c3a1
  Author: Bob Du 
  Date:   2024-02-26 (Mon, 26 Feb 2024)

  Changed paths:
M src/main/resources/io/jenkins/plugins/DingTalkJobProperty/config.jelly
M src/main/resources/io/jenkins/plugins/DingTalkNotifierConfig/config.jelly
M src/main/resources/io/jenkins/plugins/DingTalkRobotConfig/config.jelly

  Log Message:
  ---
  fix: no jquery adjunct error (#254)

Signed-off-by: BobDu 



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

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


[jenkinsci/dingtalk-plugin] 804897: fix: get project/job url error when not config roo...

2024-02-24 Thread 'Bob Du' via Jenkins Commits
  Branch: refs/heads/main
  Home:   https://github.com/jenkinsci/dingtalk-plugin
  Commit: 804897f0f49bd4f27212d17bfa6e606424092a55
  
https://github.com/jenkinsci/dingtalk-plugin/commit/804897f0f49bd4f27212d17bfa6e606424092a55
  Author: Bob Du 
  Date:   2024-02-24 (Sat, 24 Feb 2024)

  Changed paths:
M src/main/java/io/jenkins/plugins/DingTalkRunListener.java

  Log Message:
  ---
  fix: get project/job url error when not config root url (#252)

Signed-off-by: BobDu 



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

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


[jenkinsci/dingtalk-plugin] 870da4: deploy: d7c572afdecc238cfa1f5c7ce7ee44918d699031

2024-02-19 Thread 'Bob Du' via Jenkins Commits
  Branch: refs/heads/gh-pages
  Home:   https://github.com/jenkinsci/dingtalk-plugin
  Commit: 870da40ad302007639925a24f49930f97a60637d
  
https://github.com/jenkinsci/dingtalk-plugin/commit/870da40ad302007639925a24f49930f97a60637d
  Author: BobDu 
  Date:   2024-02-20 (Tue, 20 Feb 2024)

  Changed paths:
M 404.html
M advance/markdown.html
M advance/user-property.html
A assets/advance_markdown.md.40f928c5.js
A assets/advance_markdown.md.40f928c5.lean.js
R assets/advance_markdown.md.d5e515d7.js
R assets/advance_markdown.md.d5e515d7.lean.js
R assets/advance_user-property.md.42264c4e.js
R assets/advance_user-property.md.42264c4e.lean.js
A assets/advance_user-property.md.70f0538b.js
A assets/advance_user-property.md.70f0538b.lean.js
R assets/app.21e2e33e.js
A assets/app.25b0933c.js
A assets/examples_action-card.md.1f20da6d.js
A assets/examples_action-card.md.1f20da6d.lean.js
R assets/examples_action-card.md.9b05ec6e.js
R assets/examples_action-card.md.9b05ec6e.lean.js
R assets/examples_dtmd.md.45f1aee7.js
R assets/examples_dtmd.md.45f1aee7.lean.js
A assets/examples_dtmd.md.a814ab2d.js
A assets/examples_dtmd.md.a814ab2d.lean.js
R assets/examples_freestyle-advanced.md.208b6b45.js
R assets/examples_freestyle-advanced.md.208b6b45.lean.js
A assets/examples_freestyle-advanced.md.cb39b5b5.js
A assets/examples_freestyle-advanced.md.cb39b5b5.lean.js
A assets/examples_link.md.092c0029.js
A assets/examples_link.md.092c0029.lean.js
R assets/examples_link.md.4fb3747d.js
R assets/examples_link.md.4fb3747d.lean.js
R assets/examples_markdown.md.d6a0258b.js
R assets/examples_markdown.md.d6a0258b.lean.js
A assets/examples_markdown.md.e624e194.js
A assets/examples_markdown.md.e624e194.lean.js
A assets/examples_text.md.ccfd8824.js
A assets/examples_text.md.ccfd8824.lean.js
R assets/examples_text.md.e83c6268.js
R assets/examples_text.md.e83c6268.lean.js
A assets/guide_environment-variables.md.8773f87b.js
A assets/guide_environment-variables.md.8773f87b.lean.js
R assets/guide_environment-variables.md.cfa5cdd1.js
R assets/guide_environment-variables.md.cfa5cdd1.lean.js
A assets/guide_freestyle.md.b32820e8.js
A assets/guide_freestyle.md.b32820e8.lean.js
R assets/guide_freestyle.md.d87c2fcf.js
R assets/guide_freestyle.md.d87c2fcf.lean.js
R assets/guide_getting-started.md.b1365bc8.js
R assets/guide_getting-started.md.b1365bc8.lean.js
A assets/guide_getting-started.md.e2d00cba.js
A assets/guide_getting-started.md.e2d00cba.lean.js
A assets/guide_pipeline.md.8f1f093d.js
A assets/guide_pipeline.md.8f1f093d.lean.js
R assets/guide_pipeline.md.901b341e.js
R assets/guide_pipeline.md.901b341e.lean.js
A assets/index.md.52dfbcdb.js
A assets/index.md.52dfbcdb.lean.js
R assets/index.md.bb86b6fd.js
R assets/index.md.bb86b6fd.lean.js
M examples/action-card.html
M examples/dtmd.html
M examples/freestyle-advanced.html
M examples/link.html
M examples/markdown.html
M examples/text.html
M guide/environment-variables.html
M guide/freestyle.html
M guide/getting-started.html
M guide/pipeline.html
M hashmap.json
M index.html

  Log Message:
  ---
  deploy: d7c572afdecc238cfa1f5c7ce7ee44918d699031



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

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


[jenkinsci/dingtalk-plugin]

2024-02-19 Thread 'Bob Du' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.426.x-2815.vf5d6f093b_23e
  Home:   https://github.com/jenkinsci/dingtalk-plugin

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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dingtalk-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.426.x-2815.vf5d6f093b_23e/a42398-00%40github.com.


[jenkinsci/dingtalk-plugin] 454b77: [maven-release-plugin] prepare release dingding-no...

2024-02-18 Thread 'Bob Du' via Jenkins Commits
  Branch: refs/heads/main
  Home:   https://github.com/jenkinsci/dingtalk-plugin
  Commit: 454b777269ff23d6c29e4393838c221adb6689f3
  
https://github.com/jenkinsci/dingtalk-plugin/commit/454b777269ff23d6c29e4393838c221adb6689f3
  Author: BobDu 
  Date:   2024-02-18 (Sun, 18 Feb 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release dingding-notifications-2.7.2


  Commit: 410221cbd6d21f8895c68d3de6bbcdc59eda014b
  
https://github.com/jenkinsci/dingtalk-plugin/commit/410221cbd6d21f8895c68d3de6bbcdc59eda014b
  Author: BobDu 
  Date:   2024-02-18 (Sun, 18 Feb 2024)

  Changed paths:
M pom.xml

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


Compare: 
https://github.com/jenkinsci/dingtalk-plugin/compare/d5b467fe6325...410221cbd6d2

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

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


[jenkinsci/dingtalk-plugin]

2024-02-18 Thread 'Bob Du' via Jenkins Commits
  Branch: refs/tags/dingding-notifications-2.7.2
  Home:   https://github.com/jenkinsci/dingtalk-plugin

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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dingtalk-plugin/push/refs/tags/dingding-notifications-2.7.2/00-cc8003%40github.com.


[jenkinsci/dingtalk-plugin] d5b467: chore: let down jenkins core version requirements ...

2024-02-18 Thread 'Bob Du' via Jenkins Commits
  Branch: refs/heads/main
  Home:   https://github.com/jenkinsci/dingtalk-plugin
  Commit: d5b467fe6325cc60593cf27cfa66edbec7e7ba42
  
https://github.com/jenkinsci/dingtalk-plugin/commit/d5b467fe6325cc60593cf27cfa66edbec7e7ba42
  Author: Bob Du 
  Date:   2024-02-18 (Sun, 18 Feb 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  chore: let down jenkins core version requirements 2.432 => 2.426 lts (#250)

Signed-off-by: BobDu 



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

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


[jenkinsci/dingtalk-plugin]

2024-02-13 Thread 'Bob Du' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.440.x-2805.v4398b_43dfc18
  Home:   https://github.com/jenkinsci/dingtalk-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/dingtalk-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.440.x-2805.v4398b_43dfc18/fa50d8-00%40github.com.


[jenkinsci/dingtalk-plugin]

2024-02-13 Thread 'Bob Du' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.78
  Home:   https://github.com/jenkinsci/dingtalk-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/dingtalk-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.78/d16c75-00%40github.com.


[jenkinsci/dingtalk-plugin] 7f8fa2: chore: add Jenkinsfile (#244)

2024-02-03 Thread 'Bob Du' via Jenkins Commits
  Branch: refs/heads/main
  Home:   https://github.com/jenkinsci/dingtalk-plugin
  Commit: 7f8fa2f96af929f6602887901a7c159a13155089
  
https://github.com/jenkinsci/dingtalk-plugin/commit/7f8fa2f96af929f6602887901a7c159a13155089
  Author: Bob Du 
  Date:   2024-02-03 (Sat, 03 Feb 2024)

  Changed paths:
A Jenkinsfile
R Jenkinsfile.bak

  Log Message:
  ---
  chore: add Jenkinsfile (#244)

Signed-off-by: BobDu 


-- 
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/dingtalk-plugin/push/refs/heads/main/bf3600-7f8fa2%40github.com.


[jenkinsci/dingtalk-plugin] bf3600: chore: sort pom.xml (#242)

2024-02-03 Thread 'Bob Du' via Jenkins Commits
  Branch: refs/heads/main
  Home:   https://github.com/jenkinsci/dingtalk-plugin
  Commit: bf36000513920757f083d1a779a3bd2585c01151
  
https://github.com/jenkinsci/dingtalk-plugin/commit/bf36000513920757f083d1a779a3bd2585c01151
  Author: Bob Du 
  Date:   2024-02-03 (Sat, 03 Feb 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  chore: sort pom.xml (#242)

Signed-off-by: BobDu 


-- 
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/dingtalk-plugin/push/refs/heads/main/cfc8e1-bf3600%40github.com.


[jenkinsci/dingtalk-plugin] cfc8e1: fix help icon return 404 (#241)

2024-02-02 Thread 'Bob Du' via Jenkins Commits
  Branch: refs/heads/main
  Home:   https://github.com/jenkinsci/dingtalk-plugin
  Commit: cfc8e1c18c42fcf9450376f149a3a72c11854c37
  
https://github.com/jenkinsci/dingtalk-plugin/commit/cfc8e1c18c42fcf9450376f149a3a72c11854c37
  Author: Bob Du 
  Date:   2024-02-03 (Sat, 03 Feb 2024)

  Changed paths:
A src/main/resources/io/jenkins/plugins/DingTalkNotifierConfig/help-at.html
M 
src/main/resources/io/jenkins/plugins/DingTalkNotifierConfig/help-at_zh_CN.html
A 
src/main/resources/io/jenkins/plugins/DingTalkNotifierConfig/help-content.html
M 
src/main/resources/io/jenkins/plugins/DingTalkNotifierConfig/help-content_zh_CN.html
A 
src/main/resources/io/jenkins/plugins/DingTalkNotifierConfig/help-message.html
M 
src/main/resources/io/jenkins/plugins/DingTalkNotifierConfig/help-message_zh_CN.html
A src/main/resources/io/jenkins/plugins/DingTalkNotifierConfig/help-raw.html
M 
src/main/resources/io/jenkins/plugins/DingTalkNotifierConfig/help-raw_zh_CN.html
A src/main/resources/io/jenkins/plugins/DingTalkProxyConfig/help-host.html
M 
src/main/resources/io/jenkins/plugins/DingTalkProxyConfig/help-host_zh_CN.html
A src/main/resources/io/jenkins/plugins/DingTalkProxyConfig/help-port.html
M 
src/main/resources/io/jenkins/plugins/DingTalkProxyConfig/help-port_zh_CN.html
A src/main/resources/io/jenkins/plugins/DingTalkRobotConfig/help-id.html
M 
src/main/resources/io/jenkins/plugins/DingTalkRobotConfig/help-id_zh_CN.html
R 
src/main/resources/io/jenkins/plugins/DingTalkRobotConfig/help-key_zh_CN.html
A src/main/resources/io/jenkins/plugins/DingTalkRobotConfig/help-name.html
M 
src/main/resources/io/jenkins/plugins/DingTalkRobotConfig/help-name_zh_CN.html
A 
src/main/resources/io/jenkins/plugins/DingTalkSecurityPolicyConfig/help-key.html
M 
src/main/resources/io/jenkins/plugins/DingTalkSecurityPolicyConfig/help-key_zh_CN.html

  Log Message:
  ---
  fix help icon return 404 (#241)

Signed-off-by: BobDu 


-- 
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/dingtalk-plugin/push/refs/heads/main/deda6f-cfc8e1%40github.com.


[jenkinsci/jenkins] abf3b4: [JENKINS-72627] Improve locale parsing for loading...

2024-02-02 Thread 'Bob Du' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: abf3b41ab33f34436cb61b84fe3d5f03d53a6bd5
  
https://github.com/jenkinsci/jenkins/commit/abf3b41ab33f34436cb61b84fe3d5f03d53a6bd5
  Author: Bob Du 
  Date:   2024-02-02 (Fri, 02 Feb 2024)

  Changed paths:
M core/src/main/java/hudson/model/Descriptor.java
A core/src/test/java/hudson/GetLocaleStaticHelpUrlTest.java

  Log Message:
  ---
  [JENKINS-72627] Improve locale parsing for loading of localised help files 
(#8912)

* fix only use preferred accept-language

Signed-off-by: BobDu 

* revert asterisk imports

Signed-off-by: BobDu 

* add unit test getStaticHelpUrl

Signed-off-by: BobDu 

* improve unit test getStaticHelpUrl

Signed-off-by: BobDu 

* rename assertThatLocaleResourceIs method

Signed-off-by: BobDu 

-

Signed-off-by: BobDu 


-- 
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/master/ed84a4-abf3b4%40github.com.


[jenkins-infra/jenkins.io] 2a27ed: add content for set maven settings.xml (#7049)

2024-01-30 Thread 'Bob Du' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 2a27ed8d9ba5d85bd1495fb46657acd4e675d6f5
  
https://github.com/jenkins-infra/jenkins.io/commit/2a27ed8d9ba5d85bd1495fb46657acd4e675d6f5
  Author: Bob Du 
  Date:   2024-01-31 (Wed, 31 Jan 2024)

  Changed paths:
M content/doc/developer/plugin-development/dependency-management.adoc
M content/doc/developer/tutorial/prepare.adoc

  Log Message:
  ---
  add content for set maven settings.xml (#7049)

* add content for set maven settings.xml

Signed-off-by: BobDu 

* Minor phrasing change

-

Signed-off-by: BobDu 
Co-authored-by: Mark Waite 


-- 
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/69740f-2a27ed%40github.com.


[jenkinsci/dingtalk-plugin] 665222: using library wrapper plugins for gson dep (#238)

2024-01-25 Thread 'Bob Du' via Jenkins Commits
  Branch: refs/heads/main
  Home:   https://github.com/jenkinsci/dingtalk-plugin
  Commit: 66522236a078ed1eec493e8c055e0c0030ccbcd1
  
https://github.com/jenkinsci/dingtalk-plugin/commit/66522236a078ed1eec493e8c055e0c0030ccbcd1
  Author: Bob Du 
  Date:   2024-01-26 (Fri, 26 Jan 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  using library wrapper plugins for gson dep (#238)

Signed-off-by: BobDu 


-- 
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/dingtalk-plugin/push/refs/heads/main/bd44ec-665222%40github.com.


[jenkinsci/dingtalk-plugin] bd44ec: fix RequireUpperBoundDeps error (#237)

2024-01-25 Thread 'Bob Du' via Jenkins Commits
  Branch: refs/heads/main
  Home:   https://github.com/jenkinsci/dingtalk-plugin
  Commit: bd44ec30f1b72bd24a9d7fa181ad552ef4e02c34
  
https://github.com/jenkinsci/dingtalk-plugin/commit/bd44ec30f1b72bd24a9d7fa181ad552ef4e02c34
  Author: Bob Du 
  Date:   2024-01-26 (Fri, 26 Jan 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  fix RequireUpperBoundDeps error (#237)

Signed-off-by: BobDu 


-- 
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/dingtalk-plugin/push/refs/heads/main/4e19a6-bd44ec%40github.com.