[jenkinsci/authorize-project-plugin] 753f1b: Replace usage of deprecated ACL methods (#132)

2023-03-26 Thread 'René Scheibe' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/authorize-project-plugin
  Commit: 753f1bc6cf23ff3b72cf5f9fc8a60945122683b0
  
https://github.com/jenkinsci/authorize-project-plugin/commit/753f1bc6cf23ff3b72cf5f9fc8a60945122683b0
  Author: René Scheibe 
  Date:   2023-03-26 (Sun, 26 Mar 2023)

  Changed paths:
M 
src/test/java/org/jenkinsci/plugins/authorizeproject/strategy/SpecificUsersAuthorizationStrategyTest.java
M 
src/test/java/org/jenkinsci/plugins/authorizeproject/strategy/TriggeringUsersAuthorizationStrategyTest.java

  Log Message:
  ---
  Replace usage of deprecated ACL methods (#132)

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/jenkinsci/authorize-project-plugin/push/refs/heads/master/1324c2-753f1b%40github.com.


[jenkinsci/publish-over-plugin] 242ebd: Cleanup terminology (#12)

2022-04-24 Thread 'René Scheibe' via Jenkins Commits
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/publish-over-plugin

  Commit: 242ebd93eb5eb65fdabd4cfe660ae0f40301166c

  
https://github.com/jenkinsci/publish-over-plugin/commit/242ebd93eb5eb65fdabd4cfe660ae0f40301166c

  Author: René Scheibe 

  Date:   2022-04-24 (Sun, 24 Apr 2022)



  Changed paths:

M src/test/java/jenkins/plugins/publish_over/BPTransferTest.java



  Log Message:

  ---

  Cleanup terminology (#12)



see JENKINS-42816





-- 
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/publish-over-plugin/push/refs/heads/master/8857c8-242ebd%40github.com.


[jenkinsci/junit-plugin] 3cc961: Add missing @Override annotation (#313)

2021-10-31 Thread 'René Scheibe' via Jenkins Commits
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/junit-plugin

  Commit: 3cc961f67f1e3d6cccfd2a9974d45ae4feb447cf

  
https://github.com/jenkinsci/junit-plugin/commit/3cc961f67f1e3d6cccfd2a9974d45ae4feb447cf

  Author: René Scheibe 

  Date:   2021-10-31 (Sun, 31 Oct 2021)



  Changed paths:

M src/main/java/hudson/tasks/junit/CaseResult.java

M src/main/java/hudson/tasks/junit/ClassResult.java

M src/main/java/hudson/tasks/junit/JUnitParser.java

M src/main/java/hudson/tasks/junit/JUnitResultArchiver.java

M src/main/java/hudson/tasks/junit/PackageResult.java

M src/main/java/hudson/tasks/junit/TestObject.java

M src/main/java/hudson/tasks/junit/TestResult.java

M src/main/java/hudson/tasks/junit/TestResultAction.java

M src/main/java/hudson/tasks/junit/XMLEntityResolver.java

M src/main/java/hudson/tasks/junit/pipeline/JUnitResultsStep.java

M src/main/java/hudson/tasks/test/AbstractTestResultAction.java

M src/main/java/hudson/tasks/test/AggregatedTestResultAction.java

M src/main/java/hudson/tasks/test/AggregatedTestResultPublisher.java

M src/main/java/hudson/tasks/test/DefaultTestResultParserImpl.java

M src/main/java/hudson/tasks/test/MetaTabulatedResult.java

M src/main/java/hudson/tasks/test/SimpleCaseResult.java

M src/main/java/hudson/tasks/test/TestObject.java

M src/main/java/hudson/tasks/test/TestResult.java

M src/main/java/hudson/tasks/test/TestResultProjectAction.java



  Log Message:

  ---

  Add missing @Override annotation (#313)





-- 
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/junit-plugin/push/refs/heads/master/b89c95-3cc961%40github.com.


[jenkinsci/junit-plugin] b24454: Improve handling of missing & empty test result fi...

2021-08-13 Thread 'René Scheibe' via Jenkins Commits
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/junit-plugin

  Commit: b2445427f96fb2af12a1851392e071ba3921df65

  
https://github.com/jenkinsci/junit-plugin/commit/b2445427f96fb2af12a1851392e071ba3921df65

  Author: René Scheibe 

  Date:   2021-08-13 (Fri, 13 Aug 2021)



  Changed paths:

M src/main/java/hudson/tasks/junit/JUnitParser.java

M src/main/java/hudson/tasks/junit/JUnitResultArchiver.java

M src/test/java/hudson/tasks/junit/JUnitResultArchiverTest.java



  Log Message:

  ---

  Improve handling of missing & empty test result files (#292)



Assertions are by default disabled on the JVM. The previous use of `assert`

therefore might have missed cases of empty test results in many Jenkins setups.



Using "AbortException" additionally provides more meaningful output in the

build console.





-- 
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/junit-plugin/push/refs/heads/master/06c671-b24454%40github.com.


[jenkinsci/junit-plugin] 06c671: Code Improvements (#291)

2021-08-13 Thread 'René Scheibe' via Jenkins Commits
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/junit-plugin

  Commit: 06c671cfddb3619a3bf0a650c8c3db343a5dada3

  
https://github.com/jenkinsci/junit-plugin/commit/06c671cfddb3619a3bf0a650c8c3db343a5dada3

  Author: René Scheibe 

  Date:   2021-08-13 (Fri, 13 Aug 2021)



  Changed paths:

M pom.xml

M src/main/java/hudson/tasks/junit/CaseResult.java

M src/main/java/hudson/tasks/junit/ClassResult.java

M src/main/java/hudson/tasks/junit/JUnitResultArchiver.java

M src/main/java/hudson/tasks/junit/PackageResult.java

M src/main/java/hudson/tasks/junit/SuiteResult.java

M src/main/java/hudson/tasks/junit/TestDataPublisher.java

M src/main/java/hudson/tasks/junit/TestDurationResultSummary.java

M src/main/java/hudson/tasks/junit/TestResult.java

M src/main/java/hudson/tasks/junit/TestResultAction.java

M src/main/java/hudson/tasks/junit/pipeline/JUnitResultsStep.java

M src/main/java/hudson/tasks/test/AbstractTestResultAction.java

M src/main/java/hudson/tasks/test/AggregatedTestResultAction.java

M src/main/java/hudson/tasks/test/AggregatedTestResultPublisher.java

M src/main/java/hudson/tasks/test/DefaultTestResultParserImpl.java

M src/main/java/hudson/tasks/test/SimpleCaseResult.java

M src/main/java/hudson/tasks/test/TestObject.java

M src/main/java/hudson/tasks/test/TestResultDurationChart.java

M src/main/java/hudson/tasks/test/TestResultTrendSeriesBuilder.java

M src/main/java/io/jenkins/plugins/junit/storage/JunitTestResultStorage.java

M src/test/java/hudson/tasks/junit/CaseResultTest.java

M src/test/java/hudson/tasks/junit/CaseResultUnitTest.java

M src/test/java/hudson/tasks/junit/ClassResultTest.java

M src/test/java/hudson/tasks/junit/HistoryTest.java

M src/test/java/hudson/tasks/junit/JUnitParserTest.java

M src/test/java/hudson/tasks/junit/JUnitResultArchiverTest.java

M src/test/java/hudson/tasks/junit/SuiteResult2Test.java

M src/test/java/hudson/tasks/junit/SuiteResultTest.java

M src/test/java/hudson/tasks/junit/TestNameTransformerTest.java

M src/test/java/hudson/tasks/junit/TestResultLinksTest.java

M src/test/java/hudson/tasks/junit/TestResultPublishingTest.java

M src/test/java/hudson/tasks/junit/TestResultTest.java

M src/test/java/hudson/tasks/junit/pipeline/JUnitResultsStepTest.java

M src/test/java/hudson/tasks/test/AggregatedTestResultPublisherTest.java

M src/test/java/hudson/tasks/test/BuildStatusSummaryTest.java

M src/test/java/hudson/tasks/test/TestObjectTest.java

M src/test/java/hudson/tasks/test/helper/AbstractTestResultLink.java

M src/test/java/hudson/tasks/test/helper/BuildPage.java

M src/test/java/hudson/tasks/test/helper/LatestTestResultLink.java

M src/test/java/hudson/tasks/test/helper/TestResultLink.java

M 
src/test/java/io/jenkins/plugins/junit/storage/TestResultStorageJunitTest.java



  Log Message:

  ---

  Code Improvements (#291)





-- 
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/junit-plugin/push/refs/heads/master/0cb635-06c671%40github.com.


[jenkinsci/coding-webhook-plugin] 8e59b9: Modernize plugin build (#24)

2020-07-23 Thread René Scheibe
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/coding-webhook-plugin

  Commit: 8e59b93af61a1bef42702a91f032afb4add6b4b9

  
https://github.com/jenkinsci/coding-webhook-plugin/commit/8e59b93af61a1bef42702a91f032afb4add6b4b9

  Author: René Scheibe 

  Date:   2020-07-24 (Fri, 24 Jul 2020)



  Changed paths:

M build.gradle

M gradle/wrapper/gradle-wrapper.jar

M gradle/wrapper/gradle-wrapper.properties

M gradlew

M gradlew.bat



  Log Message:

  ---

  Modernize plugin build (#24)



1) Upgrade Java

Java 7 is end-of-life since quite some time. Therefore raising the required

Java version to 8. In addition raising the required Jenkins version to the

2.60.x line which was the first one that supported Java 8.



2) Uprade Gradle & JPI plugin

In version 0.36.0 of the jpi plugin bundling the classes has been changed.

Instead of putting them into the HPI file under WEB-INF/classes/, they are

now put into a JAR file under WEB-INF/lib/. This is required for Jenkins

JAR file prefetching & caching to work properly (see JENKINS-15120).



3) Update dependencies

Either upgrading them to stay up-to-day or removing some. With the

upgrade of Gradle and the JPI plugin transitive dependencies are

handled much better. This removes the need to declare them explicitly.





-- 
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/coding-webhook-plugin/push/refs/heads/master/8426ce-8e59b9%40github.com.


[jenkinsci/coding-webhook-plugin] 753466: [INFRA-2243] Switch to new buildPluginWithGradle()...

2020-06-18 Thread René Scheibe
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/coding-webhook-plugin

  Commit: 753466644ae396a5f71d5fd195ee130686fa7b39

  
https://github.com/jenkinsci/coding-webhook-plugin/commit/753466644ae396a5f71d5fd195ee130686fa7b39

  Author: René Scheibe 

  Date:   2020-06-19 (Fri, 19 Jun 2020)



  Changed paths:

M Jenkinsfile



  Log Message:

  ---

  [INFRA-2243] Switch to new buildPluginWithGradle() step in Jenkinsfile (#23)



There should be no difference in behaviour at the moment.

The existing buildPlugin() step is deprecated for Gradle-based plugins.

The new step is planned to get new Gradle/Groovy functionality over time.





-- 
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/coding-webhook-plugin/push/refs/heads/master/5e628c-753466%40github.com.


[jenkinsci/jobConfigHistory-plugin] 1ae278: Simplify code (#118)

2020-04-26 Thread René Scheibe
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/jobConfigHistory-plugin

  Commit: 1ae27849f0524892e409efe05f398111f0871a04

  
https://github.com/jenkinsci/jobConfigHistory-plugin/commit/1ae27849f0524892e409efe05f398111f0871a04

  Author: René Scheibe 

  Date:   2020-04-26 (Sun, 26 Apr 2020)



  Changed paths:

M 
src/main/java/hudson/plugins/jobConfigHistory/ComputerConfigHistoryAction.java

M src/main/java/hudson/plugins/jobConfigHistory/ComputerHistoryListener.java

M 
src/main/java/hudson/plugins/jobConfigHistory/JobConfigHistoryBaseAction.java

M 
src/main/java/hudson/plugins/jobConfigHistory/JobConfigHistoryProjectAction.java

M 
src/main/java/hudson/plugins/jobConfigHistory/JobConfigHistoryRootAction.java

M 
src/test/java/hudson/plugins/jobConfigHistory/JobConfigHistoryBaseActionIT.java

M 
src/test/java/hudson/plugins/jobConfigHistory/JobConfigHistoryBaseActionTest.java

M 
src/test/java/hudson/plugins/jobConfigHistory/JobConfigHistoryProjectActionTest.java

M 
src/test/java/hudson/plugins/jobConfigHistory/JobConfigHistoryRootActionTest.java

M src/test/java/hudson/plugins/jobConfigHistory/JobConfigHistoryTest.java



  Log Message:

  ---

  Simplify code (#118)



* Use Jenkins instance from parent class



`JobConfigHistoryBaseAction` already contains a `Jenkins` instance.



* Remove unnecessary constructor implementation



If `nodes` is anyway set on first call of `onConfigurationChange` it is

not required to set it in the constructor. This simplifies the code.



* Remove unnecessary getJenkins() implementation



Beeing able to overwrite this was used for testing purposes only.

This complicated code a bit and was not used very often.



The only use case at the moment is to test authorization for some methods.

This can also be achieved by overwriting `getAccessControlledObject()`

which was already done in other tests.





-- 
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/jobConfigHistory-plugin/push/refs/heads/master/ee67ee-1ae278%40github.com.


[jenkinsci/lib-crypto-util] fe46f1: Add Jenkins repository for parent pom (#10)

2020-04-07 Thread René Scheibe
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/lib-crypto-util

  Commit: fe46f188dea221f54f6cab1e222eec4e5ac8548f

  
https://github.com/jenkinsci/lib-crypto-util/commit/fe46f188dea221f54f6cab1e222eec4e5ac8548f

  Author: René Scheibe 

  Date:   2020-04-07 (Tue, 07 Apr 2020)



  Changed paths:

M pom.xml



  Log Message:

  ---

  Add Jenkins repository for parent pom (#10)





-- 
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/lib-crypto-util/push/refs/heads/master/e2cee8-fe46f1%40github.com.


[jenkinsci/jobConfigHistory-plugin] c8d12d: Improve Javadoc for JobConfigHistory class (#119)

2020-03-17 Thread René Scheibe
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/jobConfigHistory-plugin

  Commit: c8d12dbeb02113ebcc3dfeb407470f35b3cbb3b6

  
https://github.com/jenkinsci/jobConfigHistory-plugin/commit/c8d12dbeb02113ebcc3dfeb407470f35b3cbb3b6

  Author: René Scheibe 

  Date:   2020-03-17 (Tue, 17 Mar 2020)



  Changed paths:

M src/main/java/hudson/plugins/jobConfigHistory/JobConfigHistory.java



  Log Message:

  ---

  Improve Javadoc for JobConfigHistory class (#119)



Now it is more consistent for fields, getters and setters.





-- 
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/jobConfigHistory-plugin/push/refs/heads/master/fd1fb5-c8d12d%40github.com.


[jenkinsci/jobConfigHistory-plugin] b541ea: Remove unused HTML help files (#117)

2020-02-17 Thread René Scheibe
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/jobConfigHistory-plugin

  Commit: b541ea276c2da05edd95807c70e3e0ca6d6d118e

  
https://github.com/jenkinsci/jobConfigHistory-plugin/commit/b541ea276c2da05edd95807c70e3e0ca6d6d118e

  Author: René Scheibe 

  Date:   2020-02-17 (Mon, 17 Feb 2020)



  Changed paths:

R src/main/webapp/help/help-configFilePattern.html

R src/main/webapp/help/help-configFilePattern_es.html

R src/main/webapp/help/help-configFilePattern_ja.html

R src/main/webapp/help/help-configFilePattern_zh_TW.html

R src/main/webapp/help/help-saveItemGroupConfiguration.html

R src/main/webapp/help/help-saveItemGroupConfiguration_zh_TW.html



  Log Message:

  ---

  Remove unused HTML help files (#117)



* Remove obsolete saveItemGroupConfiguration HTML help files



This option was removed long time ago, see these commits

- 0d2a3ba1880c32e967a4cdc5bed2909b275bc0c0

- d679c9c52d99df7d5776eee98bc4b852ab5a4fae



* Remove unused configFilePattern HTML help files



They have never been used as this option did never exist,

see commit bbe9123394f3b12404e5ba3ccfde6e79ac2e7d01.





-- 
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/jobConfigHistory-plugin/push/refs/heads/master/63e5fa-b541ea%40github.com.


[jenkinsci/jobConfigHistory-plugin] 63e5fa: Reduce deprecated API usage (#116)

2020-02-16 Thread René Scheibe
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/jobConfigHistory-plugin

  Commit: 63e5fa6fb1cc91862bd7c7361b28ebd45732ff76

  
https://github.com/jenkinsci/jobConfigHistory-plugin/commit/63e5fa6fb1cc91862bd7c7361b28ebd45732ff76

  Author: René Scheibe 

  Date:   2020-02-16 (Sun, 16 Feb 2020)



  Changed paths:

M 
src/main/java/hudson/plugins/jobConfigHistory/ComputerConfigHistoryAction.java

M src/main/java/hudson/plugins/jobConfigHistory/ComputerHistoryListener.java

M src/main/java/hudson/plugins/jobConfigHistory/JobConfigBadgeAction.java

M src/main/java/hudson/plugins/jobConfigHistory/JobConfigHistory.java

M 
src/main/java/hudson/plugins/jobConfigHistory/JobConfigHistoryBaseAction.java

M 
src/main/java/hudson/plugins/jobConfigHistory/JobConfigHistoryRootAction.java

M 
src/main/java/hudson/plugins/jobConfigHistory/JobConfigHistorySaveableListener.java

M 
src/main/java/hudson/plugins/jobConfigHistory/JobConfigHistoryStrategy.java

M src/main/java/hudson/plugins/jobConfigHistory/PluginUtils.java

A 
src/test/java/hudson/plugins/jobConfigHistory/ComputerConfigHistoryActionIT.java

R 
src/test/java/hudson/plugins/jobConfigHistory/ComputerConfigHistoryActionTest.java

A 
src/test/java/hudson/plugins/jobConfigHistory/JobConfigHistoryActionFactoryIT.java

R 
src/test/java/hudson/plugins/jobConfigHistory/JobConfigHistoryActionFactoryTest.java

M src/test/java/hudson/plugins/jobConfigHistory/JobConfigHistoryIT.java



  Log Message:

  ---

  Reduce deprecated API usage (#116)



Now using `Jenking.get()` instead of `Jenkins.getInstance()`.



This new method is annotated with `@Nonnull` as it ensures that an

instance is returned. If none is available, an `IllegalStateException`

is thrown. This may simplify code as no `null` checks are required

anymore. It also means that 2 tests had to be converted to integration

tests to provide a Jenkins instance at runtime.





-- 
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/jobConfigHistory-plugin/push/refs/heads/master/98c14e-63e5fa%40github.com.


[jenkinsci/jobConfigHistory-plugin] 98c14e: Upgrade parent pom and dependencies (#115)

2020-02-14 Thread René Scheibe
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/jobConfigHistory-plugin

  Commit: 98c14e2c95ac8d2bb04a093b094f0a37eed4a0d2

  
https://github.com/jenkinsci/jobConfigHistory-plugin/commit/98c14e2c95ac8d2bb04a093b094f0a37eed4a0d2

  Author: René Scheibe 

  Date:   2020-02-14 (Fri, 14 Feb 2020)



  Changed paths:

M pom.xml



  Log Message:

  ---

  Upgrade parent pom and dependencies (#115)





-- 
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/jobConfigHistory-plugin/push/refs/heads/master/1f2033-98c14e%40github.com.


[jenkinsci/jobConfigHistory-plugin] 1f2033: Fix Javadoc errors (#114)

2020-02-14 Thread René Scheibe
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/jobConfigHistory-plugin

  Commit: 1f20331b8f9465d0764730ebe411c293d7b28269

  
https://github.com/jenkinsci/jobConfigHistory-plugin/commit/1f20331b8f9465d0764730ebe411c293d7b28269

  Author: René Scheibe 

  Date:   2020-02-14 (Fri, 14 Feb 2020)



  Changed paths:

M src/main/java/hudson/plugins/jobConfigHistory/FileHistoryDao.java

M 
src/main/java/hudson/plugins/jobConfigHistory/JobConfigHistoryBaseAction.java

M src/main/java/hudson/plugins/jobConfigHistory/OverviewHistoryDao.java



  Log Message:

  ---

  Fix Javadoc errors (#114)





-- 
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/jobConfigHistory-plugin/push/refs/heads/master/a13651-1f2033%40github.com.


[jenkinsci/ssh-steps-plugin] bd1542: Configure release drafter (#28)

2020-02-09 Thread René Scheibe
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/ssh-steps-plugin

  Commit: bd154248d1d26cc8851593c9a931ddd37eeb3571

  
https://github.com/jenkinsci/ssh-steps-plugin/commit/bd154248d1d26cc8851593c9a931ddd37eeb3571

  Author: René Scheibe 

  Date:   2020-02-09 (Sun, 09 Feb 2020)



  Changed paths:

A .github/release-drafter.yml



  Log Message:

  ---

  Configure release drafter (#28)



In addition to this the respective GitHub Application needs to be enabled, see

https://github.com/jenkinsci/.github/blob/master/.github/release-drafter.adoc





-- 
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/ssh-steps-plugin/push/refs/heads/master/2e63ff-bd1542%40github.com.


[jenkinsci/environment-variable-page-decoration-plugin] 040bd2: Cleanup build.xml (#5)

2020-01-15 Thread René Scheibe
  Branch: refs/heads/master

  Home:   
https://github.com/jenkinsci/environment-variable-page-decoration-plugin

  Commit: 040bd2ba230a5b6733cd2e8af62d9a1357ede91b

  
https://github.com/jenkinsci/environment-variable-page-decoration-plugin/commit/040bd2ba230a5b6733cd2e8af62d9a1357ede91b

  Author: René Scheibe 

  Date:   2020-01-15 (Wed, 15 Jan 2020)



  Changed paths:

M build.gradle



  Log Message:

  ---

  Cleanup build.xml (#5)



- consistent use of single quotes (no variable expansion required)

- consistent indentation

- the plugin is not required to be applied separately





-- 
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/environment-variable-page-decoration-plugin/push/refs/heads/master/48046d-040bd2%40github.com.


[jenkinsci/environment-variable-page-decoration-plugin] f2e10b: [INFRA-2243] Switch to new buildPluginWithGradle()...

2020-01-15 Thread René Scheibe
  Branch: refs/heads/master

  Home:   
https://github.com/jenkinsci/environment-variable-page-decoration-plugin

  Commit: f2e10be528cf856b7b9d88012481add3fa8b1ff8

  
https://github.com/jenkinsci/environment-variable-page-decoration-plugin/commit/f2e10be528cf856b7b9d88012481add3fa8b1ff8

  Author: René Scheibe 

  Date:   2020-01-15 (Wed, 15 Jan 2020)



  Changed paths:

M Jenkinsfile



  Log Message:

  ---

  [INFRA-2243] Switch to new buildPluginWithGradle() step in Jenkinsfile (#6)



There should be no difference in behaviour at the moment.

The existing buildPlugin() step is deprecated for Gradle-based plugins.

The new step is planned to get new Gradle/Groovy functionality over time.





-- 
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/environment-variable-page-decoration-plugin/push/refs/heads/master/040bd2-f2e10b%40github.com.


[jenkinsci/environment-variable-page-decoration-plugin] b07688: [JENKINS-54064] Bundle classes as JAR file into HP...

2020-01-14 Thread René Scheibe
  Branch: refs/heads/master

  Home:   
https://github.com/jenkinsci/environment-variable-page-decoration-plugin

  Commit: b07688bf9716777509d2bf31848a91d619768466

  
https://github.com/jenkinsci/environment-variable-page-decoration-plugin/commit/b07688bf9716777509d2bf31848a91d619768466

  Author: René Scheibe 

  Date:   2020-01-14 (Tue, 14 Jan 2020)



  Changed paths:

M build.gradle



  Log Message:

  ---

  [JENKINS-54064] Bundle classes as JAR file into HPI file (#4)



In version 0.36.0 of the jpi plugin bundling the classes has been changed.

Instead of putting them into the HPI file under WEB-INF/classes/, they are

now put into a JAR file under WEB-INF/lib/. This is required for Jenkins

JAR file prefetching & caching to work properly (see JENKINS-15120).





-- 
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/environment-variable-page-decoration-plugin/push/refs/heads/master/45675d-b07688%40github.com.


[jenkinsci/environment-variable-page-decoration-plugin] 45675d: Upgrade Gradle Wrapper to 6.0.1 (#3)

2020-01-14 Thread René Scheibe
  Branch: refs/heads/master

  Home:   
https://github.com/jenkinsci/environment-variable-page-decoration-plugin

  Commit: 45675d483a8f4df66093820e986d767f7e426dd9

  
https://github.com/jenkinsci/environment-variable-page-decoration-plugin/commit/45675d483a8f4df66093820e986d767f7e426dd9

  Author: René Scheibe 

  Date:   2020-01-14 (Tue, 14 Jan 2020)



  Changed paths:

M gradle/wrapper/gradle-wrapper.jar

M gradle/wrapper/gradle-wrapper.properties

M gradlew

M gradlew.bat



  Log Message:

  ---

  Upgrade Gradle Wrapper to 6.0.1 (#3)





-- 
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/environment-variable-page-decoration-plugin/push/refs/heads/master/d456fa-45675d%40github.com.


[jenkinsci/github-autostatus-plugin] 403286: Upgrade parent pom & use dependency versions from ...

2020-01-12 Thread René Scheibe
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/github-autostatus-plugin

  Commit: 4032867985037f0974774042f2e4905124f0583e

  
https://github.com/jenkinsci/github-autostatus-plugin/commit/4032867985037f0974774042f2e4905124f0583e

  Author: René Scheibe 

  Date:   2020-01-12 (Sun, 12 Jan 2020)



  Changed paths:

M pom.xml



  Log Message:

  ---

  Upgrade parent pom & use dependency versions from it (#90)



There is no need to define versions for dependencies from the parent pom.



Declare Hamcrest dependency explicitly as it is also used in tests.





-- 
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/github-autostatus-plugin/push/refs/heads/master/d97aca-403286%40github.com.


[jenkinsci/github-autostatus-plugin] d97aca: Remove duplicate dependency (#89)

2020-01-12 Thread René Scheibe
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/github-autostatus-plugin

  Commit: d97acaa8425620d50a884688ffccd22461caab7c

  
https://github.com/jenkinsci/github-autostatus-plugin/commit/d97acaa8425620d50a884688ffccd22461caab7c

  Author: René Scheibe 

  Date:   2020-01-12 (Sun, 12 Jan 2020)



  Changed paths:

M pom.xml



  Log Message:

  ---

  Remove duplicate dependency (#89)





-- 
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/github-autostatus-plugin/push/refs/heads/master/aa5ffe-d97aca%40github.com.


[jenkinsci/github-autostatus-plugin] aa5ffe: Use HTTPS for license URL (#84)

2020-01-12 Thread René Scheibe
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/github-autostatus-plugin

  Commit: aa5ffeb39a2e78dd463b82d4d2a6fc40700997c8

  
https://github.com/jenkinsci/github-autostatus-plugin/commit/aa5ffeb39a2e78dd463b82d4d2a6fc40700997c8

  Author: René Scheibe 

  Date:   2020-01-12 (Sun, 12 Jan 2020)



  Changed paths:

M pom.xml



  Log Message:

  ---

  Use HTTPS for license URL (#84)





-- 
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/github-autostatus-plugin/push/refs/heads/master/152333-aa5ffe%40github.com.


[jenkinsci/ssh-steps-plugin] 2e63ff: Use HTTPS instead of HTTP URLs in pom.xml (#27)

2020-01-07 Thread René Scheibe
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/ssh-steps-plugin

  Commit: 2e63ff1c00d902069667a6e2d19cb774bc2552fe

  
https://github.com/jenkinsci/ssh-steps-plugin/commit/2e63ff1c00d902069667a6e2d19cb774bc2552fe

  Author: René Scheibe 

  Date:   2020-01-07 (Tue, 07 Jan 2020)



  Changed paths:

M pom.xml



  Log Message:

  ---

  Use HTTPS instead of HTTP URLs  in pom.xml (#27)





-- 
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/ssh-steps-plugin/push/refs/heads/master/5d19ed-2e63ff%40github.com.


[jenkinsci/ssh-steps-plugin] 5d19ed: Upgrade parent pom to latest (#26)

2020-01-07 Thread René Scheibe
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/ssh-steps-plugin

  Commit: 5d19ed4945a6ba6fc64fb35427b4533f58328a48

  
https://github.com/jenkinsci/ssh-steps-plugin/commit/5d19ed4945a6ba6fc64fb35427b4533f58328a48

  Author: René Scheibe 

  Date:   2020-01-07 (Tue, 07 Jan 2020)



  Changed paths:

M pom.xml



  Log Message:

  ---

  Upgrade parent pom to latest (#26)



This is to stay up-to-date and use the latest features and fixes.





-- 
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/ssh-steps-plugin/push/refs/heads/master/7eee37-5d19ed%40github.com.


[jenkinsci/prometheus-plugin] d2e523: Remove unused Gradle setup (again) (#141)

2019-12-31 Thread René Scheibe
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/prometheus-plugin

  Commit: d2e523310409aa3417d65296b35ddbc37c7b8927

  
https://github.com/jenkinsci/prometheus-plugin/commit/d2e523310409aa3417d65296b35ddbc37c7b8927

  Author: René Scheibe 

  Date:   2019-12-31 (Tue, 31 Dec 2019)



  Changed paths:

R gradle/wrapper/gradle-wrapper.jar

R gradle/wrapper/gradle-wrapper.properties

R gradlew

R gradlew.bat



  Log Message:

  ---

  Remove unused Gradle setup (again) (#141)



It was already removed in commit 07fd89e844f4a8c14b006094f1231caea3bbe4f2.

It got accidentally added again in commit 
2b56016569613b6b2f626f3ce3ee513e2b51b98b.





-- 
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/prometheus-plugin/push/refs/heads/master/37ad35-d2e523%40github.com.


[jenkinsci/lockable-resources-plugin] e41a02: Fix typos & Javadoc (#163)

2019-11-13 Thread René Scheibe
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/lockable-resources-plugin

  Commit: e41a02fff639b7b6fdf33e960d93e1ed653fd8ca

  
https://github.com/jenkinsci/lockable-resources-plugin/commit/e41a02fff639b7b6fdf33e960d93e1ed653fd8ca

  Author: René Scheibe 

  Date:   2019-11-14 (Thu, 14 Nov 2019)



  Changed paths:

M README.md

M src/main/java/org/jenkins/plugins/lockableresources/LockStepExecution.java

M src/main/java/org/jenkins/plugins/lockableresources/LockableResource.java

M 
src/main/java/org/jenkins/plugins/lockableresources/LockableResourcesManager.java

M 
src/main/java/org/jenkins/plugins/lockableresources/queue/LockableResourcesStruct.java

M 
src/test/java/org/jenkins/plugins/lockableresources/ConfigurationAsCodeTest.java

M src/test/java/org/jenkins/plugins/lockableresources/LockStepTest.java



  Log Message:

  ---

  Fix typos & Javadoc (#163)





-- 
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/master/e34a13-e41a02%40github.com.


[jenkinsci/dashboard-view-plugin] a58f0a: Add missing repository definitions to pom.xml (#61)

2019-11-03 Thread René Scheibe
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/dashboard-view-plugin

  Commit: a58f0a662da7f4ef79b9beaaa04ef55d763075f2

  
https://github.com/jenkinsci/dashboard-view-plugin/commit/a58f0a662da7f4ef79b9beaaa04ef55d763075f2

  Author: René Scheibe 

  Date:   2019-11-03 (Sun, 03 Nov 2019)



  Changed paths:

M pom.xml



  Log Message:

  ---

  Add missing repository definitions to pom.xml (#61)



Setting these repositories is common for Jenkins plugins.

Otherwise dependencies and plugins cannot be resolved if there

is no central configuration provided elsewhere.





-- 
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/dashboard-view-plugin/push/refs/heads/master/6162a9-a58f0a%40github.com.


[jenkinsci/github-autostatus-plugin] 563cb1: Optimize dependency declaration (#67)

2019-10-19 Thread René Scheibe
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/github-autostatus-plugin

  Commit: 563cb11276e8d2a2588db2fda77624fe0fbe4080

  
https://github.com/jenkinsci/github-autostatus-plugin/commit/563cb11276e8d2a2588db2fda77624fe0fbe4080

  Author: René Scheibe 

  Date:   2019-10-19 (Sat, 19 Oct 2019)



  Changed paths:

M pom.xml



  Log Message:

  ---

  Optimize dependency declaration (#67)



* Optimize dependency declaration



Extract declaring dependency versions required for upper bound management

with the maven-enforcer-plugin to the `` element.

This just defines the versions but not the actual dependencies. Only

direct dependencies should and are now declared in the ``

element. This provides a better overview what is actually required.

It also significantly reduces the size of the HPI file as less JAR files

are packaged now.



* Overwrite jackson-databind version



It was upgraded in commit f689b2e3b96efdae3472b411f32b2d8af6763ac7

to get the latest security patches.



Even not beeing a direct but a transitive dependency, overwrite

its version for security reasons as stated above.





-- 
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/github-autostatus-plugin/push/refs/heads/master/9bb245-563cb1%40github.com.


[jenkinsci/github-autostatus-plugin] 9bb245: Code Improvements (#66)

2019-10-19 Thread René Scheibe
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/github-autostatus-plugin

  Commit: 9bb2458a6567b0c924ab64c13a1c8f33c6c5458d

  
https://github.com/jenkinsci/github-autostatus-plugin/commit/9bb2458a6567b0c924ab64c13a1c8f33c6c5458d

  Author: René Scheibe 

  Date:   2019-10-19 (Sat, 19 Oct 2019)



  Changed paths:

M scripts/cleaner.groovy

M 
src/main/java/org/jenkinsci/plugins/githubautostatus/BuildBlockedAction.java

M 
src/main/java/org/jenkinsci/plugins/githubautostatus/BuildQueueListener.java

M 
src/main/java/org/jenkinsci/plugins/githubautostatus/BuildStatusAction.java

M 
src/main/java/org/jenkinsci/plugins/githubautostatus/BuildStatusConfig.java

M 
src/main/java/org/jenkinsci/plugins/githubautostatus/BuildStatusJobListener.java

M 
src/main/java/org/jenkinsci/plugins/githubautostatus/GithubBuildStatusGraphListener.java

M src/main/java/org/jenkinsci/plugins/githubautostatus/StatsdClient.java

M src/main/java/org/jenkinsci/plugins/githubautostatus/StatsdWrapper.java

M 
src/main/java/org/jenkinsci/plugins/githubautostatus/config/AbstractNotifierConfig.java

M 
src/main/java/org/jenkinsci/plugins/githubautostatus/config/GithubNotificationConfig.java

M 
src/main/java/org/jenkinsci/plugins/githubautostatus/config/HttpNotifierConfig.java

M 
src/main/java/org/jenkinsci/plugins/githubautostatus/config/InfluxDbNotifierConfig.java

M src/main/java/org/jenkinsci/plugins/githubautostatus/model/BuildStage.java

M 
src/main/java/org/jenkinsci/plugins/githubautostatus/model/BuildStatus.java

M 
src/main/java/org/jenkinsci/plugins/githubautostatus/model/CodeCoverage.java

M src/main/java/org/jenkinsci/plugins/githubautostatus/model/TestCase.java

M 
src/main/java/org/jenkinsci/plugins/githubautostatus/model/TestResults.java

M src/main/java/org/jenkinsci/plugins/githubautostatus/model/TestSuite.java

M 
src/main/java/org/jenkinsci/plugins/githubautostatus/notifiers/BuildNotifier.java

M 
src/main/java/org/jenkinsci/plugins/githubautostatus/notifiers/BuildNotifierConstants.java

M 
src/main/java/org/jenkinsci/plugins/githubautostatus/notifiers/BuildNotifierManager.java

M 
src/main/java/org/jenkinsci/plugins/githubautostatus/notifiers/GithubBuildNotifier.java

M 
src/main/java/org/jenkinsci/plugins/githubautostatus/notifiers/HttpNotifier.java

M 
src/main/java/org/jenkinsci/plugins/githubautostatus/notifiers/InfluxDbLineBuilder.java

M 
src/main/java/org/jenkinsci/plugins/githubautostatus/notifiers/InfluxDbNotifier.java

M 
src/main/java/org/jenkinsci/plugins/githubautostatus/notifiers/InfluxDbNotifierSchemas.java

M 
src/main/java/org/jenkinsci/plugins/githubautostatus/notifiers/StatsdNotifier.java

M 
src/test/java/org/jenkinsci/plugins/githubautostatus/BuildStatusJobListenerTest.java

M 
src/test/java/org/jenkinsci/plugins/githubautostatus/GithubBuildStatusGraphListenerTest.java

M 
src/test/java/org/jenkinsci/plugins/githubautostatus/StatsdNotifierConfigTest.java

M 
src/test/java/org/jenkinsci/plugins/githubautostatus/config/AbstractNotifierConfigTest.java

M 
src/test/java/org/jenkinsci/plugins/githubautostatus/config/InfluxDbNotifierConfigTest.java

M 
src/test/java/org/jenkinsci/plugins/githubautostatus/model/TestResultsTest.java

M 
src/test/java/org/jenkinsci/plugins/githubautostatus/notifiers/BuildNotifierManagerTest.java

M 
src/test/java/org/jenkinsci/plugins/githubautostatus/notifiers/BuildStateTest.java

M 
src/test/java/org/jenkinsci/plugins/githubautostatus/notifiers/GithubBuildNotifierTest.java

M 
src/test/java/org/jenkinsci/plugins/githubautostatus/notifiers/InfluxDbNotifierTest.java



  Log Message:

  ---

  Code Improvements (#66)



* Cleanup formatting



* Cleanup imports



* Simplify encoding and charsets



* Fix typos



* Reduce unchecked type casts



* Remove unnecessary catch & rethrow



* Simplify for loop





-- 
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/github-autostatus-plugin/push/refs/heads/master/2d123d-9bb245%40github.com.


[jenkinsci/github-autostatus-plugin] 2d123d: Improve Javadoc (#65)

2019-10-18 Thread René Scheibe
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/github-autostatus-plugin

  Commit: 2d123d7bb1ed656dfe4028a1dc109d01f37f2c55

  
https://github.com/jenkinsci/github-autostatus-plugin/commit/2d123d7bb1ed656dfe4028a1dc109d01f37f2c55

  Author: René Scheibe 

  Date:   2019-10-18 (Fri, 18 Oct 2019)



  Changed paths:

M 
src/main/java/org/jenkinsci/plugins/githubautostatus/BuildStatusConfig.java

M 
src/main/java/org/jenkinsci/plugins/githubautostatus/config/AbstractNotifierConfig.java

M 
src/main/java/org/jenkinsci/plugins/githubautostatus/config/GithubNotificationConfig.java

M 
src/main/java/org/jenkinsci/plugins/githubautostatus/notifiers/BuildNotifier.java

M 
src/main/java/org/jenkinsci/plugins/githubautostatus/notifiers/BuildNotifierManager.java

M 
src/main/java/org/jenkinsci/plugins/githubautostatus/notifiers/GithubBuildNotifier.java

M 
src/main/java/org/jenkinsci/plugins/githubautostatus/notifiers/InfluxDbLineBuilder.java

M 
src/main/java/org/jenkinsci/plugins/githubautostatus/notifiers/InfluxDbNotifier.java

M 
src/main/java/org/jenkinsci/plugins/githubautostatus/notifiers/StatsdNotifier.java



  Log Message:

  ---

  Improve Javadoc (#65)





-- 
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/github-autostatus-plugin/push/refs/heads/master/7b614a-2d123d%40github.com.


[jenkinsci/github-autostatus-plugin] 7b614a: Upgrade Mockito & PowerMock (#63)

2019-10-18 Thread René Scheibe
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/github-autostatus-plugin

  Commit: 7b614a0903274a216dae94076fb49aa717eac0e7

  
https://github.com/jenkinsci/github-autostatus-plugin/commit/7b614a0903274a216dae94076fb49aa717eac0e7

  Author: René Scheibe 

  Date:   2019-10-18 (Fri, 18 Oct 2019)



  Changed paths:

M pom.xml

M 
src/test/java/org/jenkinsci/plugins/githubautostatus/config/GithubNotificationConfigTest.java



  Log Message:

  ---

  Upgrade Mockito & PowerMock (#63)



Mockito is more strict now, therefore some small changes have to be applied.



1) use `Run` instead of `AbstractBuild` for `WorkflowJob`

Otherwise a `ClassCastException` is thrown.



2) add 'support-core' as test dependency

This is an optional dependency of 'workflow-cps' and therefore not a

transitive dependency of this plugin. It's required for mocking

`CpsFlowExecution` now, otherwise the `Component` class cannot be found.





-- 
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/github-autostatus-plugin/push/refs/heads/master/804013-7b614a%40github.com.


[jenkinsci/github-autostatus-plugin] c40277: Improve Javadoc (#64)

2019-10-17 Thread René Scheibe
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/github-autostatus-plugin

  Commit: c402777ba394b491a6d5a1a5adf0a783cf323ce9

  
https://github.com/jenkinsci/github-autostatus-plugin/commit/c402777ba394b491a6d5a1a5adf0a783cf323ce9

  Author: René Scheibe 

  Date:   2019-10-17 (Thu, 17 Oct 2019)



  Changed paths:

M 
src/main/java/org/jenkinsci/plugins/githubautostatus/BuildBlockedAction.java

M 
src/main/java/org/jenkinsci/plugins/githubautostatus/BuildQueueListener.java

M 
src/main/java/org/jenkinsci/plugins/githubautostatus/BuildStatusAction.java

M 
src/main/java/org/jenkinsci/plugins/githubautostatus/BuildStatusConfig.java

M 
src/main/java/org/jenkinsci/plugins/githubautostatus/BuildStatusJobListener.java

M 
src/main/java/org/jenkinsci/plugins/githubautostatus/GithubBuildStatusGraphListener.java

M src/main/java/org/jenkinsci/plugins/githubautostatus/StatsdClient.java

M 
src/main/java/org/jenkinsci/plugins/githubautostatus/StatsdNotifierConfig.java

M src/main/java/org/jenkinsci/plugins/githubautostatus/StatsdWrapper.java

M 
src/main/java/org/jenkinsci/plugins/githubautostatus/config/GithubNotificationConfig.java

M 
src/main/java/org/jenkinsci/plugins/githubautostatus/config/HttpNotifierConfig.java

M 
src/main/java/org/jenkinsci/plugins/githubautostatus/config/InfluxDbNotifierConfig.java

M 
src/main/java/org/jenkinsci/plugins/githubautostatus/model/CodeCoverage.java



  Log Message:

  ---

  Improve Javadoc (#64)



This makes the wording more consisent and fixes small issues.





-- 
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/github-autostatus-plugin/push/refs/heads/master/5f8423-c40277%40github.com.


[jenkinsci/github-autostatus-plugin] e20511: Simplify plugin configuration in pom.xml (#56)

2019-10-16 Thread René Scheibe
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/github-autostatus-plugin

  Commit: e20511beee06b39802971f54a5746d41f9a32ac2

  
https://github.com/jenkinsci/github-autostatus-plugin/commit/e20511beee06b39802971f54a5746d41f9a32ac2

  Author: René Scheibe 

  Date:   2019-10-16 (Wed, 16 Oct 2019)



  Changed paths:

M pom.xml



  Log Message:

  ---

  Simplify plugin configuration in pom.xml (#56)



* Simplify maven-hpi-plugin configuration in pom.xml



maven-hpi-plugin supports configuration via a property.



* Remove custom JaCoCo configuration



The plugin-pom provides the option to enable JaCoCo via the 'enable-jacoco' 
profile.

See 
https://github.com/jenkinsci/plugin-pom/blob/plugin-3.43/pom.xml#L1064-L1093.



Currently there is no JaCoCo reporting provided at ci.jenkins.io,

therefore not enabling the mentioned profile per default.





-- 
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/github-autostatus-plugin/push/refs/heads/master/5e87ea-e20511%40github.com.


[jenkinsci/github-autostatus-plugin] 5e87ea: Update dependencies (#58)

2019-10-15 Thread René Scheibe
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/github-autostatus-plugin

  Commit: 5e87ea6d594caaa43c07ec48fe41248d6539ba01

  
https://github.com/jenkinsci/github-autostatus-plugin/commit/5e87ea6d594caaa43c07ec48fe41248d6539ba01

  Author: René Scheibe 

  Date:   2019-10-15 (Tue, 15 Oct 2019)



  Changed paths:

M pom.xml



  Log Message:

  ---

  Update dependencies (#58)



* Upgrade StatsD client dependency



It contains minor bugfixes.



* Replace github-api jar with plugin dependency



The github-api plugin packages the github-api jar, so it can be reused

by multipe plugins. This reduces the plugin size and risk of classloader

problems. See https://plugins.jenkins.io/github-api.



* Upgrade parent pom



This might contain some new useful features & fixes.





-- 
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/github-autostatus-plugin/push/refs/heads/master/279d80-5e87ea%40github.com.


[jenkinsci/github-autostatus-plugin] 5e3066: Consistent wording of sinks "GitHub", "InfluxDB" a...

2019-10-13 Thread René Scheibe
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/github-autostatus-plugin

  Commit: 5e30666c17454fc6bd569878aad07fed3a27bb2b

  
https://github.com/jenkinsci/github-autostatus-plugin/commit/5e30666c17454fc6bd569878aad07fed3a27bb2b

  Author: René Scheibe 

  Date:   2019-10-13 (Sun, 13 Oct 2019)



  Changed paths:

M README.md

M pom.xml

M 
src/main/java/org/jenkinsci/plugins/githubautostatus/BuildStatusAction.java

M 
src/main/java/org/jenkinsci/plugins/githubautostatus/BuildStatusConfig.java

M 
src/main/java/org/jenkinsci/plugins/githubautostatus/GithubNotificationConfig.java

M 
src/main/java/org/jenkinsci/plugins/githubautostatus/InfluxDbNotifierConfig.java

M src/main/java/org/jenkinsci/plugins/githubautostatus/StatsdClient.java

M 
src/main/java/org/jenkinsci/plugins/githubautostatus/StatsdNotifierConfig.java

M src/main/java/org/jenkinsci/plugins/githubautostatus/StatsdWrapper.java

M 
src/main/java/org/jenkinsci/plugins/githubautostatus/notifiers/BuildNotifierManager.java

M 
src/main/java/org/jenkinsci/plugins/githubautostatus/notifiers/GithubBuildNotifier.java

M 
src/main/java/org/jenkinsci/plugins/githubautostatus/notifiers/InfluxDbNotifier.java

M 
src/main/java/org/jenkinsci/plugins/githubautostatus/notifiers/StatsdNotifier.java

M src/main/resources/index.jelly

M 
src/main/resources/org/jenkinsci/plugins/githubautostatus/BuildStatusConfig/config.jelly

M 
src/main/resources/org/jenkinsci/plugins/githubautostatus/BuildStatusConfig/help-credentialsId.html

M 
src/main/resources/org/jenkinsci/plugins/githubautostatus/BuildStatusConfig/help-influxDbDatabase.html

M 
src/main/resources/org/jenkinsci/plugins/githubautostatus/BuildStatusConfig/help-influxdbUrl.html

M 
src/main/resources/org/jenkinsci/plugins/githubautostatus/BuildStatusConfig/help-statsdHost.html

M 
src/main/resources/org/jenkinsci/plugins/githubautostatus/BuildStatusConfig/help-statsdPort.html

M 
src/test/java/org/jenkinsci/plugins/githubautostatus/notifiers/BuildNotifierManagerTest.java



  Log Message:

  ---

  Consistent wording of sinks "GitHub", "InfluxDB" and "StatsD" (#57)





-- 
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/github-autostatus-plugin/push/refs/heads/master/df4b25-5e3066%40github.com.


[jenkinsci/github-autostatus-plugin] df4b25: Use non-incrementals version of github-branch-sour...

2019-10-13 Thread René Scheibe
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/github-autostatus-plugin

  Commit: df4b255527c3cbdc3db2939fb641f261b13da2b3

  
https://github.com/jenkinsci/github-autostatus-plugin/commit/df4b255527c3cbdc3db2939fb641f261b13da2b3

  Author: René Scheibe 

  Date:   2019-10-13 (Sun, 13 Oct 2019)



  Changed paths:

M pom.xml

M 
src/main/java/org/jenkinsci/plugins/githubautostatus/GithubNotificationConfig.java



  Log Message:

  ---

  Use non-incrementals version of github-branch-source (#55)



This requires a never Jenkins version too.



The `getApiUri` method is now annotated with `NonNull`,

therefore removing the `null` check.





-- 
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/github-autostatus-plugin/push/refs/heads/master/ac778f-df4b25%40github.com.


[jenkinsci/ssh-slaves-plugin] 147c76: Use ChannelBuilder instead of deprecated Channel c...

2019-10-10 Thread René Scheibe
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/ssh-slaves-plugin

  Commit: 147c76ccd8416e7023806d6442954b5c3b9b6c2b

  
https://github.com/jenkinsci/ssh-slaves-plugin/commit/147c76ccd8416e7023806d6442954b5c3b9b6c2b

  Author: René Scheibe 

  Date:   2019-10-10 (Thu, 10 Oct 2019)



  Changed paths:

M src/main/java/hudson/plugins/sshslaves/RemoteLauncher.java



  Log Message:

  ---

  Use ChannelBuilder instead of deprecated Channel constructor (#152)





-- 
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/ssh-slaves-plugin/push/refs/heads/master/c76fcd-147c76%40github.com.


[jenkinsci/ec2-plugin] 5fe34d: Use more common MIT license URL (#408)

2019-10-05 Thread René Scheibe
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/ec2-plugin

  Commit: 5fe34d0e56359a40d1eaa7cc8b58678e072a9861

  
https://github.com/jenkinsci/ec2-plugin/commit/5fe34d0e56359a40d1eaa7cc8b58678e072a9861

  Author: René Scheibe 

  Date:   2019-10-05 (Sat, 05 Oct 2019)



  Changed paths:

M pom.xml



  Log Message:

  ---

  Use more common MIT license URL (#408)





-- 
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/ec2-plugin/push/refs/heads/master/e5ce1b-5fe34d%40github.com.


[jenkinsci/git-client-plugin] df547e: Fix build status link

2019-10-04 Thread René Scheibe
  Branch: refs/heads/stable-2.x

  Home:   https://github.com/jenkinsci/git-client-plugin

  Commit: df547ee414bbeed6ed95b73a50941a578a68de56

  
https://github.com/jenkinsci/git-client-plugin/commit/df547ee414bbeed6ed95b73a50941a578a68de56

  Author: René Scheibe 

  Date:   2019-10-04 (Fri, 04 Oct 2019)



  Changed paths:

M README.md



  Log Message:

  ---

  Fix build status link





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


[jenkinsci/publish-over-ftp-plugin] 4a8126: Improvements (#7)

2019-10-03 Thread René Scheibe
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/publish-over-ftp-plugin

  Commit: 4a8126a6136f44b74e2f09402622954598e0d568

  
https://github.com/jenkinsci/publish-over-ftp-plugin/commit/4a8126a6136f44b74e2f09402622954598e0d568

  Author: René Scheibe 

  Date:   2019-10-03 (Thu, 03 Oct 2019)



  Changed paths:

M pom.xml

M 
src/main/java/jenkins/plugins/publish_over_ftp/BapFtpHostConfiguration.java

M src/main/java/jenkins/plugins/publish_over_ftp/BapFtpPublisherPlugin.java

M 
src/main/java/jenkins/plugins/publish_over_ftp/descriptor/BapFtpHostConfigurationDescriptor.java

M 
src/main/java/jenkins/plugins/publish_over_ftp/descriptor/BapFtpPublisherPluginDescriptor.java

M 
src/main/java/jenkins/plugins/publish_over_ftp/descriptor/BapFtpTransferDescriptor.java

M src/main/java/jenkins/plugins/publish_over_ftp/options/FtpDefaults.java

M 
src/main/java/jenkins/plugins/publish_over_ftp/options/FtpOverrideTransferDefaults.java

M 
src/main/resources/jenkins/plugins/publish_over_ftp/BapFtpBuilder/help.html

M 
src/main/resources/jenkins/plugins/publish_over_ftp/BapFtpHostConfiguration/help-controlEncoding.html

M 
src/main/resources/jenkins/plugins/publish_over_ftp/BapFtpHostConfiguration/help-disableMakeNestedDirs.html

M 
src/main/resources/jenkins/plugins/publish_over_ftp/BapFtpHostConfiguration/help-encryptedPassword.html

M 
src/main/resources/jenkins/plugins/publish_over_ftp/BapFtpHostConfiguration/help-hostname.html

M 
src/main/resources/jenkins/plugins/publish_over_ftp/BapFtpHostConfiguration/help-port.html

M 
src/main/resources/jenkins/plugins/publish_over_ftp/BapFtpHostConfiguration/help-timeout.html

M 
src/main/resources/jenkins/plugins/publish_over_ftp/BapFtpHostConfiguration/help-trustedCertificate.html

M 
src/main/resources/jenkins/plugins/publish_over_ftp/BapFtpHostConfiguration/help-useActiveData.html

M 
src/main/resources/jenkins/plugins/publish_over_ftp/BapFtpHostConfiguration/help-useFtpOverTls.html

M 
src/main/resources/jenkins/plugins/publish_over_ftp/BapFtpHostConfiguration/help-useImplicitTls.html

M 
src/main/resources/jenkins/plugins/publish_over_ftp/BapFtpHostConfiguration/help-username.html

M 
src/main/resources/jenkins/plugins/publish_over_ftp/BapFtpPromotionPublisherPlugin/help.html

M 
src/main/resources/jenkins/plugins/publish_over_ftp/BapFtpPublisher/help-ftpLabel.html

M 
src/main/resources/jenkins/plugins/publish_over_ftp/BapFtpPublisher/help-usePromotionTimestamp.html

M 
src/main/resources/jenkins/plugins/publish_over_ftp/BapFtpPublisher/help-useWorkspaceInPromotion.html

M 
src/main/resources/jenkins/plugins/publish_over_ftp/BapFtpPublisher/help-useWorkspaceInPromotionForMatrix.html

M 
src/main/resources/jenkins/plugins/publish_over_ftp/BapFtpPublisherLabel/help-label.html

M 
src/main/resources/jenkins/plugins/publish_over_ftp/BapFtpPublisherPlugin/help-alwaysPublishFromMaster.html

M 
src/main/resources/jenkins/plugins/publish_over_ftp/BapFtpPublisherPlugin/help-continueOnError.html

M 
src/main/resources/jenkins/plugins/publish_over_ftp/BapFtpPublisherPlugin/help-failOnError.html

M 
src/main/resources/jenkins/plugins/publish_over_ftp/BapFtpPublisherPlugin/help-masterNodeName.html

M 
src/main/resources/jenkins/plugins/publish_over_ftp/BapFtpPublisherPlugin/help.html

M 
src/main/resources/jenkins/plugins/publish_over_ftp/BapFtpRetry/help-retries.html

M 
src/main/resources/jenkins/plugins/publish_over_ftp/BapFtpRetry/help-retryDelay.html

M 
src/main/resources/jenkins/plugins/publish_over_ftp/BapFtpTransfer/help-flatten.html

R src/metrics/checkstyle_rules.xml

R src/metrics/findBugs_excludes.xml

R src/metrics/pmd_rules.xml

M src/test/java/jenkins/plugins/publish_over_ftp/BapFtpClientTest.java

M 
src/test/java/jenkins/plugins/publish_over_ftp/BapHostConfigurationTest.java

M 
src/test/java/jenkins/plugins/publish_over_ftp/jenkins/CurrentConfigurationTest.java

M 
src/test/java/jenkins/plugins/publish_over_ftp/jenkins/IntegrationTest.java

M 
src/test/java/jenkins/plugins/publish_over_ftp/jenkins/LegacyConfigurationTest.java



  Log Message:

  ---

  Improvements (#7)



* Upgrade dependencies



* Remove unused static code analysis config files



The maven plugins have been removed in commit 
73a92a296e76539a3ecbc255b80eb2bccad0a653.



* Remove unused imports



* Simplify code



* Replace deprecated HudsonTestCase



* Remove unchecked type casts



* Fix stream closing



This was found by SpotBugs (OS_OPEN_STREAM).



* Mark deprecated fields transient to exclude them from XStream



Using the `transient' keyword is also described in the official guide on 
backward compatibility:

https://wiki.jenkins.io/display/JENKINS/Hint+on+retaining+backward+compatibility



This was found by SpotBugs (URF_UNREAD_FIELD).



* Consistent wording and punctuation

[jenkinsci/publish-over-ssh-plugin] 6935e3: Improvements (#30)

2019-10-02 Thread René Scheibe
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/publish-over-ssh-plugin

  Commit: 6935e3ae1dd6bb5c1ac654bb1f3abe7fa7507567

  
https://github.com/jenkinsci/publish-over-ssh-plugin/commit/6935e3ae1dd6bb5c1ac654bb1f3abe7fa7507567

  Author: René Scheibe 

  Date:   2019-10-02 (Wed, 02 Oct 2019)



  Changed paths:

M pom.xml

M src/main/java/jenkins/plugins/publish_over_ssh/BapSshBuilderPlugin.java

M src/main/java/jenkins/plugins/publish_over_ssh/BapSshClient.java

M 
src/main/java/jenkins/plugins/publish_over_ssh/BapSshCommonConfiguration.java

M src/main/java/jenkins/plugins/publish_over_ssh/BapSshCredentials.java

M 
src/main/java/jenkins/plugins/publish_over_ssh/BapSshHostConfiguration.java

M 
src/main/java/jenkins/plugins/publish_over_ssh/BapSshPromotionPublisherPlugin.java

M src/main/java/jenkins/plugins/publish_over_ssh/BapSshPublisher.java

M src/main/java/jenkins/plugins/publish_over_ssh/BapSshPublisherPlugin.java

M src/main/java/jenkins/plugins/publish_over_ssh/BapSshTransfer.java

M 
src/main/java/jenkins/plugins/publish_over_ssh/descriptor/BapSshTransferDescriptor.java

M src/main/java/jenkins/plugins/publish_over_ssh/options/SshDefaults.java

M 
src/main/java/jenkins/plugins/publish_over_ssh/options/SshOverrideTransferDefaults.java

M 
src/main/resources/jenkins/plugins/publish_over_ssh/BapSshBuilderPlugin/help.html

M 
src/main/resources/jenkins/plugins/publish_over_ssh/BapSshHostConfiguration/help-hostname.html

M 
src/main/resources/jenkins/plugins/publish_over_ssh/BapSshHostConfiguration/help-jumpHost.html

M 
src/main/resources/jenkins/plugins/publish_over_ssh/BapSshHostConfiguration/help-proxyHost.html

M 
src/main/resources/jenkins/plugins/publish_over_ssh/BapSshPostBuildWrapper/help.html

M 
src/main/resources/jenkins/plugins/publish_over_ssh/BapSshPromotionPublisherPlugin/help.html

M 
src/main/resources/jenkins/plugins/publish_over_ssh/BapSshPublisher/help-sshLabel.html

M 
src/main/resources/jenkins/plugins/publish_over_ssh/BapSshPublisher/help-usePromotionTimestamp.html

M 
src/main/resources/jenkins/plugins/publish_over_ssh/BapSshPublisher/help-useWorkspaceInPromotion.html

M 
src/main/resources/jenkins/plugins/publish_over_ssh/BapSshPublisher/help-useWorkspaceInPromotionForMatrix.html

M 
src/main/resources/jenkins/plugins/publish_over_ssh/BapSshPublisher/help-verbose.html

M 
src/main/resources/jenkins/plugins/publish_over_ssh/BapSshPublisherLabel/help-label.html

M 
src/main/resources/jenkins/plugins/publish_over_ssh/BapSshPublisherPlugin/help-alwaysPublishFromMaster.html

M 
src/main/resources/jenkins/plugins/publish_over_ssh/BapSshPublisherPlugin/help-continueOnError.html

M 
src/main/resources/jenkins/plugins/publish_over_ssh/BapSshPublisherPlugin/help-failOnError.html

M 
src/main/resources/jenkins/plugins/publish_over_ssh/BapSshPublisherPlugin/help-masterNodeName.html

M 
src/main/resources/jenkins/plugins/publish_over_ssh/BapSshPublisherPlugin/help.html

M 
src/main/resources/jenkins/plugins/publish_over_ssh/BapSshRetry/help-retries.html

M 
src/main/resources/jenkins/plugins/publish_over_ssh/BapSshRetry/help-retryDelay.html

M 
src/main/resources/jenkins/plugins/publish_over_ssh/BapSshTransfer/help-execCommand.html

M 
src/main/resources/jenkins/plugins/publish_over_ssh/BapSshTransfer/help-execTimeout.html

M 
src/main/resources/jenkins/plugins/publish_over_ssh/BapSshTransfer/help-flatten.html

M 
src/main/resources/jenkins/plugins/publish_over_ssh/BapSshTransfer/help-useAgentForwarding.html

M 
src/main/resources/jenkins/plugins/publish_over_ssh/BapSshTransfer/help-usePty.html

R src/metrics/checkstyle_rules.xml

R src/metrics/findBugs_excludes.xml

R src/metrics/pmd_rules.xml

M 
src/test/java/jenkins/plugins/publish_over_ssh/BapSshHostConfigurationTest.java

M 
src/test/java/jenkins/plugins/publish_over_ssh/jenkins/IntegrationTest.java

M 
src/test/java/jenkins/plugins/publish_over_ssh/jenkins/LegacyConfigurationTest.java



  Log Message:

  ---

  Improvements (#30)



* Upgrade dependencies & enable fail on FindBugs findings



* Fix typos



* Simplify regex



That's also potentially slightly faster.



* Remove unused imports



* Replace deprecated HudsonTestCase



* Cleanup test



* Remove unused static code analysis config files



The maven plugins have been removed in commit 
5b80db4f084cae85be0b7c510dafe89b18123d7b.



* Consistent wording and punctuation





-- 
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/publish-over-ssh-plugin/push/refs/heads

[jenkinsci/publish-over-plugin] 59da0c: Improvements (#9)

2019-10-02 Thread René Scheibe
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/publish-over-plugin

  Commit: 59da0c01420b93529c8ab0da3bc715f28f2ff62f

  
https://github.com/jenkinsci/publish-over-plugin/commit/59da0c01420b93529c8ab0da3bc715f28f2ff62f

  Author: René Scheibe 

  Date:   2019-10-02 (Wed, 02 Oct 2019)



  Changed paths:

M pom.xml

M src/main/java/jenkins/plugins/publish_over/BPCallablePublisher.java

M src/main/java/jenkins/plugins/publish_over/BPValidators.java

M src/main/java/jenkins/plugins/publish_over/FileFinderResult.java

M src/main/java/jenkins/plugins/publish_over/JenkinsCapabilities.java

M src/test/java/jenkins/plugins/publish_over/BPValidatorsTest.java



  Log Message:

  ---

  Improvements (#9)



* Upgrade dependencies & cleanup pom.xml



Fix potential null pointer dereference reported by FindBugs.



* Remove unused imports



* Replace deprecated API usage





-- 
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/publish-over-plugin/push/refs/heads/master/3669f3-59da0c%40github.com.


[jenkinsci/ssh-slaves-plugin] 125e3f: Replace usage of deprecated remoting Base64 class ...

2019-09-22 Thread René Scheibe
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/ssh-slaves-plugin

  Commit: 125e3fd282f07a0395e9c66871cb7ccd6388

  
https://github.com/jenkinsci/ssh-slaves-plugin/commit/125e3fd282f07a0395e9c66871cb7ccd6388

  Author: René Scheibe 

  Date:   2019-09-22 (Sun, 22 Sep 2019)



  Changed paths:

M 
src/main/java/hudson/plugins/sshslaves/verifiers/ManuallyProvidedKeyVerificationStrategy.java



  Log Message:

  ---

  Replace usage of deprecated remoting Base64 class (#150)





-- 
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/ssh-slaves-plugin/push/refs/heads/master/35f911-125e3f%40github.com.


[jenkinsci/ssh-slaves-plugin] 35f911: [JENKINS-42840] Slave to agent renaming (leftovers...

2019-09-22 Thread René Scheibe
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/ssh-slaves-plugin

  Commit: 35f9112a592892fbc249c8feb1da5f6e2b9fd76b

  
https://github.com/jenkinsci/ssh-slaves-plugin/commit/35f9112a592892fbc249c8feb1da5f6e2b9fd76b

  Author: René Scheibe 

  Date:   2019-09-22 (Sun, 22 Sep 2019)



  Changed paths:

M 
src/main/resources/hudson/plugins/sshslaves/SSHConnector/config_zh_TW.properties

M src/main/resources/hudson/plugins/sshslaves/SSHLauncher/help.properties

M src/main/resources/hudson/plugins/sshslaves/SSHLauncher/help_de.properties

M 
src/main/resources/hudson/plugins/sshslaves/verifiers/MissingVerificationStrategyAdministrativeMonitor/message.jelly

M src/test/java/hudson/plugins/sshslaves/SSHLauncherTest.java

M 
src/test/java/hudson/plugins/sshslaves/verifiers/TrustHostKeyActionTest.java



  Log Message:

  ---

  [JENKINS-42840] Slave to agent renaming (leftovers) (#151)



* [JENKINS-42840] Rename slave to agent (leftovers)



* [JENKINS-42840] Rename slave to agent (tests)



Adapt occurrences of "slave" strings in tests too.





-- 
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/ssh-slaves-plugin/push/refs/heads/master/b29aa4-35f911%40github.com.


[jenkinsci/statistics-gatherer-plugin] b67fd5: Improvement - Consistent pom.xml formatting

2019-09-14 Thread René Scheibe
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/statistics-gatherer-plugin

  Commit: b67fd5e745e689dca4f2eb8480424dc7f4df3a3d

  
https://github.com/jenkinsci/statistics-gatherer-plugin/commit/b67fd5e745e689dca4f2eb8480424dc7f4df3a3d

  Author: René Scheibe 

  Date:   2019-09-14 (Sat, 14 Sep 2019)



  Changed paths:

M pom.xml



  Log Message:

  ---

  Improvement - Consistent pom.xml formatting



Automatic formatting was performed via `mvn tidy:pom`.





  Commit: 2926b51710f0ff259c01b77926663d08f45ba731

  
https://github.com/jenkinsci/statistics-gatherer-plugin/commit/2926b51710f0ff259c01b77926663d08f45ba731

  Author: René Scheibe 

  Date:   2019-09-14 (Sat, 14 Sep 2019)



  Changed paths:

M pom.xml



  Log Message:

  ---

  Improvement - Use jenkins.io for wiki URL



The former one just redirects to this one.





  Commit: eaa0932920ffa8f7a7efc0e8ca4fd753f145e22c

  
https://github.com/jenkinsci/statistics-gatherer-plugin/commit/eaa0932920ffa8f7a7efc0e8ca4fd753f145e22c

  Author: René Scheibe 

  Date:   2019-09-14 (Sat, 14 Sep 2019)



  Changed paths:

M pom.xml



  Log Message:

  ---

  Improvement - Remove Unirest's transitive dependencies



They are already declared in Unirest (even with never version) and

therefore are not required to be declared here.





  Commit: c912f2174c00c4912f18d27ff2952b933abb45d6

  
https://github.com/jenkinsci/statistics-gatherer-plugin/commit/c912f2174c00c4912f18d27ff2952b933abb45d6

  Author: René Scheibe 

  Date:   2019-09-14 (Sat, 14 Sep 2019)



  Changed paths:

M pom.xml



  Log Message:

  ---

  Improvement - Upgrade parent pom



This also requires to upgrade JUnit.

Some test dependencies are already provided by the parent pom and

therefore are not required to be declared explicitly.





  Commit: db9d6edb621e0eb451aac194c949cd8c348f0bd8

  
https://github.com/jenkinsci/statistics-gatherer-plugin/commit/db9d6edb621e0eb451aac194c949cd8c348f0bd8

  Author: René Scheibe 

  Date:   2019-09-14 (Sat, 14 Sep 2019)



  Changed paths:

M pom.xml



  Log Message:

  ---

  Improvement - Upgrade Jackson databind library





  Commit: 34123268f8aa2cb4f9dd3dc01575138e83935b12

  
https://github.com/jenkinsci/statistics-gatherer-plugin/commit/34123268f8aa2cb4f9dd3dc01575138e83935b12

  Author: René Scheibe 

  Date:   2019-09-14 (Sat, 14 Sep 2019)



  Changed paths:

M pom.xml



  Log Message:

  ---

  Improvement - Don't configure Java level via Maven Compiler plugin



The Java level should be configured solely via the java.level property.

The parent pom takes care of configuring everything based on this.





  Commit: cd923a8eaaef1e5c544e5e08dc93ad6523832e57

  
https://github.com/jenkinsci/statistics-gatherer-plugin/commit/cd923a8eaaef1e5c544e5e08dc93ad6523832e57

  Author: René Scheibe 

  Date:   2019-09-14 (Sat, 14 Sep 2019)



  Changed paths:

M pom.xml



  Log Message:

  ---

  Improvement - Enable InjectedTest



This test helps to automatically find issues.





Compare: 
https://github.com/jenkinsci/statistics-gatherer-plugin/compare/cf7acd6ba061...cd923a8eaaef

-- 
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/statistics-gatherer-plugin/push/refs/heads/master/cf7acd-cd923a%40github.com.


[jenkinsci/authorize-project-plugin] e61a83: Use recommended build configurations on ci.jenkins.io

2019-08-31 Thread René Scheibe
  Branch: refs/heads/feature/35_RecommendedConfigurations

  Home:   https://github.com/jenkinsci/authorize-project-plugin

  Commit: e61a835d1a3eba702333421640f2c8949008fa90

  
https://github.com/jenkinsci/authorize-project-plugin/commit/e61a835d1a3eba702333421640f2c8949008fa90

  Author: René Scheibe 

  Date:   2019-08-27 (Tue, 27 Aug 2019)



  Changed paths:

M Jenkinsfile



  Log Message:

  ---

  Use recommended build configurations on ci.jenkins.io



The plugin is tested with multiple Jenkins and Java versions then.

For more details see https://github.com/jenkins-infra/pipeline-library.





-- 
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/authorize-project-plugin/push/refs/heads/feature/35_RecommendedConfigurations/d9e594-e61a83%40github.com.


[jenkinsci/logstash-plugin] 3e1c46: File formatting improvements (#88)

2019-08-08 Thread René Scheibe
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/logstash-plugin

  Commit: 3e1c46cd085a84085c737ba79233c9b63c9331b9

  
https://github.com/jenkinsci/logstash-plugin/commit/3e1c46cd085a84085c737ba79233c9b63c9331b9

  Author: René Scheibe 

  Date:   2019-08-08 (Thu, 08 Aug 2019)



  Changed paths:

M LICENSE

M README.md

M src/main/java/jenkins/plugins/logstash/PluginImpl.java

M src/main/java/jenkins/plugins/logstash/persistence/ElasticSearchDao.java

M src/main/java/jenkins/plugins/logstash/persistence/LogstashDao.java

M src/main/java/jenkins/plugins/logstash/persistence/LogstashIndexerDao.java

M 
src/main/resources/jenkins/plugins/logstash/LogstashConfiguration/config.jelly

M 
src/main/resources/jenkins/plugins/logstash/LogstashConfiguration/help-enableGlobally.html

M 
src/main/resources/jenkins/plugins/logstash/LogstashConfiguration/help-enabled.html

M 
src/main/resources/jenkins/plugins/logstash/LogstashConfiguration/help-logstashIndexer.jelly

M 
src/main/resources/jenkins/plugins/logstash/LogstashConfiguration/help-milliSecondTimestamps.html

M 
src/main/resources/jenkins/plugins/logstash/LogstashJobProperty/config.jelly

M src/main/resources/jenkins/plugins/logstash/Messages.properties

M 
src/main/resources/jenkins/plugins/logstash/configuration/HostBasedLogstashIndexer/config.jelly

M 
src/main/resources/jenkins/plugins/logstash/configuration/RabbitMq/configure-advanced.jelly

M 
src/main/resources/jenkins/plugins/logstash/configuration/Redis/configure-advanced.jelly

M 
src/main/resources/jenkins/plugins/logstash/configuration/Syslog/configure-advanced.jelly

M 
src/main/resources/jenkins/plugins/logstash/pipeline/LogstashSendStep/help.html

M 
src/main/resources/jenkins/plugins/logstash/pipeline/LogstashStep/help.html

M src/test/resources/buildWrapperConfig.xml

M src/test/resources/disabled.xml

M src/test/resources/elasticSearch.xml

M src/test/resources/home/jobs/test/config.xml

M src/test/resources/mockito-extensions/org.mockito.plugins.MockMaker

M src/test/resources/rabbitmq.xml

M src/test/resources/rabbitmq_brokenCharset.xml

M src/test/resources/redis.xml

M src/test/resources/syslog.xml



  Log Message:

  ---

  File formatting improvements (#88)



* Consistent indentation with spaces (no tabs)



* Consistent line endings



* Consistent newline at EOF



* Remove trailing spaces





-- 
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/logstash-plugin/push/refs/heads/master/af6f72-3e1c46%40github.com.


[jenkinsci/extra-tool-installers-plugin] f2a21d: Improvements (#15)

2019-07-16 Thread René Scheibe
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/extra-tool-installers-plugin

  Commit: f2a21d9e1c7c402797a2a3664be72d73ed025ecb

  
https://github.com/jenkinsci/extra-tool-installers-plugin/commit/f2a21d9e1c7c402797a2a3664be72d73ed025ecb

  Author: René Scheibe 

  Date:   2019-07-16 (Tue, 16 Jul 2019)



  Changed paths:

M LICENSE

M README.md

M pom.xml

M 
src/main/java/com/synopsys/arc/jenkinsci/plugins/extratoolinstallers/utils/EnvStringParseHelper.java

M 
src/main/java/io/jenkins/plugins/extratoolinstallers/installers/AnyOfInstaller.java

M 
src/main/java/io/jenkins/plugins/extratoolinstallers/installers/AuthenticatedDownloadCallable.java

M 
src/main/java/io/jenkins/plugins/extratoolinstallers/installers/AuthenticatedZipExtractionInstaller.java

M 
src/main/resources/com/synopsys/arc/jenkinsci/plugins/extratoolinstallers/installers/AbstractExtraToolInstaller/config.jelly

M 
src/main/resources/com/synopsys/arc/jenkinsci/plugins/extratoolinstallers/installers/AbstractExtraToolInstaller/help-toolHome.html

M 
src/main/resources/io/jenkins/plugins/extratoolinstallers/installers/Messages.properties

M 
src/test/java/io/jenkins/plugins/extratoolinstallers/installers/AnyOfInstallerTest.java



  Log Message:

  ---

  Improvements (#15)



* Cleanup README

* Update parent pom & dependencies

* Fix typos

* Cleanup - Remove trailing spaces in properties

* Cleanup - Remove extra semicolon

* Remove unnecessary boxing

* Fix Javadoc

* Consistent linefeed at end-of-file





-- 
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/extra-tool-installers-plugin/push/refs/heads/master/f57e3b-f2a21d%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/jobConfigHistory-plugin] f27c29: Fix Javadoc errors (#94)

2019-07-15 Thread René Scheibe
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/jobConfigHistory-plugin

  Commit: f27c29b1b08d6d3873b3b0ce869b5d6a948d5b70

  
https://github.com/jenkinsci/jobConfigHistory-plugin/commit/f27c29b1b08d6d3873b3b0ce869b5d6a948d5b70

  Author: René Scheibe 

  Date:   2019-07-15 (Mon, 15 Jul 2019)



  Changed paths:

M pom.xml

M src/main/java/hudson/plugins/jobConfigHistory/JobConfigHistoryPurger.java

M src/main/java/hudson/plugins/jobConfigHistory/NonDeletedFileFilter.java

M 
src/test/java/hudson/plugins/jobConfigHistory/JobConfigBadgeActionTest.java

M 
src/test/java/hudson/plugins/jobConfigHistory/JobConfigHistoryBaseActionIT.java

M src/test/java/hudson/plugins/jobConfigHistory/LazyHistoryDescrTest.java

M src/test/java/hudson/plugins/jobConfigHistory/TUtils.java



  Log Message:

  ---

  Fix Javadoc errors (#94)



This makes at least `mvn site` run through again.



Still a lot of Javadoc warnings are present.





-- 
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/jobConfigHistory-plugin/push/refs/heads/master/ab81e2-f27c29%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/jobConfigHistory-plugin] ab81e2: Improvement - Cleanup JobConfigHistory (#93)

2019-07-15 Thread René Scheibe
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/jobConfigHistory-plugin

  Commit: ab81e28b0ccedac3d807d1f0f102b348e8de2fd1

  
https://github.com/jenkinsci/jobConfigHistory-plugin/commit/ab81e28b0ccedac3d807d1f0f102b348e8de2fd1

  Author: René Scheibe 

  Date:   2019-07-15 (Mon, 15 Jul 2019)



  Changed paths:

M src/main/java/hudson/plugins/jobConfigHistory/JobConfigHistory.java

M src/test/java/hudson/plugins/jobConfigHistory/JobConfigHistoryTest.java



  Log Message:

  ---

  Improvement - Cleanup JobConfigHistory (#93)





-- 
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/jobConfigHistory-plugin/push/refs/heads/master/c35a98-ab81e2%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/jobConfigHistory-plugin] e58b12: Improvement - Trim numeric form values (incl. vali...

2019-07-12 Thread René Scheibe
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/jobConfigHistory-plugin

  Commit: e58b12fba93ab9f83584212a71d37433001a65f2

  
https://github.com/jenkinsci/jobConfigHistory-plugin/commit/e58b12fba93ab9f83584212a71d37433001a65f2

  Author: René Scheibe 

  Date:   2019-07-12 (Fri, 12 Jul 2019)



  Changed paths:

M src/main/java/hudson/plugins/jobConfigHistory/JobConfigHistory.java

M src/test/java/hudson/plugins/jobConfigHistory/JobConfigHistoryTest.java



  Log Message:

  ---

  Improvement - Trim numeric form values (incl. validation) (#91)





-- 
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/jobConfigHistory-plugin/push/refs/heads/master/8e2d9d-e58b12%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/ssh-steps-plugin] f21ee4: Fix missing newline at EOF (#24)

2019-07-05 Thread René Scheibe
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/ssh-steps-plugin

  Commit: f21ee4ed2055d34126fb8389f11ef8d6cbbe11fd

  
https://github.com/jenkinsci/ssh-steps-plugin/commit/f21ee4ed2055d34126fb8389f11ef8d6cbbe11fd

  Author: René Scheibe 

  Date:   2019-07-05 (Fri, 05 Jul 2019)



  Changed paths:

M .gitignore

M CHANGELOG.adoc

M Jenkinsfile

M PULL_REQUEST_TEMPLATE.md

M 
src/main/resources/org/jenkinsci/plugins/sshsteps/steps/CommandStep/config.jelly

M 
src/main/resources/org/jenkinsci/plugins/sshsteps/steps/CommandStep/help.html

M 
src/main/resources/org/jenkinsci/plugins/sshsteps/steps/GetStep/config.jelly

M src/main/resources/org/jenkinsci/plugins/sshsteps/steps/GetStep/help.html

M 
src/main/resources/org/jenkinsci/plugins/sshsteps/steps/PutStep/config.jelly

M src/main/resources/org/jenkinsci/plugins/sshsteps/steps/PutStep/help.html

M 
src/main/resources/org/jenkinsci/plugins/sshsteps/steps/RemoveStep/config.jelly

M 
src/main/resources/org/jenkinsci/plugins/sshsteps/steps/RemoveStep/help.html

M 
src/main/resources/org/jenkinsci/plugins/sshsteps/steps/ScriptStep/config.jelly

M 
src/main/resources/org/jenkinsci/plugins/sshsteps/steps/ScriptStep/help.html

M src/test/resources/log4j.properties



  Log Message:

  ---

  Fix missing newline at EOF (#24)





-- 
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/ssh-steps-plugin/push/refs/heads/master/c35e7d-f21ee4%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/swarm-plugin] 2e2d22: Cleanup logging.properties (#106)

2019-06-02 Thread René Scheibe
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/swarm-plugin

  Commit: 2e2d22145914aed769b55b0fb277b754ee90474e

  
https://github.com/jenkinsci/swarm-plugin/commit/2e2d22145914aed769b55b0fb277b754ee90474e

  Author: René Scheibe 

  Date:   2019-06-02 (Sun, 02 Jun 2019)



  Changed paths:

M client/logging.properties

M docs/logging.md



  Log Message:

  ---

  Cleanup logging.properties (#106)



a) Consistent formatting.



b) Removing outdated and verbose comments.





-- 
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/swarm-plugin/push/refs/heads/master/648c85-2e2d22%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/swarm-plugin] 648c85: Improve small details of help text (#109)

2019-06-02 Thread René Scheibe
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/swarm-plugin

  Commit: 648c85e67987f64f70052ad393bfd920da7f5902

  
https://github.com/jenkinsci/swarm-plugin/commit/648c85e67987f64f70052ad393bfd920da7f5902

  Author: René Scheibe 

  Date:   2019-06-02 (Sun, 02 Jun 2019)



  Changed paths:

M client/src/main/java/hudson/plugins/swarm/Options.java



  Log Message:

  ---

  Improve small details of help text (#109)





-- 
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/swarm-plugin/push/refs/heads/master/321ffc-648c85%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/swarm-plugin] 84b64f: Remove deprecated -logFile parameter (#107)

2019-06-02 Thread René Scheibe
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/swarm-plugin

  Commit: 84b64fb0ee0c3defe468ef16eccc12b15219be91

  
https://github.com/jenkinsci/swarm-plugin/commit/84b64fb0ee0c3defe468ef16eccc12b15219be91

  Author: René Scheibe 

  Date:   2019-06-02 (Sun, 02 Jun 2019)



  Changed paths:

M client/src/main/java/hudson/plugins/swarm/Client.java

M client/src/main/java/hudson/plugins/swarm/Options.java



  Log Message:

  ---

  Remove deprecated -logFile parameter (#107)



It was anyway implemented in way that it could not be used anymore.



This should properly be mentioned in the changelog and removed from

the available options on the plugin's documentation page:

https://wiki.jenkins.io/display/JENKINS/Swarm+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/swarm-plugin/push/refs/heads/master/29463d-84b64f%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/swarm-plugin] 76f96f: Fix invalid exit code (#103)

2019-06-01 Thread René Scheibe
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/swarm-plugin

  Commit: 76f96f2dc5c1554ab833043f5607d31b2032fdc9

  
https://github.com/jenkinsci/swarm-plugin/commit/76f96f2dc5c1554ab833043f5607d31b2032fdc9

  Author: René Scheibe 

  Date:   2019-06-01 (Sat, 01 Jun 2019)



  Changed paths:

M client/src/main/java/hudson/plugins/swarm/Client.java

M client/src/main/java/hudson/plugins/swarm/SwarmClient.java

M client/src/test/java/hudson/plugins/swarm/ClientTest.java



  Log Message:

  ---

  Fix invalid exit code (#103)



Only positive numbers are allowed.



The former -1 is out of range and therefore for example converted by Bash to 
255.



For more details see:

- http://tldp.org/LDP/abs/html/exitcodes.html

- http://en.wikipedia.org/wiki/Exit_status





-- 
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/swarm-plugin/push/refs/heads/master/f71804-76f96f%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/swarm-plugin] 958461: Fix that all swarm-client files are included in sw...

2019-05-30 Thread René Scheibe
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/swarm-plugin

  Commit: 9584612434b44d506f9b8dbf00092934bc193fcb

  
https://github.com/jenkinsci/swarm-plugin/commit/9584612434b44d506f9b8dbf00092934bc193fcb

  Author: René Scheibe 

  Date:   2019-05-30 (Thu, 30 May 2019)



  Changed paths:

M plugin/pom.xml



  Log Message:

  ---

  Fix that all swarm-client files are included in swarm.hpi (#91)



This issue has been introduced in commit c0e44ac605.



Copy the swarm-client.jar in an earlier phase to be available for tests too.

Only use the plugin/target/swarm directory as source for extra files, as it

anyway contains all packaged files.





-- 
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/swarm-plugin/push/refs/heads/master/f934a8-958461%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/configuration-as-code-plugin] b79009: Improvements for Util class and PLUGINS.md (#875)

2019-05-08 Thread René Scheibe
  Branch: refs/heads/master

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

  Commit: b790090f34ceb29086c3da1ad03c19188b9e6488

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

  Author: René Scheibe 

  Date:   2019-05-08 (Wed, 08 May 2019)



  Changed paths:

M docs/PLUGINS.md

M docs/REQUIREMENTS.md

M plugin/src/test/java/io/jenkins/plugins/casc/misc/Util.java



  Log Message:

  ---

  Improvements for Util class and PLUGINS.md (#875)





-- 
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/d81016-b79009%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/jobConfigHistory-plugin] 666f0b: Code Improvements (#88)

2019-05-06 Thread René Scheibe
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/jobConfigHistory-plugin

  Commit: 666f0b3123dc7a2323fc3ab5ac8bd9b2a5d07cd5

  
https://github.com/jenkinsci/jobConfigHistory-plugin/commit/666f0b3123dc7a2323fc3ab5ac8bd9b2a5d07cd5

  Author: René Scheibe 

  Date:   2019-05-06 (Mon, 06 May 2019)



  Changed paths:

M 
src/main/java/hudson/plugins/jobConfigHistory/ComputerConfigHistoryAction.java

M src/main/java/hudson/plugins/jobConfigHistory/FileHistoryDao.java

M src/main/java/hudson/plugins/jobConfigHistory/JobConfigBadgeAction.java

M 
src/main/java/hudson/plugins/jobConfigHistory/JobConfigHistoryBaseAction.java

M 
src/main/java/hudson/plugins/jobConfigHistory/JobConfigHistoryProjectAction.java

M src/main/java/hudson/plugins/jobConfigHistory/JobConfigHistoryPurger.java

M 
src/main/java/hudson/plugins/jobConfigHistory/JobConfigHistoryRootAction.java

M 
src/main/java/hudson/plugins/jobConfigHistory/JobConfigHistoryStrategy.java

M src/main/java/hudson/plugins/jobConfigHistory/SideBySideView.java

M 
src/main/resources/hudson/plugins/jobConfigHistory/ComputerConfigHistoryAction/configOutput.jelly

M 
src/main/resources/hudson/plugins/jobConfigHistory/ComputerConfigHistoryAction/index.jelly

M 
src/main/resources/hudson/plugins/jobConfigHistory/ComputerConfigHistoryAction/restoreQuestion.jelly

M 
src/main/resources/hudson/plugins/jobConfigHistory/ComputerConfigHistoryAction/showDiffFiles.jelly

M 
src/main/resources/hudson/plugins/jobConfigHistory/JobConfigBadgeAction/badge.jelly

M 
src/main/resources/hudson/plugins/jobConfigHistory/JobConfigHistory/config.jelly

M 
src/main/resources/hudson/plugins/jobConfigHistory/JobConfigHistory/config_ja.properties

M 
src/main/resources/hudson/plugins/jobConfigHistory/JobConfigHistoryProjectAction/configOutput.jelly

M 
src/main/resources/hudson/plugins/jobConfigHistory/JobConfigHistoryProjectAction/index.jelly

M 
src/main/resources/hudson/plugins/jobConfigHistory/JobConfigHistoryProjectAction/index_ja.properties

M 
src/main/resources/hudson/plugins/jobConfigHistory/JobConfigHistoryProjectAction/restoreQuestion.jelly

M 
src/main/resources/hudson/plugins/jobConfigHistory/JobConfigHistoryProjectAction/showDiffFiles.jelly

M 
src/main/resources/hudson/plugins/jobConfigHistory/JobConfigHistoryProjectAction/showDiffFiles_ja.properties

M 
src/main/resources/hudson/plugins/jobConfigHistory/JobConfigHistoryRootAction/configOutput.jelly

M 
src/main/resources/hudson/plugins/jobConfigHistory/JobConfigHistoryRootAction/history.jelly

M 
src/main/resources/hudson/plugins/jobConfigHistory/JobConfigHistoryRootAction/index.jelly

M 
src/main/resources/hudson/plugins/jobConfigHistory/JobConfigHistoryRootAction/index_ja.properties

M 
src/main/resources/hudson/plugins/jobConfigHistory/JobConfigHistoryRootAction/restoreQuestion.jelly

M 
src/main/resources/hudson/plugins/jobConfigHistory/JobConfigHistoryRootAction/showDiffFiles.jelly

M src/main/resources/hudson/plugins/jobConfigHistory/Messages_ja.properties

M src/main/resources/index.jelly

R src/main/webapp/help/help-excludeUsers.html

A src/main/webapp/help/help-excludedUsers.html

M src/main/webapp/img/info.png

M 
src/test/java/hudson/plugins/jobConfigHistory/AbstractHudsonTestCaseDeletingInstanceDir.java

M 
src/test/java/hudson/plugins/jobConfigHistory/ComputerHistoryListenerIT.java

M src/test/java/hudson/plugins/jobConfigHistory/ConfigInfoTest.java

M src/test/java/hudson/plugins/jobConfigHistory/DeletedFileFilterTest.java

M src/test/java/hudson/plugins/jobConfigHistory/FileHistoryDaoTest.java

M src/test/java/hudson/plugins/jobConfigHistory/GetDiffLinesTest.java

M src/test/java/hudson/plugins/jobConfigHistory/JobConfigBadgeActionIT.java

M 
src/test/java/hudson/plugins/jobConfigHistory/JobConfigBadgeActionTest.java

M 
src/test/java/hudson/plugins/jobConfigHistory/JobConfigHistoryBaseActionIT.java

M 
src/test/java/hudson/plugins/jobConfigHistory/JobConfigHistoryBaseActionTest.java

M src/test/java/hudson/plugins/jobConfigHistory/JobConfigHistoryIT.java

M 
src/test/java/hudson/plugins/jobConfigHistory/JobConfigHistoryJobListenerIT.java

M 
src/test/java/hudson/plugins/jobConfigHistory/JobConfigHistoryProjectActionTest.java

M 
src/test/java/hudson/plugins/jobConfigHistory/JobConfigHistoryRootActionIT.java

M 
src/test/java/hudson/plugins/jobConfigHistory/JobConfigHistoryRootActionTest.java

M src/test/java/hudson/plugins/jobConfigHistory/PluginIT.java



  Log Message:

  ---

  Code Improvements (#88)



* Improvement - Remove unnecessary semicolons



* Improvement - Reduce deprecated API usage



* Improvement - Use UTF_8 constant from StandardCharsets



* Improvement - Simplify stream api usage



* Improvement - Inline unnecessary local variable



* Improvement - Remove unused

[jenkinsci/jobConfigHistory-plugin] cb0485: Modernize (parent pom and Jenkins) (#87)

2019-05-02 Thread René Scheibe
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/jobConfigHistory-plugin

  Commit: cb04858217f63b3fba4b51d8bf83820ee43553b1

  
https://github.com/jenkinsci/jobConfigHistory-plugin/commit/cb04858217f63b3fba4b51d8bf83820ee43553b1

  Author: René Scheibe 

  Date:   2019-05-02 (Thu, 02 May 2019)



  Changed paths:

M pom.xml

M src/main/java/hudson/plugins/jobConfigHistory/ComputerHistoryListener.java

M src/main/java/hudson/plugins/jobConfigHistory/JobConfigBadgeAction.java

M src/main/java/hudson/plugins/jobConfigHistory/JobConfigHistory.java

M src/main/java/hudson/plugins/jobConfigHistory/JobConfigHistoryPurger.java

M 
src/main/java/hudson/plugins/jobConfigHistory/JobConfigHistorySaveableListener.java

M 
src/main/java/hudson/plugins/jobConfigHistory/JobConfigHistoryStrategy.java

M src/main/java/hudson/plugins/jobConfigHistory/PluginUtils.java

M 
src/test/java/hudson/plugins/jobConfigHistory/JobConfigHistoryBaseActionIT.java

M 
src/test/java/hudson/plugins/jobConfigHistory/JobConfigHistoryProjectActionTest.java

M 
src/test/java/hudson/plugins/jobConfigHistory/JobConfigHistoryRootActionIT.java

M src/test/java/hudson/plugins/jobConfigHistory/PluginIT.java

R src/test/resources/plugins/maven-plugin.hpi



  Log Message:

  ---

  Modernize (parent pom and Jenkins) (#87)



Upgrading parent pom to be up-to-date.



Upgrading Jenkins as JCasC requires at least 2.60.3.



Fixing jdepend-maven-plugin version. There is no version 2.9.1. It looks

like this was a copy'n'paste error from maven-javadoc-plugin version.



Setting upper bound version for plugins via 

to be compliant with Maven enforcer rules.



Upgrading maven-plugin so that `mvn hpi:run` runs without errors.



Use SpotBugs instead of FindBugs in reporting (see change in parent pom).



Jenkins::getInstance is now annotated with @Nonnull. Therefore removing

the unnecessary null checks that have been detected by SpotBugs.



HtmlUnit removed/changed some methods, adapting tests to compile again.



Plugin "maven-plugin" is not required to be loaded explicitly in a test.

It is loaded automatically because it is defined as dependency in pom.xml.

Therefore just verifying that it is loaded is enough.





-- 
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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/extended-choice-parameter-plugin] de5fcd: Code cleanup (#23)

2019-04-23 Thread René Scheibe
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/extended-choice-parameter-plugin

  Commit: de5fcd3d56197839a9b80489fe419f4d669a8ef9

  
https://github.com/jenkinsci/extended-choice-parameter-plugin/commit/de5fcd3d56197839a9b80489fe419f4d669a8ef9

  Author: René Scheibe 

  Date:   2019-04-23 (Tue, 23 Apr 2019)



  Changed paths:

M pom.xml

M 
src/main/java/com/cwctravel/hudson/plugins/extended_choice_parameter/ExtendedChoiceParameterDefinition.java

M 
src/main/java/com/cwctravel/hudson/plugins/extended_choice_parameter/ExtendedChoiceParameterValue.java



  Log Message:

  ---

  Code cleanup (#23)



* Cleanup - Consistent pom.xml formatting



* Cleanup - Collapse identical catch blocks



* Cleanup - Fix typos



* Cleanup - Remove unnecessary null check before instanceof



* Cleanup - Use HTTPS for Maven repositories



Remove outdated comment too.



* Cleanup - Remove explicit distributionManagement from pom.xml



It is already defined in the parent pom.



* Use wiki.jenkins.io in the plugin URL



* Upgrade to latest parent pom





-- 
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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/stashnotifier-plugin] 653371: Minor readme improvements (#228)

2019-04-05 Thread René Scheibe
  Branch: refs/heads/release/1.x

  Home:   https://github.com/jenkinsci/stashnotifier-plugin

  Commit: 6533712adf7f99097711d901185e983fae6a6c97

  
https://github.com/jenkinsci/stashnotifier-plugin/commit/6533712adf7f99097711d901185e983fae6a6c97

  Author: René Scheibe 

  Date:   2019-04-05 (Fri, 05 Apr 2019)



  Changed paths:

M readme.md



  Log Message:

  ---

  Minor readme improvements (#228)



This aligns wording in implementation, readme and screenshot.





-- 
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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/stashnotifier-plugin] 396713: Upgrade Apache HTTP client (#229)

2019-04-05 Thread René Scheibe
  Branch: refs/heads/release/1.x

  Home:   https://github.com/jenkinsci/stashnotifier-plugin

  Commit: 39671348994312f6da45ac3a04639e1aa99edbe0

  
https://github.com/jenkinsci/stashnotifier-plugin/commit/39671348994312f6da45ac3a04639e1aa99edbe0

  Author: René Scheibe 

  Date:   2019-04-05 (Fri, 05 Apr 2019)



  Changed paths:

M pom.xml

M src/main/java/org/jenkinsci/plugins/stashNotifier/StashNotifier.java

M src/test/java/org/jenkinsci/plugins/stashNotifier/StashNotifierTest.java



  Log Message:

  ---

  Upgrade Apache HTTP client (#229)



* use new features & replace deprecated API calls

  * NoopHostnameVerifier.INSTANCE

  * TrustAllStrategy.INSTANCE

  * CloseableHttpClient

* minor code cleanup





-- 
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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/stashnotifier-plugin] a69c1f: Improvements (#227)

2019-04-03 Thread René Scheibe
  Branch: refs/heads/release/1.x

  Home:   https://github.com/jenkinsci/stashnotifier-plugin

  Commit: a69c1fe0ac6af7a4160ac29c63fb496ca89a1b66

  
https://github.com/jenkinsci/stashnotifier-plugin/commit/a69c1fe0ac6af7a4160ac29c63fb496ca89a1b66

  Author: René Scheibe 

  Date:   2019-04-03 (Wed, 03 Apr 2019)



  Changed paths:

M pom.xml

M src/main/java/org/jenkinsci/plugins/stashNotifier/NotificationResult.java

M 
src/main/java/org/jenkinsci/plugins/stashNotifier/StashCredentialMatcher.java

M src/main/java/org/jenkinsci/plugins/stashNotifier/StashNotifier.java

M src/test/java/org/jenkinsci/plugins/stashNotifier/ConfigAsCodeTest.java

M src/test/java/org/jenkinsci/plugins/stashNotifier/DescriptorImplTest.java

M src/test/java/org/jenkinsci/plugins/stashNotifier/StashNotifierTest.java



  Log Message:

  ---

  Improvements (#227)



* Remove executable bit from .java file



* Use newer jenkins.io domain for documentation URL



The old domain is redirecting to the new one.



* Fix typos



* Collapse identical catch blocks



This reduces code duplication.



* Remove some deprecated API usages



* Remove unused import



* Use diamond operator to reduce type duplication



* Use more suitable List implemenations (0 or 1 element)



* Use @NonNull as in implemented interface



* Simplify code by replacing anonymous class with lambda



* Make fields final



This reduces the probability of issues due to mutability.





-- 
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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/stashnotifier-plugin] 3c37ad: Remove option to set project key globally (was bro...

2019-04-01 Thread René Scheibe
  Branch: refs/heads/release/1.x

  Home:   https://github.com/jenkinsci/stashnotifier-plugin

  Commit: 3c37adc167d7c1fc12a8835afe50bca3efd80417

  
https://github.com/jenkinsci/stashnotifier-plugin/commit/3c37adc167d7c1fc12a8835afe50bca3efd80417

  Author: René Scheibe 

  Date:   2019-04-02 (Tue, 02 Apr 2019)



  Changed paths:

M src/main/java/org/jenkinsci/plugins/stashNotifier/StashNotifier.java

R src/main/webapp/help-globalConfig-projectKey.html

M src/test/java/org/jenkinsci/plugins/stashNotifier/ConfigAsCodeTest.java

M src/test/java/org/jenkinsci/plugins/stashNotifier/DescriptorImplTest.java

M 
src/test/resources/org/jenkinsci/plugins/stashNotifier/ConfigAsCodeTest/configuration-as-code.yml



  Log Message:

  ---

  Remove option to set project key globally (was broken) (#226)



The project key feature was introduced in commit 04a09cc45370.



The implementation had two flaws:

1) It contained projectKey in the Descriptor but did not provide

   this field in the UI (global.jelly).

2) The getBuildKey() method only used the global project key in one place.

   When expanding macros, only the job specific key was used.





-- 
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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/stashnotifier-plugin] d809fa: Replace all user-facing "Stash" with "Bitbucket Se...

2019-04-01 Thread René Scheibe
  Branch: refs/heads/release/1.x

  Home:   https://github.com/jenkinsci/stashnotifier-plugin

  Commit: d809fa803e9d321c7d402d5b50014ae199565f5c

  
https://github.com/jenkinsci/stashnotifier-plugin/commit/d809fa803e9d321c7d402d5b50014ae199565f5c

  Author: René Scheibe 

  Date:   2019-04-02 (Tue, 02 Apr 2019)



  Changed paths:

M images/StashNotifierSettings.png

M pom.xml

M readme.md

M src/main/java/org/jenkinsci/plugins/stashNotifier/StashBuildState.java

M src/main/java/org/jenkinsci/plugins/stashNotifier/StashNotifier.java

M src/main/resources/index.jelly

M 
src/main/resources/org/jenkinsci/plugins/stashNotifier/StashNotifier/config.jelly

M 
src/main/resources/org/jenkinsci/plugins/stashNotifier/StashNotifier/global.jelly

M 
src/main/resources/org/jenkinsci/plugins/stashNotifier/StashNotifier/help-commitSha1.html

M 
src/main/resources/org/jenkinsci/plugins/stashNotifier/StashNotifier/help-disableInprogressNotification.html

M 
src/main/resources/org/jenkinsci/plugins/stashNotifier/StashNotifier/help-ignoreUnverifiedSSLPeer.html

M 
src/main/resources/org/jenkinsci/plugins/stashNotifier/StashNotifier/help-includeBuildNumberInKey.html

M 
src/main/resources/org/jenkinsci/plugins/stashNotifier/StashNotifier/help-stashServerBaseUrl.html

M src/main/webapp/help-globalConfig-disableInprogressNotification.html

M src/main/webapp/help-globalConfig-ignoreUnverifiedSSL.html

M src/main/webapp/help-globalConfig-includeBuildNumberInKey.html

M src/main/webapp/help-globalConfig-prependParentProjectKey.html

M src/main/webapp/help-globalConfig-stashRootUrl.html

M src/test/java/org/jenkinsci/plugins/stashNotifier/DescriptorImplTest.java

M src/test/java/org/jenkinsci/plugins/stashNotifier/StashNotifierTest.java



  Log Message:

  ---

  Replace all user-facing "Stash" with "Bitbucket Server" (#225)



Update comments and examples in the code too.

Don't touch methods and properties as this would break existing configurations.

Also cleanup README and update old links.





-- 
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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/vsphere-cloud-plugin] e878d8: Code cleanup (#102)

2019-03-08 Thread René Scheibe
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/vsphere-cloud-plugin

  Commit: e878d86459a15ec32320525f7d3e79df7e5ffe41

  
https://github.com/jenkinsci/vsphere-cloud-plugin/commit/e878d86459a15ec32320525f7d3e79df7e5ffe41

  Author: René Scheibe 

  Date:   2019-03-08 (Fri, 08 Mar 2019)



  Changed paths:

M pom.xml

M src/main/java/org/jenkinsci/plugins/vSphereCloud.java

M 
src/main/java/org/jenkinsci/plugins/vsphere/RunOnceCloudRetentionStrategy.java

M src/main/java/org/jenkinsci/plugins/vsphere/builders/ReconfigureDisk.java

M 
src/main/resources/org/jenkinsci/plugins/vSphereCloudSlaveTemplate/help-guestInfoProperties.html

M 
src/main/resources/org/jenkinsci/plugins/vSphereCloudSlaveTemplate/help-retentionStrategy.html

M 
src/main/resources/org/jenkinsci/plugins/vsphere/VSphereConnectionConfig/config.groovy

M 
src/test/java/org/jenkinsci/plugins/vsphere/tools/CloudProvisioningAlgorithmTest.java



  Log Message:

  ---

  Code cleanup (#102)



* Reformat pom.xml

* Use HTTPS for Jenkins repository

* Replace deprecated TimeUnit2

* Remove unnecessary semicolon in Groovy code

* Properly use  element in HTML

* Fix numerous typos





-- 
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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/configuration-as-code-plugin] d47068: Trim file/URL input in HTML form on "configuration...

2019-03-07 Thread René Scheibe
  Branch: refs/heads/master

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

  Commit: d470685bf360ad351b1832937ab835dccaa80a7d

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

  Author: René Scheibe 

  Date:   2019-03-07 (Thu, 07 Mar 2019)



  Changed paths:

M plugin/src/main/java/io/jenkins/plugins/casc/ConfigurationAsCode.java

M plugin/src/test/java/io/jenkins/plugins/casc/ConfigurationAsCodeTest.java



  Log Message:

  ---

  Trim file/URL input in HTML form on "configuration-as-code" page (#768)



This improves the user experience.



Without trimming, the POST request on /jenkins/configuration-as-code/replace

resulted in an HTTP 500





-- 
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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/configuration-as-code-plugin] 2726b6: Remove duplicate YAML keys

2019-03-05 Thread René Scheibe
  Branch: refs/heads/master

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

  Commit: 2726b60520b6f4276235cb7cdd3dd273137af55b

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

  Author: René Scheibe 

  Date:   2019-03-05 (Tue, 05 Mar 2019)



  Changed paths:

M 
integrations/src/test/resources/io/jenkins/plugins/casc/GlobalMatrixStrategy.yml

M 
integrations/src/test/resources/io/jenkins/plugins/casc/ProjectMatrixStrategy.yml

M plugin/src/test/resources/io/jenkins/plugins/casc/GetConfiguratorsTest.yml



  Log Message:

  ---

  Remove duplicate YAML keys





  Commit: 8bfbc7eaf3385b47067e102d4ff9685715805b61

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

  Author: René Scheibe 

  Date:   2019-03-05 (Tue, 05 Mar 2019)



  Changed paths:

M 
integrations/src/test/java/io/jenkins/plugins/casc/ActiveDirectoryTest.java

M integrations/src/test/java/io/jenkins/plugins/casc/EC2CloudTest.java

M integrations/src/test/java/io/jenkins/plugins/casc/EssentialsTest.java

M 
integrations/src/test/java/io/jenkins/plugins/casc/GitToolInstallationTest.java

M integrations/src/test/java/io/jenkins/plugins/casc/GithubOAuthTest.java

M 
integrations/src/test/java/io/jenkins/plugins/casc/GithubOrganisationFolderTest.java

M 
integrations/src/test/java/io/jenkins/plugins/casc/GlobalMatrixAuthorizationTest.java

M 
integrations/src/test/java/io/jenkins/plugins/casc/LDAPSecurityRealmTest.java

M integrations/src/test/java/io/jenkins/plugins/casc/MailerTest.java

M 
integrations/src/test/java/io/jenkins/plugins/casc/ProjectMatrixAuthorizationTest.java

M integrations/src/test/java/io/jenkins/plugins/casc/RoleStrategyTest.java

M 
integrations/src/test/java/io/jenkins/plugins/casc/SystemCredentialsTest.java

M plugin/src/test/java/io/jenkins/plugins/casc/yaml/YamlSourceTest.java



  Log Message:

  ---

  Reduce deprecated API usage





  Commit: 6d6e8ade47071eb95b94c8ee057baba82f3af16f

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

  Author: René Scheibe 

  Date:   2019-03-05 (Tue, 05 Mar 2019)



  Changed paths:

M integrations/src/test/java/io/jenkins/plugins/casc/CredentialsTest.java

M 
integrations/src/test/java/io/jenkins/plugins/casc/JobDslGlobaSecurityConfigurationTest.java

M integrations/src/test/java/io/jenkins/plugins/casc/MercurialTest.java

M integrations/src/test/java/io/jenkins/plugins/casc/RoleStrategyTest.java

M 
integrations/src/test/java/io/jenkins/plugins/casc/SystemCredentialsTest.java

M plugin/src/main/java/io/jenkins/plugins/casc/ConfigurationAsCode.java

M 
plugin/src/main/java/io/jenkins/plugins/casc/cli/ReloadJCascConfigurationCommand.java

M plugin/src/main/java/io/jenkins/plugins/casc/core/JenkinsConfigurator.java

M 
plugin/src/main/java/io/jenkins/plugins/casc/impl/attributes/DescribableAttribute.java

M 
plugin/src/main/java/io/jenkins/plugins/casc/impl/attributes/MultivaluedAttribute.java

M 
plugin/src/main/java/io/jenkins/plugins/casc/impl/attributes/PersistedListAttribute.java

M 
plugin/src/main/java/io/jenkins/plugins/casc/impl/configurators/GlobalConfigurationCategoryConfigurator.java

M plugin/src/main/java/io/jenkins/plugins/casc/model/Scalar.java

M plugin/src/test/java/io/jenkins/plugins/casc/ConfigurationAsCodeTest.java

M plugin/src/test/java/io/jenkins/plugins/casc/core/JdkConfiguratorTest.java

M 
support/src/main/java/io/jenkins/plugins/casc/support/credentials/CredentialsRootConfigurator.java

M 
support/src/main/java/io/jenkins/plugins/casc/support/jobdsl/SeedJobConfigurator.java

M 
support/src/main/java/io/jenkins/plugins/casc/support/matrixauth/MatrixAuthorizationStrategyConfigurator.java

M 
support/src/main/java/io/jenkins/plugins/casc/support/rolestrategy/GrantedRoles.java



  Log Message:

  ---

  Remove unused imports





  Commit: 4d9257d715fd0a41d87ea5a821f5c6e23e1e3674

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

  Author: René Scheibe 

  Date:   2019-03-05 (Tue, 05 Mar 2019)



  Changed paths:

M plugin/src/main/java/io/jenkins/plugins/casc/model/Mapping.java

M 
plugin/src/test/java/io/jenkins/plugins/casc/misc/JenkinsConfiguredWithCodeRule.java



  Log Message:

  ---

  Simplify Stream API usage





  Commit: 2cbfdab375c4d4f2d51d29d0897a27d470d367ac

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

  Author: René Scheibe 

  Date:   2019-03-05 (Tue, 05 Mar 2019)



  Changed paths:

M docs/PLUGINS.md

M integrations/src/test/java/io/jenkins/plugins/casc/JiraTest.java

M plugin/src/main/java/io/jenkins

[jenkinsci/scm-trait-commit-skip-plugin] 446f31: Fix trait filtering (GitHub vs. Bitbucket) (#16)

2019-02-05 Thread René Scheibe
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/scm-trait-commit-skip-plugin

  Commit: 446f3153256ad9b8403aaba6d597559e8a6b9aaa

  
https://github.com/jenkinsci/scm-trait-commit-skip-plugin/commit/446f3153256ad9b8403aaba6d597559e8a6b9aaa

  Author: René Scheibe 

  Date:   2019-02-06 (Wed, 06 Feb 2019)



  Changed paths:

M 
bitbucket-scm-trait-commit-skip/src/main/java/org/jenkinsci/plugins/scm_filter/BitbucketBranchCommitSkipTrait.java

M 
bitbucket-scm-trait-commit-skip/src/main/java/org/jenkinsci/plugins/scm_filter/BitbucketCommitSkipTrait.java

M 
github-scm-trait-commit-skip/src/main/java/org/jenkinsci/plugins/scm_filter/GitHubBranchCommitSkipTrait.java

M 
github-scm-trait-commit-skip/src/main/java/org/jenkinsci/plugins/scm_filter/GitHubCommitSkipTrait.java

M pom.xml

M scm-trait-commit-skip-common/pom.xml

M 
scm-trait-commit-skip-common/src/main/java/org/jenkinsci/plugins/scm_filter/BranchCommitSkipTrait.java

M 
scm-trait-commit-skip-common/src/main/java/org/jenkinsci/plugins/scm_filter/CommitSkipTrait.java



  Log Message:

  ---

  Fix trait filtering (GitHub vs. Bitbucket) (#16)



Currently there is the problem, that the GitHub behaviour is also

selectable for Bitbucket sources and vice versa.



After this change the traits for GitHub are only visible for GitHub and

the traits for Bitbucket are only visible for Bitbucket sources.



The overridden Descriptor methods are the same as the ones in the traits in

the plugins "cloudbees-bitbucket-branch-source" and "github-branch-source".





-- 
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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/scm-trait-commit-skip-plugin] 85e171: Cleanup strategy code (#18)

2019-02-05 Thread René Scheibe
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/scm-trait-commit-skip-plugin

  Commit: 85e17138c9e82266be8b6474d3da642df2bb5064

  
https://github.com/jenkinsci/scm-trait-commit-skip-plugin/commit/85e17138c9e82266be8b6474d3da642df2bb5064

  Author: René Scheibe 

  Date:   2019-02-05 (Tue, 05 Feb 2019)



  Changed paths:

M bitbucket-scm-trait-commit-skip/pom.xml

M 
bitbucket-scm-trait-commit-skip/src/main/java/org/jenkinsci/plugins/scm_filter/BitbucketCommitAuthorBranchBuildStrategy.java

M 
bitbucket-scm-trait-commit-skip/src/main/java/org/jenkinsci/plugins/scm_filter/BitbucketCommitMessageBranchBuildStrategy.java

M github-scm-trait-commit-skip/pom.xml

M 
github-scm-trait-commit-skip/src/main/java/org/jenkinsci/plugins/scm_filter/GitHubCommitAuthorBranchBuildStrategy.java

M 
github-scm-trait-commit-skip/src/main/java/org/jenkinsci/plugins/scm_filter/GitHubCommitMessageBranchBuildStrategy.java

M 
scm-trait-commit-skip-common/src/main/java/org/jenkinsci/plugins/scm_filter/CommitAuthorBranchBuildStrategy.java

M 
scm-trait-commit-skip-common/src/main/java/org/jenkinsci/plugins/scm_filter/CommitMessageBranchBuildStrategy.java



  Log Message:

  ---

  Cleanup strategy code (#18)



* Cleanup Strategy code - consistency



* consistent descriptions in pom.xml files

* consistent Javadoc

* remove unused imports

* fix copy'n'paste error (author vs. message)



* Cleanup Strategy code - formatting



Mainly the identation was incorrect.





-- 
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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/scm-trait-commit-skip-plugin] 0d3c0e: Improve wording (#17)

2019-02-05 Thread René Scheibe
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/scm-trait-commit-skip-plugin

  Commit: 0d3c0e7bb3c0594bc89931e85168cbf7c84408c3

  
https://github.com/jenkinsci/scm-trait-commit-skip-plugin/commit/0d3c0e7bb3c0594bc89931e85168cbf7c84408c3

  Author: René Scheibe 

  Date:   2019-02-05 (Tue, 05 Feb 2019)



  Changed paths:

M README.md

M 
scm-trait-commit-skip-common/src/main/java/org/jenkinsci/plugins/scm_filter/BranchCommitSkipTrait.java

M 
scm-trait-commit-skip-common/src/main/java/org/jenkinsci/plugins/scm_filter/CommitSkipTrait.java

M 
scm-trait-commit-skip-common/src/main/resources/org/jenkinsci/plugins/scm_filter/BranchCommitSkipTrait/help.html

M 
scm-trait-commit-skip-common/src/main/resources/org/jenkinsci/plugins/scm_filter/CommitSkipTrait/help.html



  Log Message:

  ---

  Improve wording (#17)



Don't use word "behaviour" as it is clear that it is a behaviour.



Use verb "Filter" as prefix (not noun "filtering" as postfix) to comply

with other behaviours (e.g. "Filter by name..." from scm-api-plugin).



Use word "pattern" (not "tag") as users may be confused because git

itself uses tags.



Quote the patterns to make clear that "[" and "]" have to be contained

literally and are not just used as delimiters in the help itself.





-- 
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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/gradle-jpi-plugin] bfcb36: Skip Jenkins wizard in server task

2019-01-30 Thread René Scheibe
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/gradle-jpi-plugin

  Commit: bfcb36d38d7dc22fe72d1c4c64849890f75344f2

  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/bfcb36d38d7dc22fe72d1c4c64849890f75344f2

  Author: René Scheibe 

  Date:   2019-01-30 (Wed, 30 Jan 2019)



  Changed paths:

M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/ServerTask.groovy



  Log Message:

  ---

  Skip Jenkins wizard in server task



Otherwise when running `gradle server` the first time with Jenkins 2.x,

the user has to follow manual setup steps in the browser.



That's also the default setting in plugin-pom:

- https://github.com/jenkinsci/plugin-pom/blob/plugin-3.32/pom.xml#L93-L94

- https://github.com/jenkinsci/plugin-pom/blob/plugin-3.32/pom.xml#L678-L680





-- 
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.
For more options, visit https://groups.google.com/d/optout.