[jenkinsci/remoting-kafka-plugin] d1d236: [JENKINS-52079] Tear down connection when master o...

2018-08-03 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/remoting-kafka-plugin
  Commit: d1d236c6b713848c2510ad989f27aeb5d6a4ba6a
  
https://github.com/jenkinsci/remoting-kafka-plugin/commit/d1d236c6b713848c2510ad989f27aeb5d6a4ba6a
  Author: Pham Vu Tuan 
  Date:   2018-08-04 (Sat, 04 Aug 2018)

  Changed paths:
M docker-compose.yml
M 
plugin/src/main/java/io/jenkins/plugins/remotingkafka/KafkaComputerLauncher.java
M 
plugin/src/main/java/io/jenkins/plugins/remotingkafka/KafkaSecretManager.java
M 
plugin/src/main/resources/io/jenkins/plugins/remotingkafka/Messages.properties

  Log Message:
  ---
  [JENKINS-52079] Tear down connection when master or agent stops (#36)

* Cactch exceptions in KafkaComputerLauncher

* Fix build error



  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
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/jenkins] 33155b: Prevent flyweight tasks for jobs with concurrent e...

2018-08-03 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 33155b16ea3eaf2761d9408d0ecb3166cefeed32
  
https://github.com/jenkinsci/jenkins/commit/33155b16ea3eaf2761d9408d0ecb3166cefeed32
  Author: Devin Nusbaum 
  Date:   2018-07-24 (Tue, 24 Jul 2018)

  Changed paths:
M core/src/main/java/hudson/model/Queue.java

  Log Message:
  ---
  Prevent flyweight tasks for jobs with concurrent execution disabled from 
running concurrently


  Commit: eb39e8d51cced45be978ad4a40de38af956d8651
  
https://github.com/jenkinsci/jenkins/commit/eb39e8d51cced45be978ad4a40de38af956d8651
  Author: Devin Nusbaum 
  Date:   2018-07-25 (Wed, 25 Jul 2018)

  Changed paths:
M test/src/test/java/hudson/model/QueueTest.java

  Log Message:
  ---
  Add regression test for JENKINS-41127


  Commit: 6df66e90a3553b27f017e28cd8c7aeeb3d7baf23
  
https://github.com/jenkinsci/jenkins/commit/6df66e90a3553b27f017e28cd8c7aeeb3d7baf23
  Author: Devin Nusbaum 
  Date:   2018-08-03 (Fri, 03 Aug 2018)

  Changed paths:
M core/src/main/java/hudson/model/Queue.java
M test/src/test/java/hudson/model/QueueTest.java

  Log Message:
  ---
  Merge pull request #3562 from dwnusbaum/JENKINS-41127

[JENKINS-41127] Prevent flyweight tasks for jobs with concurrent execution 
disabled from running concurrently


Compare: 
https://github.com/jenkinsci/jenkins/compare/d67616f83951...6df66e90a355
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
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/contrast-continuous-application-security-plugin] 6107e5: empty global conditions

2018-08-03 Thread GitHub
  Branch: refs/heads/CONTRAST-25566
  Home:   
https://github.com/jenkinsci/contrast-continuous-application-security-plugin
  Commit: 6107e5c6eb7e7537d4ed31036bed3f4179ce1db6
  
https://github.com/jenkinsci/contrast-continuous-application-security-plugin/commit/6107e5c6eb7e7537d4ed31036bed3f4179ce1db6
  Author: serge17 
  Date:   2018-08-03 (Fri, 03 Aug 2018)

  Changed paths:
M 
src/main/java/com/aspectsecurity/contrast/contrastjenkins/VulnerabilityTrendHelper.java

  Log Message:
  ---
  empty global conditions



  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
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/contrast-continuous-application-security-plugin] a94a51: use build display name if applicationName was not ...

2018-08-03 Thread GitHub
  Branch: refs/heads/CONTRAST-25566
  Home:   
https://github.com/jenkinsci/contrast-continuous-application-security-plugin
  Commit: a94a5114eaf0fdff9870184cbe0db3b4fe287918
  
https://github.com/jenkinsci/contrast-continuous-application-security-plugin/commit/a94a5114eaf0fdff9870184cbe0db3b4fe287918
  Author: serge17 
  Date:   2018-08-03 (Fri, 03 Aug 2018)

  Changed paths:
M 
src/main/java/com/aspectsecurity/contrast/contrastjenkins/VulnerabilityTrendStep.java

  Log Message:
  ---
  use build display name if applicationName was not provided



  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
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/clover-plugin] 1b6014: NONE: bump OpenClover core to 4.3.0, bump plugin v...

2018-08-03 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/clover-plugin
  Commit: 1b601461c14aa154e17925c7662c1b175136a3c9
  
https://github.com/jenkinsci/clover-plugin/commit/1b601461c14aa154e17925c7662c1b175136a3c9
  Author: Marek Parfianowicz 
  Date:   2018-08-04 (Sat, 04 Aug 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  NONE: bump OpenClover core to 4.3.0, bump plugin version to 4.10.0


  Commit: 1526938f6789c86e9558b62fc263aeaa8e43f717
  
https://github.com/jenkinsci/clover-plugin/commit/1526938f6789c86e9558b62fc263aeaa8e43f717
  Author: Marek Parfianowicz 
  Date:   2018-08-04 (Sat, 04 Aug 2018)

  Changed paths:
M src/main/java/hudson/plugins/clover/CloverBuildWrapper.java
M src/test/java/hudson/plugins/clover/CloverBuildWrapperTest.java

  Log Message:
  ---
  NONE: fix compilation errors - classes changed the package


Compare: 
https://github.com/jenkinsci/clover-plugin/compare/1037bf9e98bf...1526938f6789
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
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/warnings-plugin] c63722: Merged pom files (warnings, analysi-core and paren...

2018-08-03 Thread GitHub
  Branch: refs/heads/5.0
  Home:   https://github.com/jenkinsci/warnings-plugin
  Commit: c637225694bd51ecb25d3dc261f2b403ecb2151a
  
https://github.com/jenkinsci/warnings-plugin/commit/c637225694bd51ecb25d3dc261f2b403ecb2151a
  Author: Ulli Hafner 
  Date:   2018-08-03 (Fri, 03 Aug 2018)

  Changed paths:
A etc/checkstyle-configuration.xml
A etc/findbugs-exclusion-filter.xml
A etc/pmd-configuration.xml
A etc/ruleset_2_0_0.xsd.xml
M pom.xml

  Log Message:
  ---
  Merged pom files (warnings, analysi-core and parent pom)
and static analysis configuration in etc.


  Commit: d79195cdc83863de64966e03a51984acfec634d4
  
https://github.com/jenkinsci/warnings-plugin/commit/d79195cdc83863de64966e03a51984acfec634d4
  Author: Ulli Hafner 
  Date:   2018-08-03 (Fri, 03 Aug 2018)

  Changed paths:
M src/main/java/hudson/plugins/warnings/WarningsPublisher.java

  Log Message:
  ---
  Reverted optional dependency to matrix plugin since analysis-core
master does not have this change.


  Commit: 58c1799155910ae9257927ce9b39fd6a150b2bef
  
https://github.com/jenkinsci/warnings-plugin/commit/58c1799155910ae9257927ce9b39fd6a150b2bef
  Author: Ulli Hafner 
  Date:   2018-08-03 (Fri, 03 Aug 2018)

  Changed paths:
M 
src/main/java/io/jenkins/plugins/analysis/graphs/CategoryBuildResultGraph.java
M 
src/main/java/io/jenkins/plugins/analysis/graphs/DefaultGraphConfigurationView.java
M src/main/java/io/jenkins/plugins/analysis/graphs/DifferenceGraph.java
M src/main/java/io/jenkins/plugins/analysis/graphs/EmptyGraph.java
M src/main/java/io/jenkins/plugins/analysis/graphs/HealthGraph.java
M src/main/java/io/jenkins/plugins/analysis/graphs/NewVersusFixedGraph.java
M src/main/java/io/jenkins/plugins/analysis/graphs/PriorityGraph.java
M src/main/java/io/jenkins/plugins/analysis/graphs/TotalsGraph.java
M 
src/main/java/io/jenkins/plugins/analysis/graphs/UserGraphConfigurationView.java
A src/main/resources/io/jenkins/plugins/analysis/graphs/Messages.properties

  Log Message:
  ---
  Do not use messages from analysis-core.


  Commit: 1b76065ad2aa4a4f807495126c5f6ca6add99699
  
https://github.com/jenkinsci/warnings-plugin/commit/1b76065ad2aa4a4f807495126c5f6ca6add99699
  Author: Ulli Hafner 
  Date:   2018-08-03 (Fri, 03 Aug 2018)

  Changed paths:
M 
src/test/java/io/jenkins/plugins/analysis/core/testutil/ArchitectureRulesTest.java
R 
src/test/java/io/jenkins/plugins/analysis/warnings/ArchitectureRulesTest.java

  Log Message:
  ---
  Merged two architecture tests.


  Commit: f749c07b999580f1a37b6d4022eb573b5faa5d17
  
https://github.com/jenkinsci/warnings-plugin/commit/f749c07b999580f1a37b6d4022eb573b5faa5d17
  Author: Ulli Hafner 
  Date:   2018-08-04 (Sat, 04 Aug 2018)

  Changed paths:
M .gitignore
A .idea/.gitignore
A .idea/.name
A .idea/checkstyle-idea.xml
A .idea/codeStyles/Project.xml
A .idea/codeStyles/codeStyleConfig.xml

  Log Message:
  ---
  Added coding style configuration.


Compare: 
https://github.com/jenkinsci/warnings-plugin/compare/c890c1de027b...f749c07b9995
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
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/contrast-continuous-application-security-plugin] a96d9a: CONTRAST-25566

2018-08-03 Thread GitHub
  Branch: refs/heads/CONTRAST-25566
  Home:   
https://github.com/jenkinsci/contrast-continuous-application-security-plugin
  Commit: a96d9ac9e7af852754cfdcf126a3f9cfb8b5b80f
  
https://github.com/jenkinsci/contrast-continuous-application-security-plugin/commit/a96d9ac9e7af852754cfdcf126a3f9cfb8b5b80f
  Author: serge17 
  Date:   2018-08-03 (Fri, 03 Aug 2018)

  Changed paths:
M 
src/main/java/com/aspectsecurity/contrast/contrastjenkins/VulnerabilityTrendStep.java

  Log Message:
  ---
  CONTRAST-25566



  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
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/git-parameter-plugin] f808ad: JENKINS-49457: Git Parameter does not work as inpu...

2018-08-03 Thread GitHub
  Branch: refs/heads/feature/JENKINS-49457
  Home:   https://github.com/jenkinsci/git-parameter-plugin
  Commit: f808ad947fd959c9d6c9f171f5ec385faf7b1a48
  
https://github.com/jenkinsci/git-parameter-plugin/commit/f808ad947fd959c9d6c9f171f5ec385faf7b1a48
  Author: klimas7 
  Date:   2018-08-03 (Fri, 03 Aug 2018)

  Changed paths:
M pom.xml
M 
src/main/java/net/uaznia/lukanus/hudson/plugins/gitparameter/GitParameterDefinition.java
M 
src/main/java/net/uaznia/lukanus/hudson/plugins/gitparameter/jobs/WorkflowJobWrapper.java

  Log Message:
  ---
  JENKINS-49457: Git Parameter does not work as input in a scripted pipeline
Investigation part 1



  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
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/git-client-plugin] a9147a: Use JGit 5.0.2

2018-08-03 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: a9147ad955c55e98972055fc92f327f92f201e53
  
https://github.com/jenkinsci/git-client-plugin/commit/a9147ad955c55e98972055fc92f327f92f201e53
  Author: Mark Waite 
  Date:   2018-08-03 (Fri, 03 Aug 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Use JGit 5.0.2


  Commit: 9cc85c776570e512558eb1c6bdc146367ec82e36
  
https://github.com/jenkinsci/git-client-plugin/commit/9cc85c776570e512558eb1c6bdc146367ec82e36
  Author: Mark Waite 
  Date:   2018-08-03 (Fri, 03 Aug 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #349 from MarkEWaite/use-jgit-5.0.2

Use JGit 5.0.2


Compare: 
https://github.com/jenkinsci/git-client-plugin/compare/fdc2fc5be8db...9cc85c776570
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
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/jenkins] efb7ad: Do not store Jenkins instance references in Admine...

2018-08-03 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: efb7adcccb7e60a4029e233199c7b3b28598702d
  
https://github.com/jenkinsci/jenkins/commit/efb7adcccb7e60a4029e233199c7b3b28598702d
  Author: Oleg Nenashev 
  Date:   2018-08-03 (Fri, 03 Aug 2018)

  Changed paths:
M core/src/main/java/jenkins/security/s2m/AdminWhitelistRule.java

  Log Message:
  ---
  Do not store Jenkins instance references in AdmineWhitelistRule


  Commit: d67616f83951d170ce1704ed3393ef7a6de7e3cc
  
https://github.com/jenkinsci/jenkins/commit/d67616f83951d170ce1704ed3393ef7a6de7e3cc
  Author: Oleg Nenashev 
  Date:   2018-08-03 (Fri, 03 Aug 2018)

  Changed paths:
M core/src/main/java/jenkins/security/s2m/AdminWhitelistRule.java

  Log Message:
  ---
  Merge pull request #3574 from oleg-nenashev/feature/admin-whitelist-rule

Do not store Jenkins instance references in AdminWhitelistRule


Compare: 
https://github.com/jenkinsci/jenkins/compare/199a830383d0...d67616f83951
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
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/openshift-pipeline-plugin] 4963f5: Bootstrap an OWNERS file

2018-08-03 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/openshift-pipeline-plugin
  Commit: 4963f58a3e3b4e618cd03dc298f0e6949c44bdcb
  
https://github.com/jenkinsci/openshift-pipeline-plugin/commit/4963f58a3e3b4e618cd03dc298f0e6949c44bdcb
  Author: Steve Kuznetsov 
  Date:   2018-08-03 (Fri, 03 Aug 2018)

  Changed paths:
A OWNERS

  Log Message:
  ---
  Bootstrap an OWNERS file

Signed-off-by: Steve Kuznetsov 


  Commit: fffc2f32c1650358061e84efc98b835c108dfb18
  
https://github.com/jenkinsci/openshift-pipeline-plugin/commit/fffc2f32c1650358061e84efc98b835c108dfb18
  Author: Gabe Montero 
  Date:   2018-08-03 (Fri, 03 Aug 2018)

  Log Message:
  ---
  Merge pull request #166 from stevekuznetsov/skuznets/owners

Bootstrap an OWNERS file


  Commit: ee6c0f2ec44c27e172847f1103675d08a9a0d068
  
https://github.com/jenkinsci/openshift-pipeline-plugin/commit/ee6c0f2ec44c27e172847f1103675d08a9a0d068
  Author: gabemontero 
  Date:   2018-08-03 (Fri, 03 Aug 2018)

  Changed paths:
M 
src/main/java/com/openshift/jenkins/plugins/pipeline/model/IOpenShiftApiObjHandler.java

  Log Message:
  ---
  do not abort obj create/delete if we hit a master that does not support 
/swaggerapi/oapi


  Commit: 4022ee72100f10310a63ed63f633e3523753f204
  
https://github.com/jenkinsci/openshift-pipeline-plugin/commit/4022ee72100f10310a63ed63f633e3523753f204
  Author: Gabe Montero 
  Date:   2018-08-03 (Fri, 03 Aug 2018)

  Log Message:
  ---
  Merge pull request #167 from openshift/api-discovery-protection

do not abort obj create/delete if we hit a master that does not suppo…


  Commit: 6a48197d573a8ef6a3fb814d55bef56bfc6bbaa8
  
https://github.com/jenkinsci/openshift-pipeline-plugin/commit/6a48197d573a8ef6a3fb814d55bef56bfc6bbaa8
  Author: gabemontero 
  Date:   2018-08-03 (Fri, 03 Aug 2018)

  Changed paths:
M README.md
M 
src/main/java/com/openshift/jenkins/plugins/pipeline/model/IOpenShiftPlugin.java
M 
src/main/resources/com/openshift/jenkins/plugins/pipeline/Common/cluster.jelly

  Log Message:
  ---
  add messaging for plugin EOL after openshift v3.11


  Commit: dad061ccc78178d41a1573c3535ddfa2ef4cc9fa
  
https://github.com/jenkinsci/openshift-pipeline-plugin/commit/dad061ccc78178d41a1573c3535ddfa2ef4cc9fa
  Author: gabemontero 
  Date:   2018-08-03 (Fri, 03 Aug 2018)

  Changed paths:
M 
src/main/java/com/openshift/jenkins/plugins/pipeline/model/IOpenShiftApiObjHandler.java

  Log Message:
  ---
  add groups based api obj discovery


  Commit: 2b6a760905918841fa8518f399cc57420d524bdc
  
https://github.com/jenkinsci/openshift-pipeline-plugin/commit/2b6a760905918841fa8518f399cc57420d524bdc
  Author: OpenShift Merge Robot 
  Date:   2018-08-03 (Fri, 03 Aug 2018)

  Log Message:
  ---
  Merge pull request #168 from openshift/eol-warning-new-discovery

Eol warning new discovery


  Commit: 6f1691e463a25b26f57a2123d5cf3a9426a4717d
  
https://github.com/jenkinsci/openshift-pipeline-plugin/commit/6f1691e463a25b26f57a2123d5cf3a9426a4717d
  Author: gabemontero 
  Date:   2018-08-03 (Fri, 03 Aug 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release openshift-pipeline-1.0.55


Compare: 
https://github.com/jenkinsci/openshift-pipeline-plugin/compare/f09777dd78c5...6f1691e463a2
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
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/openshift-pipeline-plugin]

2018-08-03 Thread GitHub
  Branch: refs/tags/openshift-pipeline-1.0.55
  Home:   https://github.com/jenkinsci/openshift-pipeline-plugin

  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
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/openshift-pipeline-plugin] 0574ce: [maven-release-plugin] prepare for next developmen...

2018-08-03 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/openshift-pipeline-plugin
  Commit: 0574ce7b30c31a9cb48e06546795ced28f0cd824
  
https://github.com/jenkinsci/openshift-pipeline-plugin/commit/0574ce7b30c31a9cb48e06546795ced28f0cd824
  Author: gabemontero 
  Date:   2018-08-03 (Fri, 03 Aug 2018)

  Changed paths:
M pom.xml

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



  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
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/plugin-compat-tester] 993465: Make mvn clean call use the proper settings file

2018-08-03 Thread GitHub
  Branch: refs/heads/FIX_MAVEN_CLEAN
  Home:   https://github.com/jenkinsci/plugin-compat-tester
  Commit: 9934651dfb0a7b5d00be5360d08f949a2e02dcdc
  
https://github.com/jenkinsci/plugin-compat-tester/commit/9934651dfb0a7b5d00be5360d08f949a2e02dcdc
  Author: Raúl Arabaolaza Barquin 
  Date:   2018-08-03 (Fri, 03 Aug 2018)

  Changed paths:
M src/main/docker/run-pct.sh

  Log Message:
  ---
  Make mvn clean call use the proper settings file

It may fail when the SUT has a parent not deployed to maven central repo



  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
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/contrast-continuous-application-security-plugin] 7d7710: Fix tests

2018-08-03 Thread GitHub
  Branch: refs/heads/CONTRAST-25566
  Home:   
https://github.com/jenkinsci/contrast-continuous-application-security-plugin
  Commit: 7d771043ccd0170f81cc5daf7714c8b56d9beaca
  
https://github.com/jenkinsci/contrast-continuous-application-security-plugin/commit/7d771043ccd0170f81cc5daf7714c8b56d9beaca
  Author: serge17 
  Date:   2018-08-03 (Fri, 03 Aug 2018)

  Changed paths:
M 
src/test/java/com/aspectsecurity/contrast/contrastjenkins/VulnerabilityTrendStepTest.java

  Log Message:
  ---
  Fix tests



  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
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/google-storage-plugin] c6e18c: Clean up README

2018-08-03 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/google-storage-plugin
  Commit: c6e18cd7dc76650d0f00ac384a237bc256cedc65
  
https://github.com/jenkinsci/google-storage-plugin/commit/c6e18cd7dc76650d0f00ac384a237bc256cedc65
  Author: Brad Kimmel 
  Date:   2018-08-03 (Fri, 03 Aug 2018)

  Changed paths:
M README.md

  Log Message:
  ---
  Clean up README

- Fix name of plugin (-Credentials, +Cloud).
- Update description to match wiki.
- Some minor formatting fixes.



  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
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/gatling-plugin]

2018-08-03 Thread GitHub
  Branch: refs/tags/1.2.5
  Home:   https://github.com/jenkinsci/gatling-plugin

  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
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/gatling-plugin] e5a2f8: [maven-release-plugin] prepare for next developmen...

2018-08-03 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gatling-plugin
  Commit: e5a2f818fc01dd87b8243701b0864ef398ebc084
  
https://github.com/jenkinsci/gatling-plugin/commit/e5a2f818fc01dd87b8243701b0864ef398ebc084
  Author: Stephane Landelle 
  Date:   2018-08-03 (Fri, 03 Aug 2018)

  Changed paths:
M pom.xml

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



  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
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/gatling-plugin] 8c79e4: [maven-release-plugin] prepare release 1.2.5

2018-08-03 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gatling-plugin
  Commit: 8c79e4dc0f131861e00340395a680834c5cabb49
  
https://github.com/jenkinsci/gatling-plugin/commit/8c79e4dc0f131861e00340395a680834c5cabb49
  Author: Stephane Landelle 
  Date:   2018-08-03 (Fri, 03 Aug 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release 1.2.5



  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
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/google-storage-plugin] ee1152: Clean up README

2018-08-03 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/google-storage-plugin
  Commit: ee11522933ecbbbc3314981da12c427221e41c71
  
https://github.com/jenkinsci/google-storage-plugin/commit/ee11522933ecbbbc3314981da12c427221e41c71
  Author: Brad Kimmel 
  Date:   2018-08-03 (Fri, 03 Aug 2018)

  Changed paths:
M README.md

  Log Message:
  ---
  Clean up README

- Remove "Credentials" from the name of the plugin.
- Some minor formatting fixes.



  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
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/google-storage-plugin] 32736e: [maven-release-plugin] prepare for next developmen...

2018-08-03 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/google-storage-plugin
  Commit: 32736e51cdbc0c63eaa84612a1c536e9ea2bc65e
  
https://github.com/jenkinsci/google-storage-plugin/commit/32736e51cdbc0c63eaa84612a1c536e9ea2bc65e
  Author: Brad Kimmel 
  Date:   2018-08-03 (Fri, 03 Aug 2018)

  Changed paths:
M pom.xml

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



  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
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/google-storage-plugin]

2018-08-03 Thread GitHub
  Branch: refs/tags/google-storage-plugin-1.2
  Home:   https://github.com/jenkinsci/google-storage-plugin

  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
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/google-storage-plugin] c400f2: [maven-release-plugin] prepare release google-stor...

2018-08-03 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/google-storage-plugin
  Commit: c400f2a2e48fb53bafb0cb091b7e8d108d068151
  
https://github.com/jenkinsci/google-storage-plugin/commit/c400f2a2e48fb53bafb0cb091b7e8d108d068151
  Author: Brad Kimmel 
  Date:   2018-08-03 (Fri, 03 Aug 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release google-storage-plugin-1.2



  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
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.


[jenkins-infra/jenkins.io] 4700ca: Create 21018-08-22-london-jam.adoc

2018-08-03 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 4700ca47b5526d5981aa7a45ee8816b83c9962cb
  
https://github.com/jenkins-infra/jenkins.io/commit/4700ca47b5526d5981aa7a45ee8816b83c9962cb
  Author: svanalstine <39314624+svanalst...@users.noreply.github.com>
  Date:   2018-08-03 (Fri, 03 Aug 2018)

  Changed paths:
A content/_data/events/21018-08-22-london-jam.adoc

  Log Message:
  ---
  Create 21018-08-22-london-jam.adoc


  Commit: f4891396d14c7f08f8b5a20f35b2e30d669de22d
  
https://github.com/jenkins-infra/jenkins.io/commit/f4891396d14c7f08f8b5a20f35b2e30d669de22d
  Author: R. Tyler Croy 
  Date:   2018-08-03 (Fri, 03 Aug 2018)

  Changed paths:
A content/_data/events/21018-08-22-london-jam.adoc

  Log Message:
  ---
  Merge pull request #1696 from svanalstine/patch-28

Create 21018-08-22-london-jam.adoc


Compare: 
https://github.com/jenkins-infra/jenkins.io/compare/90029cb54af1...f4891396d14c
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
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.


[jenkins-infra/jenkins.io] 9cc585: Create 2018-09-12-dublin-jam.adoc

2018-08-03 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 9cc5858aa730adf9fcabb8ef48d5f75aa27933e7
  
https://github.com/jenkins-infra/jenkins.io/commit/9cc5858aa730adf9fcabb8ef48d5f75aa27933e7
  Author: svanalstine <39314624+svanalst...@users.noreply.github.com>
  Date:   2018-08-03 (Fri, 03 Aug 2018)

  Changed paths:
A content/_data/events/2018-09-12-dublin-jam.adoc

  Log Message:
  ---
  Create 2018-09-12-dublin-jam.adoc


  Commit: 90029cb54af1b12c4c7ac7cb03b9877ca92c603c
  
https://github.com/jenkins-infra/jenkins.io/commit/90029cb54af1b12c4c7ac7cb03b9877ca92c603c
  Author: R. Tyler Croy 
  Date:   2018-08-03 (Fri, 03 Aug 2018)

  Changed paths:
A content/_data/events/2018-09-12-dublin-jam.adoc

  Log Message:
  ---
  Merge pull request #1695 from svanalstine/patch-27

Create 2018-09-12-dublin-jam.adoc


Compare: 
https://github.com/jenkins-infra/jenkins.io/compare/ab8fbc9c8165...90029cb54af1
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
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.


[jenkins-infra/jenkins.io] 0e2d53: Cloud Native SIG: Add links to the first meeting &...

2018-08-03 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 0e2d53725110687f3aaf355f3346d95a14ac86c1
  
https://github.com/jenkins-infra/jenkins.io/commit/0e2d53725110687f3aaf355f3346d95a14ac86c1
  Author: Oleg Nenashev 
  Date:   2018-08-03 (Fri, 03 Aug 2018)

  Changed paths:
M content/sigs/cloud-native/index.adoc

  Log Message:
  ---
  Cloud Native SIG: Add links to the first meeting & tags


  Commit: ab8fbc9c8165acb2a2f72338b3bc5bccafa3f9a4
  
https://github.com/jenkins-infra/jenkins.io/commit/ab8fbc9c8165acb2a2f72338b3bc5bccafa3f9a4
  Author: R. Tyler Croy 
  Date:   2018-08-03 (Fri, 03 Aug 2018)

  Changed paths:
M content/sigs/cloud-native/index.adoc

  Log Message:
  ---
  Merge pull request #1694 from oleg-nenashev/cloud-native-sig/meeting-1-notes

Cloud Native SIG: Add links to the first meeting & tags


Compare: 
https://github.com/jenkins-infra/jenkins.io/compare/1dfd77186dd3...ab8fbc9c8165
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
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/google-storage-plugin] e7393a: Fix checkstyle error (import order).

2018-08-03 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/google-storage-plugin
  Commit: e7393a0131b40a166e2b33456462357ce07946f1
  
https://github.com/jenkinsci/google-storage-plugin/commit/e7393a0131b40a166e2b33456462357ce07946f1
  Author: Brad Kimmel 
  Date:   2018-08-03 (Fri, 03 Aug 2018)

  Changed paths:
M src/main/java/com/google/jenkins/plugins/storage/StdoutUpload.java

  Log Message:
  ---
  Fix checkstyle error (import order).



  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
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/warnings-plugin] 2b5632: Removed TODO.

2018-08-03 Thread GitHub
  Branch: refs/heads/3.0
  Home:   https://github.com/jenkinsci/warnings-plugin
  Commit: 2b56320d35d32b24158e355773216730bdf11b71
  
https://github.com/jenkinsci/warnings-plugin/commit/2b56320d35d32b24158e355773216730bdf11b71
  Author: Ulli Hafner 
  Date:   2018-08-03 (Fri, 03 Aug 2018)

  Changed paths:
M src/main/java/io/jenkins/plugins/analysis/warnings/FindBugsMessages.java

  Log Message:
  ---
  Removed TODO.



  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
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/custom-war-packager] 63fe51: [maven-release-plugin] prepare for next developmen...

2018-08-03 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/custom-war-packager
  Commit: 63fe513631f8677e889c30548b1ea72ec32e6f46
  
https://github.com/jenkinsci/custom-war-packager/commit/63fe513631f8677e889c30548b1ea72ec32e6f46
  Author: Oleg Nenashev 
  Date:   2018-08-03 (Fri, 03 Aug 2018)

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

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



  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
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/custom-war-packager]

2018-08-03 Thread GitHub
  Branch: refs/tags/parent-pom-1.1
  Home:   https://github.com/jenkinsci/custom-war-packager

  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
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/custom-war-packager] b39be0: Changelog: Noting 1.1 + doc updates

2018-08-03 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/custom-war-packager
  Commit: b39be0411d2c7c088269eac310bfbe07d0ff5a44
  
https://github.com/jenkinsci/custom-war-packager/commit/b39be0411d2c7c088269eac310bfbe07d0ff5a44
  Author: Oleg Nenashev 
  Date:   2018-08-03 (Fri, 03 Aug 2018)

  Changed paths:
M CHANGELOG.md
M README.md
M demo/all-latest-core/packager-config.yml

  Log Message:
  ---
  Changelog: Noting 1.1 + doc updates


  Commit: e4c2859b0a8e69f439d0c93643c73e106d64adac
  
https://github.com/jenkinsci/custom-war-packager/commit/e4c2859b0a8e69f439d0c93643c73e106d64adac
  Author: Oleg Nenashev 
  Date:   2018-08-03 (Fri, 03 Aug 2018)

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

  Log Message:
  ---
  [maven-release-plugin] prepare release parent-pom-1.1


Compare: 
https://github.com/jenkinsci/custom-war-packager/compare/e44213bd0bd8...e4c2859b0a8e
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
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/plugin-compat-tester] 947d7b: Update documentation for maven property options

2018-08-03 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/plugin-compat-tester
  Commit: 947d7b5e8f7dd61ed6f0025b1fc7613c36b27a8a
  
https://github.com/jenkinsci/plugin-compat-tester/commit/947d7b5e8f7dd61ed6f0025b1fc7613c36b27a8a
  Author: Devin Nusbaum 
  Date:   2018-06-20 (Wed, 20 Jun 2018)

  Changed paths:
M 
plugins-compat-tester-cli/src/main/java/org/jenkins/tools/test/CliOptions.java

  Log Message:
  ---
  Update documentation for maven property options


  Commit: f1e3e9cfd9c43bb58e02973053e9aeaccaab78c1
  
https://github.com/jenkinsci/plugin-compat-tester/commit/f1e3e9cfd9c43bb58e02973053e9aeaccaab78c1
  Author: Oleg Nenashev 
  Date:   2018-08-03 (Fri, 03 Aug 2018)

  Changed paths:
M 
plugins-compat-tester-cli/src/main/java/org/jenkins/tools/test/CliOptions.java

  Log Message:
  ---
  Merge pull request #76 from dwnusbaum/patch-1

Update documentation for maven property options


Compare: 
https://github.com/jenkinsci/plugin-compat-tester/compare/2c5495cd1095...f1e3e9cfd9c4
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
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/custom-war-packager] bac043: Add support to core libraries that need a rebuild ...

2018-08-03 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/custom-war-packager
  Commit: bac04392b43555a24ae4a56107198b260faff313
  
https://github.com/jenkinsci/custom-war-packager/commit/bac04392b43555a24ae4a56107198b260faff313
  Author: Raul Arabaolaza 
  Date:   2018-08-02 (Thu, 02 Aug 2018)

  Changed paths:
M 
custom-war-packager-lib/src/main/java/io/jenkins/tools/warpackager/lib/config/Config.java
A 
custom-war-packager-lib/src/main/java/io/jenkins/tools/warpackager/lib/config/LibraryInfo.java
A 
custom-war-packager-lib/src/main/java/io/jenkins/tools/warpackager/lib/config/WarInfo.java
M 
custom-war-packager-lib/src/main/java/io/jenkins/tools/warpackager/lib/impl/Builder.java
M 
custom-war-packager-lib/src/main/java/io/jenkins/tools/warpackager/lib/model/bom/ComponentReference.java
A demo/stapler/README.md
A demo/stapler/build.sh
A demo/stapler/packager-config.yml

  Log Message:
  ---
  Add support to core libraries that need a rebuild of war file


  Commit: e44213bd0bd83c0851242326f4cb0c0be50ada48
  
https://github.com/jenkinsci/custom-war-packager/commit/e44213bd0bd83c0851242326f4cb0c0be50ada48
  Author: Oleg Nenashev 
  Date:   2018-08-03 (Fri, 03 Aug 2018)

  Changed paths:
M 
custom-war-packager-lib/src/main/java/io/jenkins/tools/warpackager/lib/config/Config.java
A 
custom-war-packager-lib/src/main/java/io/jenkins/tools/warpackager/lib/config/LibraryInfo.java
A 
custom-war-packager-lib/src/main/java/io/jenkins/tools/warpackager/lib/config/WarInfo.java
M 
custom-war-packager-lib/src/main/java/io/jenkins/tools/warpackager/lib/impl/Builder.java
M 
custom-war-packager-lib/src/main/java/io/jenkins/tools/warpackager/lib/model/bom/ComponentReference.java
A demo/stapler/README.md
A demo/stapler/build.sh
A demo/stapler/packager-config.yml

  Log Message:
  ---
  Merge pull request #38 from raul-arabaolaza/PRD-268

Add support to core libraries that need a rebuild of war file


Compare: 
https://github.com/jenkinsci/custom-war-packager/compare/7eb43c5ccc7e...e44213bd0bd8
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
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.


[jenkins-infra/update-center2] 17044d: Revert "Fix shellcheck warnings"

2018-08-03 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/update-center2
  Commit: 17044d20a43821337b6afed5b46b132444b98226
  
https://github.com/jenkins-infra/update-center2/commit/17044d20a43821337b6afed5b46b132444b98226
  Author: Daniel Beck 
  Date:   2018-08-03 (Fri, 03 Aug 2018)

  Changed paths:
M site/generate-htaccess.sh
M site/generate.sh
M site/test/redirects.sh

  Log Message:
  ---
  Revert "Fix shellcheck warnings"

This reverts commit 7988ea6eab0e002eb8ef73edc39ddda7a60bcdd9.



  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
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.


[jenkins-infra/update-center2] 2ebaf1: Symlinks

2018-08-03 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/update-center2
  Commit: 2ebaf1946c98d3efa9bc0ec4bd800273ead53dcb
  
https://github.com/jenkins-infra/update-center2/commit/2ebaf1946c98d3efa9bc0ec4bd800273ead53dcb
  Author: Daniel Beck 
  Date:   2018-08-03 (Fri, 03 Aug 2018)

  Changed paths:
M site/generate.sh

  Log Message:
  ---
  Symlinks



  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
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.


[jenkins-infra/update-center2] e793ae: Fix last LTS release

2018-08-03 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/update-center2
  Commit: e793aecd24f3fa72f59e4ba1fec12f8771a4bb78
  
https://github.com/jenkins-infra/update-center2/commit/e793aecd24f3fa72f59e4ba1fec12f8771a4bb78
  Author: Daniel Beck 
  Date:   2018-08-03 (Fri, 03 Aug 2018)

  Changed paths:
M site/generate-htaccess.sh

  Log Message:
  ---
  Fix last LTS release



  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
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.


[jenkins-infra/update-center2] 9a2010: Fix htaccess generation

2018-08-03 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/update-center2
  Commit: 9a2010e49d14eb3ed58c6fd4f8e430f4b1b01565
  
https://github.com/jenkins-infra/update-center2/commit/9a2010e49d14eb3ed58c6fd4f8e430f4b1b01565
  Author: Daniel Beck 
  Date:   2018-08-03 (Fri, 03 Aug 2018)

  Changed paths:
M site/generate-htaccess.sh

  Log Message:
  ---
  Fix htaccess generation



  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
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.


[jenkins-infra/update-center2] e59591: Further fixes

2018-08-03 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/update-center2
  Commit: e59591fc270072777e1a714d59e818b8901e481b
  
https://github.com/jenkins-infra/update-center2/commit/e59591fc270072777e1a714d59e818b8901e481b
  Author: Daniel Beck 
  Date:   2018-08-03 (Fri, 03 Aug 2018)

  Changed paths:
M site/generate.sh

  Log Message:
  ---
  Further fixes



  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
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.


[jenkins-infra/update-center2] 06834a: Attempt to fix generation

2018-08-03 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/update-center2
  Commit: 06834a5886043eeafa000ad0cc6b34bf26538e7d
  
https://github.com/jenkins-infra/update-center2/commit/06834a5886043eeafa000ad0cc6b34bf26538e7d
  Author: Daniel Beck 
  Date:   2018-08-03 (Fri, 03 Aug 2018)

  Changed paths:
M site/generate.sh

  Log Message:
  ---
  Attempt to fix generation



  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
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.


[jenkins-infra/update-center2] 7988ea: Fix shellcheck warnings

2018-08-03 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/update-center2
  Commit: 7988ea6eab0e002eb8ef73edc39ddda7a60bcdd9
  
https://github.com/jenkins-infra/update-center2/commit/7988ea6eab0e002eb8ef73edc39ddda7a60bcdd9
  Author: Daniel Beck 
  Date:   2018-08-03 (Fri, 03 Aug 2018)

  Changed paths:
M site/generate-htaccess.sh
M site/generate.sh
M site/test/redirects.sh

  Log Message:
  ---
  Fix shellcheck warnings


  Commit: 9685759b3b720e77761ed1172dffd7558b19b1e0
  
https://github.com/jenkins-infra/update-center2/commit/9685759b3b720e77761ed1172dffd7558b19b1e0
  Author: Daniel Beck 
  Date:   2018-08-03 (Fri, 03 Aug 2018)

  Changed paths:
M site/generate-htaccess.sh
M site/generate.sh
M site/test/redirects.sh

  Log Message:
  ---
  Merge pull request #230 from daniel-beck/shellcheck

Fix shellcheck warnings


Compare: 
https://github.com/jenkins-infra/update-center2/compare/bf39522c8a92...9685759b3b72
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
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/dynatrace-plugin] 0704b0: sessions moved to TABuildWrapper.setUp method (sho...

2018-08-03 Thread GitHub
  Branch: refs/heads/bugfix/JENKINS-52734-second
  Home:   https://github.com/jenkinsci/dynatrace-plugin
  Commit: 0704b02740610eefe3199b4a7860ea33153ca880
  
https://github.com/jenkinsci/dynatrace-plugin/commit/0704b02740610eefe3199b4a7860ea33153ca880
  Author: Piotr Lugowski 
  Date:   2018-08-03 (Fri, 03 Aug 2018)

  Changed paths:
M pom.xml
M src/main/java/com/dynatrace/jenkins/dashboard/TABuildWrapper.java

  Log Message:
  ---
  sessions moved to TABuildWrapper.setUp method (shorten its lifetime)



  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
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] f34d26: [POC] Using GlobalConfiguration

2018-08-03 Thread GitHub
  Branch: refs/heads/fix-285
  Home:   https://github.com/jenkinsci/configuration-as-code-plugin
  Commit: f34d26584d376c000342b078df38384411109a5f
  
https://github.com/jenkinsci/configuration-as-code-plugin/commit/f34d26584d376c000342b078df38384411109a5f
  Author: alexsedova 
  Date:   2018-08-03 (Fri, 03 Aug 2018)

  Changed paths:
A plugin/src/main/java/org/jenkinsci/plugins/casc/CasCGlobalConfig.java
M plugin/src/main/java/org/jenkinsci/plugins/casc/ConfigurationAsCode.java
A 
plugin/src/main/resources/org/jenkinsci/plugins/casc/CasCGlobalConfig/config.jelly

  Log Message:
  ---
  [POC] Using GlobalConfiguration



  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
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/gatling-plugin] 24d0da: Minor clean up

2018-08-03 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gatling-plugin
  Commit: 24d0da6715ae3b9f35d996277bd9f7976e48cf46
  
https://github.com/jenkinsci/gatling-plugin/commit/24d0da6715ae3b9f35d996277bd9f7976e48cf46
  Author: Cédric Cousseran 
  Date:   2018-08-03 (Fri, 03 Aug 2018)

  Changed paths:
M src/main/java/io/gatling/jenkins/GatlingBuildAction.java
M src/main/java/io/gatling/jenkins/GatlingProjectAction.java
M src/main/java/io/gatling/jenkins/GatlingPublisher.java
M src/main/java/io/gatling/jenkins/RequestReport.java
M src/main/java/io/gatling/jenkins/chart/Graph.java
M src/main/java/io/gatling/jenkins/chart/Serie.java
M src/main/java/io/gatling/jenkins/chart/SerieName.java
M src/main/resources/io/gatling/jenkins/GatlingBuildAction/summary.jelly
M src/main/resources/io/gatling/jenkins/GatlingProjectAction/index.jelly
M src/main/resources/io/gatling/jenkins/GatlingProjectAction/mean_json.jelly
M 
src/main/resources/io/gatling/jenkins/GatlingProjectAction/per95_json.jelly
M 
src/main/resources/io/gatling/jenkins/GatlingProjectAction/reqKO_json.jelly

  Log Message:
  ---
  Minor clean up



  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
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/gatling-plugin] 2cba3b: Minor clean up

2018-08-03 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gatling-plugin
  Commit: 2cba3bbcef949f80c959187ccf79d8991175d6ce
  
https://github.com/jenkinsci/gatling-plugin/commit/2cba3bbcef949f80c959187ccf79d8991175d6ce
  Author: Cédric Cousseran 
  Date:   2018-08-03 (Fri, 03 Aug 2018)

  Changed paths:
M src/main/java/io/gatling/jenkins/GatlingBuildAction.java
M src/main/java/io/gatling/jenkins/GatlingProjectAction.java
M src/main/java/io/gatling/jenkins/GatlingPublisher.java
M src/main/java/io/gatling/jenkins/RequestReport.java
M src/main/java/io/gatling/jenkins/chart/Graph.java
M src/main/java/io/gatling/jenkins/chart/Serie.java
M src/main/java/io/gatling/jenkins/chart/SerieName.java
M src/main/resources/io/gatling/jenkins/GatlingBuildAction/summary.jelly
M src/main/resources/io/gatling/jenkins/GatlingProjectAction/index.jelly
M src/main/resources/io/gatling/jenkins/GatlingProjectAction/mean_json.jelly
M 
src/main/resources/io/gatling/jenkins/GatlingProjectAction/per95_json.jelly
M 
src/main/resources/io/gatling/jenkins/GatlingProjectAction/reqKO_json.jelly

  Log Message:
  ---
  Minor clean up



  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
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/remoting-kafka-plugin] 484932: Fix relative links (#38)

2018-08-03 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/remoting-kafka-plugin
  Commit: 4849328d4d499ee9dcc9e55d973cd4654c5b31e4
  
https://github.com/jenkinsci/remoting-kafka-plugin/commit/4849328d4d499ee9dcc9e55d973cd4654c5b31e4
  Author: Pham Vu Tuan 
  Date:   2018-08-03 (Fri, 03 Aug 2018)

  Changed paths:
M docs/DOCUMENTATION.md

  Log Message:
  ---
  Fix relative links (#38)



  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
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/code-coverage-api-plugin]

2018-08-03 Thread GitHub
  Branch: refs/heads/patch-1
  Home:   https://github.com/jenkinsci/code-coverage-api-plugin

  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
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/remoting-kafka-plugin] ff5a30: [JENKINS-51714] Basic test automation for the plug...

2018-08-03 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/remoting-kafka-plugin
  Commit: ff5a3066ddeb6793a4cb98489190d767b4d16418
  
https://github.com/jenkinsci/remoting-kafka-plugin/commit/ff5a3066ddeb6793a4cb98489190d767b4d16418
  Author: Pham Vu Tuan 
  Date:   2018-08-03 (Fri, 03 Aug 2018)

  Changed paths:
M plugin/pom.xml
A 
plugin/src/test/java/io/jenkins/plugins/remotingkafka/GlobalKafkaConfigurationTest.java
A 
plugin/src/test/java/io/jenkins/plugins/remotingkafka/KafkaComputerLauncherTest.java

  Log Message:
  ---
  [JENKINS-51714] Basic test automation for the plugin (#34)

* Add unit tests

* Add try/finally to thread interupt and replace kafka,zk with docker

* Change back to use in-memory kafka, zk



  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
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/code-coverage-api-plugin] 7abed5: - change element name for Java coverage tool

2018-08-03 Thread GitHub
  Branch: refs/heads/more-generic
  Home:   https://github.com/jenkinsci/code-coverage-api-plugin
  Commit: 7abed566210f9cc7618388115df848407618dc99
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/7abed566210f9cc7618388115df848407618dc99
  Author: cizezsy 
  Date:   2018-08-03 (Fri, 03 Aug 2018)

  Changed paths:
M src/main/java/io/jenkins/plugins/coverage/CoverageElementInitializer.java
M 
src/main/java/io/jenkins/plugins/coverage/adapter/JavaCoverageReportAdapterDescriptor.java
M 
src/main/java/io/jenkins/plugins/coverage/adapter/parser/JavaCoverageParser.java
M src/main/java/io/jenkins/plugins/coverage/targets/CoverageResult.java
M 
src/test/java/io/jenkins/plugins/coverage/adapter/CoberturaReportAdapter.java

  Log Message:
  ---
  - change element name for Java coverage tool
- trivial fix



  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
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/gatling-plugin] be23a1: Fix Trends links, close gatling/gatling#3505

2018-08-03 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gatling-plugin
  Commit: be23a1b57c88a01b6e90e2755e9f928da0867749
  
https://github.com/jenkinsci/gatling-plugin/commit/be23a1b57c88a01b6e90e2755e9f928da0867749
  Author: Cédric Cousseran 
  Date:   2018-08-03 (Fri, 03 Aug 2018)

  Changed paths:
M src/main/java/io/gatling/jenkins/GatlingBuildAction.java
M src/main/java/io/gatling/jenkins/chart/Graph.java
M src/main/java/io/gatling/jenkins/chart/Point.java
M src/main/java/io/gatling/jenkins/chart/Serie.java
M src/main/java/io/gatling/jenkins/chart/SerieName.java
M 
src/main/resources/io/gatling/jenkins/GatlingProjectAction/floatingBox.jelly

  Log Message:
  ---
  Fix Trends links, close gatling/gatling#3505

Motivations:
- Trends links were broken
- Trends graph name was changed incorrectly to the last run name

Modifications:
- Added the simulation directory name to the Point class



  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
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/remoting-kafka-plugin] 728e64: [JENKINS-52514] Add technical documentation of the...

2018-08-03 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/remoting-kafka-plugin
  Commit: 728e640f2f123e46c616131f0c16d6b43e1b
  
https://github.com/jenkinsci/remoting-kafka-plugin/commit/728e640f2f123e46c616131f0c16d6b43e1b
  Author: Pham Vu Tuan 
  Date:   2018-08-03 (Fri, 03 Aug 2018)

  Changed paths:
M README.md
A docs/DOCUMENTATION.md
A docs/remoting-kafka-architecture.png

  Log Message:
  ---
  [JENKINS-52514] Add technical documentation of the plugin (#37)

* Add technical documentation

* Use relative link



  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
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.


[jenkins-infra/update-center2] ed7a13: Add generation of htaccess file for fallback redir...

2018-08-03 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/update-center2
  Commit: ed7a138d89dc3b3755e6ddd56f724dcf78de8d6d
  
https://github.com/jenkins-infra/update-center2/commit/ed7a138d89dc3b3755e6ddd56f724dcf78de8d6d
  Author: Daniel Beck 
  Date:   2018-08-03 (Fri, 03 Aug 2018)

  Changed paths:
A src/main/java/org/jvnet/hudson/update_center/ArtifactoryRedirector.java
M src/main/java/org/jvnet/hudson/update_center/Main.java

  Log Message:
  ---
  Add generation of htaccess file for fallback redirects


  Commit: 2cb1b1b0c790808082a9e04e2ec13d0660bc885c
  
https://github.com/jenkins-infra/update-center2/commit/2cb1b1b0c790808082a9e04e2ec13d0660bc885c
  Author: Daniel Beck 
  Date:   2018-08-03 (Fri, 03 Aug 2018)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Add fallback generation to Jenkinsfile


  Commit: 32b6291cdea049c48e0352e1b1cd62a99291dc7c
  
https://github.com/jenkins-infra/update-center2/commit/32b6291cdea049c48e0352e1b1cd62a99291dc7c
  Author: Daniel Beck 
  Date:   2018-08-03 (Fri, 03 Aug 2018)

  Changed paths:
M src/main/java/org/jvnet/hudson/update_center/ArtifactoryRedirector.java

  Log Message:
  ---
  No need for mod_rewrite


  Commit: 93317795177d1ee4be461fdec34bc39385e9d187
  
https://github.com/jenkins-infra/update-center2/commit/93317795177d1ee4be461fdec34bc39385e9d187
  Author: Daniel Beck 
  Date:   2018-08-03 (Fri, 03 Aug 2018)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Fix archiving of htaccess redirects file


  Commit: fc6b64ca5af8c19794cace10ac4fcae71bb4603d
  
https://github.com/jenkins-infra/update-center2/commit/fc6b64ca5af8c19794cace10ac4fcae71bb4603d
  Author: Daniel Beck 
  Date:   2018-08-03 (Fri, 03 Aug 2018)

  Changed paths:
M site/generate.sh
M site/publish.sh

  Log Message:
  ---
  Add fallback generation to regular run


  Commit: bf39522c8a922c0f682346447bfb7a66f09b8a72
  
https://github.com/jenkins-infra/update-center2/commit/bf39522c8a922c0f682346447bfb7a66f09b8a72
  Author: Daniel Beck 
  Date:   2018-08-03 (Fri, 03 Aug 2018)

  Changed paths:
M Jenkinsfile
M site/generate.sh
M site/publish.sh
A src/main/java/org/jvnet/hudson/update_center/ArtifactoryRedirector.java
M src/main/java/org/jvnet/hudson/update_center/Main.java

  Log Message:
  ---
  Merge pull request #224 from daniel-beck/fallback-redirects

Add generation of htaccess file for fallback redirects


Compare: 
https://github.com/jenkins-infra/update-center2/compare/02ff6737ac21...bf39522c8a92
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
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/external-logging-elasticsearch-plugin] dd5f31: [JENKINS-52693] - Initial commit of the External L...

2018-08-03 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/external-logging-elasticsearch-plugin
  Commit: dd5f31dfabd5076bd2cd01e2bfc9362dced73c9c
  
https://github.com/jenkinsci/external-logging-elasticsearch-plugin/commit/dd5f31dfabd5076bd2cd01e2bfc9362dced73c9c
  Author: Oleg Nenashev 
  Date:   2018-07-23 (Mon, 23 Jul 2018)

  Changed paths:
A Jenkinsfile
A demo/Makefile
A demo/README.md
A demo/docker-compose.yml
A demo/external-logging-demo.iml
A demo/packager-config.yml
A demo/pom.xml
A demo/src/main/groovy/1_System.groovy
A demo/src/main/groovy/2_ExtLogging.groovy
A demo/src/main/groovy/3_Agent.groovy
A demo/src/main/groovy/4_Jobs.groovy
A demo/src/main/groovy/5_SaveToDisk.groovy
A demo/src/main/java/Stub.java
A pom.xml
A 
src/main/java/io/jenkins/plugins/extlogging/elasticsearch/ElasticsearchLogBrowser.java
A 
src/main/java/io/jenkins/plugins/extlogging/elasticsearch/ElasticsearchLogBrowserFactory.java
A 
src/main/java/io/jenkins/plugins/extlogging/elasticsearch/ElasticsearchLogLargeTextProvider.java
A 
src/main/java/io/jenkins/plugins/extlogging/elasticsearch/util/HttpGetWithData.java
A 
src/main/java/io/jenkins/plugins/extlogging/logstash/LogstashDaoLoggingMethod.java
A 
src/main/java/io/jenkins/plugins/extlogging/logstash/LogstashDaoLoggingMethodFactory.java
A 
src/main/java/io/jenkins/plugins/extlogging/logstash/RemoteLogstashOutputStream.java
A 
src/main/java/io/jenkins/plugins/extlogging/logstash/RemoteLogstashWriter.java
A src/main/resources/index.jelly
A 
src/main/resources/io/jenkins/plugins/extlogging/elasticsearch/ElasticsearchLogAction/index.jelly
A 
src/test/java/io/jenkins/plugins/extlogging/elasticsearch/ElasticsearchContainer.java
A 
src/test/java/io/jenkins/plugins/extlogging/elasticsearch/PipelineSmokeTest.java
A 
src/test/resources/io/jenkins/plugins/extlogging/elasticsearch/ElasticsearchContainer/Dockerfile

  Log Message:
  ---
  [JENKINS-52693] - Initial commit of the External Logging for Logstash 
imlementation


  Commit: f384d1f092f54c8be1409485b4a877898ea9e3bf
  
https://github.com/jenkinsci/external-logging-elasticsearch-plugin/commit/f384d1f092f54c8be1409485b4a877898ea9e3bf
  Author: Oleg Nenashev 
  Date:   2018-07-24 (Tue, 24 Jul 2018)

  Changed paths:
M 
src/main/java/io/jenkins/plugins/extlogging/logstash/LogstashDaoLoggingMethod.java

  Log Message:
  ---
  Adopt new API of External Logging API


  Commit: ac0da363cdae80a90c2719cb16112230ea230668
  
https://github.com/jenkinsci/external-logging-elasticsearch-plugin/commit/ac0da363cdae80a90c2719cb16112230ea230668
  Author: Oleg Nenashev 
  Date:   2018-07-24 (Tue, 24 Jul 2018)

  Changed paths:
M 
src/main/java/io/jenkins/plugins/extlogging/elasticsearch/ElasticsearchLogLargeTextProvider.java
A 
src/main/java/io/jenkins/plugins/extlogging/elasticsearch/UncompressedAnnotatedLargeText.java
M 
src/main/java/io/jenkins/plugins/extlogging/logstash/LogstashDaoLoggingMethod.java
M 
src/main/java/io/jenkins/plugins/extlogging/logstash/RemoteLogstashWriter.java

  Log Message:
  ---
  Pick up new API from External Logging API


  Commit: b9d91a3c8d6f4796df310ff52bbb06bc844d13c3
  
https://github.com/jenkinsci/external-logging-elasticsearch-plugin/commit/b9d91a3c8d6f4796df310ff52bbb06bc844d13c3
  Author: Oleg Nenashev 
  Date:   2018-07-25 (Wed, 25 Jul 2018)

  Changed paths:
M demo/src/main/groovy/2_ExtLogging.groovy
M pom.xml
A 
src/main/java/io/jenkins/plugins/extlogging/elasticsearch/ElasticsearchConfiguration.java
A 
src/main/java/io/jenkins/plugins/extlogging/elasticsearch/ElasticsearchGlobalConfiguration.java
M 
src/main/java/io/jenkins/plugins/extlogging/elasticsearch/ElasticsearchLogBrowser.java
M 
src/main/java/io/jenkins/plugins/extlogging/elasticsearch/ElasticsearchLogLargeTextProvider.java
A 
src/main/java/io/jenkins/plugins/extlogging/elasticsearch/util/ElasticSearchDao.java
M 
src/main/java/io/jenkins/plugins/extlogging/elasticsearch/util/HttpGetWithData.java
M 
src/main/java/io/jenkins/plugins/extlogging/logstash/LogstashDaoLoggingMethod.java
M 
src/main/java/io/jenkins/plugins/extlogging/logstash/LogstashDaoLoggingMethodFactory.java
M 
src/main/java/io/jenkins/plugins/extlogging/logstash/RemoteLogstashWriter.java
M 
src/test/java/io/jenkins/plugins/extlogging/elasticsearch/ElasticsearchContainer.java

  Log Message:
  ---
  [JENKINS-52693] - The plugin now does not depend on Logstash plugin


  Commit: ede7042c53146f3a6ed5b6c7cc6886925badf13c
  
https://github.com/jenkinsci/external-logging-elasticsearch-plugin/commit/ede7042c53146f3a6ed5b6c7cc6886925badf13c
  Author: Oleg Nenashev 
  Date:   2018-07-25 (Wed, 25 Jul 2018)

  Changed paths:
M demo/src/main/groovy/2_ExtLogging.groovy
A 

[jenkinsci/email-ext-plugin] fb046b: reduce concurrency to hopefully stop CI failures

2018-08-03 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/email-ext-plugin
  Commit: fb046b3e366863b3a73e5f7620781039e62a3fa6
  
https://github.com/jenkinsci/email-ext-plugin/commit/fb046b3e366863b3a73e5f7620781039e62a3fa6
  Author: David Van Laatum 
  Date:   2018-08-03 (Fri, 03 Aug 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  reduce concurrency to hopefully stop CI failures



  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
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/code-coverage-api-plugin] 26b14a: [JENKINS-52809] Invalid Jacoco report files also b...

2018-08-03 Thread GitHub
  Branch: refs/heads/dev
  Home:   https://github.com/jenkinsci/code-coverage-api-plugin
  Commit: 26b14abbaee12001e23893d5a50bfbbf38eb720d
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/26b14abbaee12001e23893d5a50bfbbf38eb720d
  Author: cizezsy 
  Date:   2018-08-02 (Thu, 02 Aug 2018)

  Changed paths:
M src/main/java/io/jenkins/plugins/coverage/CoverageProcessor.java
M 
src/main/java/io/jenkins/plugins/coverage/adapter/CoverageReportAdapter.java
M 
src/main/java/io/jenkins/plugins/coverage/adapter/JavaXMLCoverageReportAdapter.java
M 
src/main/java/io/jenkins/plugins/coverage/adapter/parser/CoverageParser.java
M 
src/main/resources/io/jenkins/plugins/coverage/adapter/jacoco-to-standard.xsl

  Log Message:
  ---
  [JENKINS-52809] Invalid Jacoco report files also be parsed and add to 
aggregated report.


  Commit: c59ad860fae628bb353fcd46716643ebc2564fb2
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/c59ad860fae628bb353fcd46716643ebc2564fb2
  Author: Shenyu Zheng 
  Date:   2018-08-03 (Fri, 03 Aug 2018)

  Changed paths:
M src/main/java/io/jenkins/plugins/coverage/CoverageProcessor.java
M 
src/main/java/io/jenkins/plugins/coverage/adapter/CoverageReportAdapter.java
M 
src/main/java/io/jenkins/plugins/coverage/adapter/JavaXMLCoverageReportAdapter.java
M 
src/main/java/io/jenkins/plugins/coverage/adapter/parser/CoverageParser.java
M 
src/main/resources/io/jenkins/plugins/coverage/adapter/jacoco-to-standard.xsl

  Log Message:
  ---
  Merge pull request #36 from jenkinsci/patch-1

[JENKINS-52809] Invalid Jacoco report files also be parsed and add to…


Compare: 
https://github.com/jenkinsci/code-coverage-api-plugin/compare/fe753721c874...c59ad860fae6
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
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/performance-plugin] 45fc5e: Update PerformancePublisher.java (#173)

2018-08-03 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 45fc5e4aab76c814fd0009f2d7728fed650a5c70
  
https://github.com/jenkinsci/performance-plugin/commit/45fc5e4aab76c814fd0009f2d7728fed650a5c70
  Author: John Kretschmann 
  Date:   2018-08-03 (Fri, 03 Aug 2018)

  Changed paths:
M src/main/java/hudson/plugins/performance/PerformancePublisher.java

  Log Message:
  ---
  Update PerformancePublisher.java (#173)

Moved the call to checkAverageResponseTime above the code that checks the 
errorFailedThreshold, reason being that if the errorFailedThreshold code sets 
the build to FAILURE then the checkAverageResponseTime will overwrite that and 
set the build to UNSTABLE.  By reordering the code, FAILURE takes higher 
precedence than UNSTABLE.



  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
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/essentials-plugin] 017590: Add a Essentials management link and an API

2018-08-03 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/essentials-plugin
  Commit: 017590d9262703e179592e0b7614e8a56d7f71bf
  
https://github.com/jenkinsci/essentials-plugin/commit/017590d9262703e179592e0b7614e8a56d7f71bf
  Author: Baptiste Mathus 
  Date:   2018-08-03 (Fri, 03 Aug 2018)

  Changed paths:
A src/main/java/io/jenkins/plugins/essentials/EssentialsManagementLink.java
A 
src/main/resources/io/jenkins/plugins/essentials/EssentialsManagementLink/index.jelly
A src/main/webapp/images/essentials.svg
A 
src/test/java/io/jenkins/plugins/essentials/EssentialsManagementLinkTest.java

  Log Message:
  ---
  Add a Essentials management link and an API

A bit of a hack to actually expose the list of existing
TopLevelItemDescriptors, and check especially that only Pipelines are
allowed.


  Commit: db3e99966ef044534028616238fbd641fcd3a492
  
https://github.com/jenkinsci/essentials-plugin/commit/db3e99966ef044534028616238fbd641fcd3a492
  Author: Baptiste Mathus 
  Date:   2018-08-03 (Fri, 03 Aug 2018)

  Changed paths:
A src/main/java/io/jenkins/plugins/essentials/EssentialsManagementLink.java
A 
src/main/resources/io/jenkins/plugins/essentials/EssentialsManagementLink/index.jelly
A src/main/webapp/images/essentials.svg
A 
src/test/java/io/jenkins/plugins/essentials/EssentialsManagementLinkTest.java

  Log Message:
  ---
  Merge pull request #11 from batmat/JENKINS-52728-hide-non-Pipeline-items

[JENKINS-52728] Add a Essentials management link and an API


Compare: 
https://github.com/jenkinsci/essentials-plugin/compare/82177074d294...db3e99966ef0
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
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] 2aff7e: Support java.util.List

2018-08-03 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/configuration-as-code-plugin
  Commit: 2aff7e32de393848cb10908a4b2d7cc679595bd1
  
https://github.com/jenkinsci/configuration-as-code-plugin/commit/2aff7e32de393848cb10908a4b2d7cc679595bd1
  Author: odavid 
  Date:   2018-08-03 (Fri, 03 Aug 2018)

  Changed paths:
M plugin/src/main/java/org/jenkinsci/plugins/casc/Configurator.java
M 
plugin/src/test/java/org/jenkinsci/plugins/casc/core/MavenConfiguratorTest.java
M 
plugin/src/test/resources/org/jenkinsci/plugins/casc/core/MavenConfiguratorTest.yml

  Log Message:
  ---
  Support java.util.List>



  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
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/external-logging-api-plugin] 967883: External Logging API Plugin Skeleton

2018-08-03 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/external-logging-api-plugin
  Commit: 967883a12d91e892cac8f835f85ae9a05e7894be
  
https://github.com/jenkinsci/external-logging-api-plugin/commit/967883a12d91e892cac8f835f85ae9a05e7894be
  Author: Oleg Nenashev 
  Date:   2018-07-09 (Mon, 09 Jul 2018)

  Changed paths:
A .gitignore
A .mvn/extensions.xml
A .mvn/maven.config
A Jenkinsfile
A external-logging-api/pom.xml
A 
external-logging-api/src/main/java/io/jenkins/plugins/extlogging/api/Event.java
A 
external-logging-api/src/main/java/io/jenkins/plugins/extlogging/api/ExternalLoggingEventWriter.java
A 
external-logging-api/src/main/java/io/jenkins/plugins/extlogging/api/ExternalLoggingMethod.java
A 
external-logging-api/src/main/java/io/jenkins/plugins/extlogging/api/SensitiveStringsProvider.java
A 
external-logging-api/src/main/java/io/jenkins/plugins/extlogging/api/impl/ExternalLoggingGlobalConfiguration.java
A 
external-logging-api/src/main/java/io/jenkins/plugins/extlogging/api/impl/ExternalLoggingMethodLocator.java
A 
external-logging-api/src/main/java/io/jenkins/plugins/extlogging/api/impl/ExternalLoggingOutputStream.java
A 
external-logging-api/src/main/java/io/jenkins/plugins/extlogging/api/impl/LoggingThroughMasterOutputStreamWrapper.java
A 
external-logging-api/src/main/java/io/jenkins/plugins/extlogging/api/integrations/MaskPasswordsSensitiveStringsProvider/MaskSensitiveStringsProvider.java
A 
external-logging-api/src/main/java/io/jenkins/plugins/extlogging/api/integrations/pipeline/ExternalPipelineLogStorage.java
A 
external-logging-api/src/main/java/io/jenkins/plugins/extlogging/api/integrations/pipeline/ExternalPipelineLogStorageFactory.java
A 
external-logging-api/src/main/java/io/jenkins/plugins/extlogging/api/util/AbstractConsoleAction.java
A 
external-logging-api/src/main/java/io/jenkins/plugins/extlogging/api/util/MaskSecretsOutputStream.java
A 
external-logging-api/src/main/java/io/jenkins/plugins/extlogging/api/util/UniqueIdHelper.java
A external-logging-api/src/main/resources/index.jelly
A 
external-logging-api/src/main/resources/io/jenkins/plugins/extlogging/api/util/AbstractConsoleAction/buildCaption.jelly
A pom.xml

  Log Message:
  ---
  External Logging API Plugin Skeleton


  Commit: f581b7f455ea7b73fec23df2fc79cc09e7883472
  
https://github.com/jenkinsci/external-logging-api-plugin/commit/f581b7f455ea7b73fec23df2fc79cc09e7883472
  Author: Oleg Nenashev 
  Date:   2018-07-09 (Mon, 09 Jul 2018)

  Changed paths:
A external-logging-elasticsearch/.mvn/extensions.xml
A external-logging-elasticsearch/.mvn/maven.config
A external-logging-elasticsearch/Jenkinsfile
A external-logging-elasticsearch/README.md
A external-logging-elasticsearch/pom.xml
A 
external-logging-elasticsearch/src/main/java/io/jenkins/plugins/extlogging/elasticsearch/ElasticsearchLogAction.java
A 
external-logging-elasticsearch/src/main/java/io/jenkins/plugins/extlogging/elasticsearch/ElasticsearchLogBrowser.java
A 
external-logging-elasticsearch/src/main/java/io/jenkins/plugins/extlogging/elasticsearch/util/HttpGetWithData.java
A 
external-logging-elasticsearch/src/main/java/io/jenkins/plugins/extlogging/logstash/LogstashDaoLoggingMethod.java
A 
external-logging-elasticsearch/src/main/java/io/jenkins/plugins/extlogging/logstash/RemoteLogstashOutputStream.java
A 
external-logging-elasticsearch/src/main/java/io/jenkins/plugins/extlogging/logstash/RemoteLogstashWriter.java
A external-logging-elasticsearch/src/main/resources/index.jelly
A 
external-logging-elasticsearch/src/main/resources/io/jenkins/plugins/extlogging/elasticsearch/ElasticsearchLogAction/index.jelly

  Log Message:
  ---
  Elasticsearch/Logstash Reference implementation prototype


  Commit: 878ab4acef07f295e9ed46abb68d120e269a2f62
  
https://github.com/jenkinsci/external-logging-api-plugin/commit/878ab4acef07f295e9ed46abb68d120e269a2f62
  Author: Oleg Nenashev 
  Date:   2018-07-09 (Mon, 09 Jul 2018)

  Changed paths:
A 
external-logging-api/src/main/resources/io/jenkins/plugins/extlogging/api/impl/ExternalLoggingGlobalConfiguration/config.jelly

  Log Message:
  ---
  Add config Jelly for the external configuration


  Commit: 94fc9464cb8c8366abf78b2c5fbbc4daacd56674
  
https://github.com/jenkinsci/external-logging-api-plugin/commit/94fc9464cb8c8366abf78b2c5fbbc4daacd56674
  Author: Oleg Nenashev 
  Date:   2018-07-09 (Mon, 09 Jul 2018)

  Changed paths:
M 
external-logging-api/src/main/java/io/jenkins/plugins/extlogging/api/Event.java
M 
external-logging-api/src/main/java/io/jenkins/plugins/extlogging/api/integrations/pipeline/ExternalPipelineLogStorage.java
A 
external-logging-api/src/test/java/io/jenkins/plugins/extlogging/api/FreestyleJobTest.java
A 

[jenkinsci/jenkins] 199a83: [JENKINS-52822] Add CLI command to enable a plugin...

2018-08-03 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 199a830383d0e018aa678648ff683e2fec2ccb56
  
https://github.com/jenkinsci/jenkins/commit/199a830383d0e018aa678648ff683e2fec2ccb56
  Author: Matt Sicker 
  Date:   2018-08-03 (Fri, 03 Aug 2018)

  Changed paths:
A core/src/main/java/hudson/cli/EnablePluginCommand.java
M core/src/main/resources/hudson/cli/Messages.properties
A test/src/test/java/hudson/cli/EnablePluginCommandTest.java

  Log Message:
  ---
  [JENKINS-52822] Add CLI command to enable a plugin (#3571)

* [JENKINS-52822] Add CLI command to enable a plugin

* [JENKINS-52822] Add CLI command to enable a plugin

This adds the ability to enable multiple plugins at once along with their 
dependencies.

* Add missing license headers

* Clarify javadoc

* Fix copyright

Work was done while at work!

* Improve short description of enable-plugin command

* Improve output of enable-plugin command

* Clarify enable-plugin errors regarding dependencies



  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
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.


[jenkins-infra/jenkins-infra] 980545: Add fallback update center

2018-08-03 Thread GitHub
  Branch: refs/heads/production
  Home:   https://github.com/jenkins-infra/jenkins-infra
  Commit: 98054537d416a5eab31607eceab9fbf2a18519b6
  
https://github.com/jenkins-infra/jenkins-infra/commit/98054537d416a5eab31607eceab9fbf2a18519b6
  Author: olblak 
  Date:   2018-08-02 (Thu, 02 Aug 2018)

  Changed paths:
A dist/profile/manifests/kubernetes/resources/updates_proxy.pp
A 
dist/profile/templates/kubernetes/resources/updates_proxy/configmap.yaml.erb
A 
dist/profile/templates/kubernetes/resources/updates_proxy/deployment.yaml.erb
A 
dist/profile/templates/kubernetes/resources/updates_proxy/ingress-tls.yaml.erb
A dist/profile/templates/kubernetes/resources/updates_proxy/secret.yaml.erb
A dist/profile/templates/kubernetes/resources/updates_proxy/service.yaml.erb
M dist/role/manifests/kubernetes.pp
A spec/classes/profile/kubernetes/updates_proxy_spec.rb

  Log Message:
  ---
  Add fallback update center


  Commit: 9bce8d5c90057342fc9ef96fd573974b3d0aa227
  
https://github.com/jenkins-infra/jenkins-infra/commit/9bce8d5c90057342fc9ef96fd573974b3d0aa227
  Author: olblak 
  Date:   2018-08-03 (Fri, 03 Aug 2018)

  Changed paths:
M hieradata/env/production.yaml

  Log Message:
  ---
  Add fallback update center azure credentials


  Commit: 25523fbe5ba0881ccef64fbaaeb4264655e26914
  
https://github.com/jenkins-infra/jenkins-infra/commit/25523fbe5ba0881ccef64fbaaeb4264655e26914
  Author: olblak 
  Date:   2018-08-03 (Fri, 03 Aug 2018)

  Changed paths:
M dist/profile/files/bind/jenkins.io.zone

  Log Message:
  ---
  Add fallback update center dns record


  Commit: 83de46b74ec9cd5ca9740dd5869a05ddaf462cf7
  
https://github.com/jenkins-infra/jenkins-infra/commit/83de46b74ec9cd5ca9740dd5869a05ddaf462cf7
  Author: olblak 
  Date:   2018-08-03 (Fri, 03 Aug 2018)

  Changed paths:
M dist/profile/files/bind/jenkins.io.zone
M dist/profile/manifests/kubernetes/resources/updates_proxy.pp
M spec/classes/profile/kubernetes/updates_proxy_spec.rb

  Log Message:
  ---
  Rename azure.updates.jenkins.io to updates.azure.jenkins.io


  Commit: 5b20953f9e5f373bb2eee0d6b586f87fe53be417
  
https://github.com/jenkins-infra/jenkins-infra/commit/5b20953f9e5f373bb2eee0d6b586f87fe53be417
  Author: Olblak <2360224+olb...@users.noreply.github.com>
  Date:   2018-08-03 (Fri, 03 Aug 2018)

  Changed paths:
M dist/profile/files/bind/jenkins.io.zone
A dist/profile/manifests/kubernetes/resources/updates_proxy.pp
A 
dist/profile/templates/kubernetes/resources/updates_proxy/configmap.yaml.erb
A 
dist/profile/templates/kubernetes/resources/updates_proxy/deployment.yaml.erb
A 
dist/profile/templates/kubernetes/resources/updates_proxy/ingress-tls.yaml.erb
A dist/profile/templates/kubernetes/resources/updates_proxy/secret.yaml.erb
A dist/profile/templates/kubernetes/resources/updates_proxy/service.yaml.erb
M dist/role/manifests/kubernetes.pp
M hieradata/env/production.yaml
A spec/classes/profile/kubernetes/updates_proxy_spec.rb

  Log Message:
  ---
  Merge pull request #1067 from olblak/INFRA-1730

[INFRA-1730][WIP] Add fallback update center


  Commit: 570eebfef50a93b54e8e83d40b03569a649bb281
  
https://github.com/jenkins-infra/jenkins-infra/commit/570eebfef50a93b54e8e83d40b03569a649bb281
  Author: Olblak <2360224+olb...@users.noreply.github.com>
  Date:   2018-08-03 (Fri, 03 Aug 2018)

  Changed paths:
M dist/profile/files/bind/jenkins.io.zone
A dist/profile/manifests/kubernetes/resources/updates_proxy.pp
A 
dist/profile/templates/kubernetes/resources/updates_proxy/configmap.yaml.erb
A 
dist/profile/templates/kubernetes/resources/updates_proxy/deployment.yaml.erb
A 
dist/profile/templates/kubernetes/resources/updates_proxy/ingress-tls.yaml.erb
A dist/profile/templates/kubernetes/resources/updates_proxy/secret.yaml.erb
A dist/profile/templates/kubernetes/resources/updates_proxy/service.yaml.erb
M dist/role/manifests/kubernetes.pp
M hieradata/env/production.yaml
A spec/classes/profile/kubernetes/updates_proxy_spec.rb

  Log Message:
  ---
  Merge pull request #1072 from jenkins-infra/staging

Automated deployment to production


Compare: 
https://github.com/jenkins-infra/jenkins-infra/compare/a853b771db43...570eebfef50a
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
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.


[jenkins-infra/jenkins-infra] 980545: Add fallback update center

2018-08-03 Thread GitHub
  Branch: refs/heads/staging
  Home:   https://github.com/jenkins-infra/jenkins-infra
  Commit: 98054537d416a5eab31607eceab9fbf2a18519b6
  
https://github.com/jenkins-infra/jenkins-infra/commit/98054537d416a5eab31607eceab9fbf2a18519b6
  Author: olblak 
  Date:   2018-08-02 (Thu, 02 Aug 2018)

  Changed paths:
A dist/profile/manifests/kubernetes/resources/updates_proxy.pp
A 
dist/profile/templates/kubernetes/resources/updates_proxy/configmap.yaml.erb
A 
dist/profile/templates/kubernetes/resources/updates_proxy/deployment.yaml.erb
A 
dist/profile/templates/kubernetes/resources/updates_proxy/ingress-tls.yaml.erb
A dist/profile/templates/kubernetes/resources/updates_proxy/secret.yaml.erb
A dist/profile/templates/kubernetes/resources/updates_proxy/service.yaml.erb
M dist/role/manifests/kubernetes.pp
A spec/classes/profile/kubernetes/updates_proxy_spec.rb

  Log Message:
  ---
  Add fallback update center


  Commit: 9bce8d5c90057342fc9ef96fd573974b3d0aa227
  
https://github.com/jenkins-infra/jenkins-infra/commit/9bce8d5c90057342fc9ef96fd573974b3d0aa227
  Author: olblak 
  Date:   2018-08-03 (Fri, 03 Aug 2018)

  Changed paths:
M hieradata/env/production.yaml

  Log Message:
  ---
  Add fallback update center azure credentials


  Commit: 25523fbe5ba0881ccef64fbaaeb4264655e26914
  
https://github.com/jenkins-infra/jenkins-infra/commit/25523fbe5ba0881ccef64fbaaeb4264655e26914
  Author: olblak 
  Date:   2018-08-03 (Fri, 03 Aug 2018)

  Changed paths:
M dist/profile/files/bind/jenkins.io.zone

  Log Message:
  ---
  Add fallback update center dns record


  Commit: 83de46b74ec9cd5ca9740dd5869a05ddaf462cf7
  
https://github.com/jenkins-infra/jenkins-infra/commit/83de46b74ec9cd5ca9740dd5869a05ddaf462cf7
  Author: olblak 
  Date:   2018-08-03 (Fri, 03 Aug 2018)

  Changed paths:
M dist/profile/files/bind/jenkins.io.zone
M dist/profile/manifests/kubernetes/resources/updates_proxy.pp
M spec/classes/profile/kubernetes/updates_proxy_spec.rb

  Log Message:
  ---
  Rename azure.updates.jenkins.io to updates.azure.jenkins.io


  Commit: 5b20953f9e5f373bb2eee0d6b586f87fe53be417
  
https://github.com/jenkins-infra/jenkins-infra/commit/5b20953f9e5f373bb2eee0d6b586f87fe53be417
  Author: Olblak <2360224+olb...@users.noreply.github.com>
  Date:   2018-08-03 (Fri, 03 Aug 2018)

  Changed paths:
M dist/profile/files/bind/jenkins.io.zone
A dist/profile/manifests/kubernetes/resources/updates_proxy.pp
A 
dist/profile/templates/kubernetes/resources/updates_proxy/configmap.yaml.erb
A 
dist/profile/templates/kubernetes/resources/updates_proxy/deployment.yaml.erb
A 
dist/profile/templates/kubernetes/resources/updates_proxy/ingress-tls.yaml.erb
A dist/profile/templates/kubernetes/resources/updates_proxy/secret.yaml.erb
A dist/profile/templates/kubernetes/resources/updates_proxy/service.yaml.erb
M dist/role/manifests/kubernetes.pp
M hieradata/env/production.yaml
A spec/classes/profile/kubernetes/updates_proxy_spec.rb

  Log Message:
  ---
  Merge pull request #1067 from olblak/INFRA-1730

[INFRA-1730][WIP] Add fallback update center


Compare: 
https://github.com/jenkins-infra/jenkins-infra/compare/5bd6e89f9d6f...5b20953f9e5f
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
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/logstash-plugin] 9c9a50: [JENKINS-51793] failed to save when not configured...

2018-08-03 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/logstash-plugin
  Commit: 9c9a50b8cb2924445ffdf81de4fbc768959dc8db
  
https://github.com/jenkinsci/logstash-plugin/commit/9c9a50b8cb2924445ffdf81de4fbc768959dc8db
  Author: Markus Winter 
  Date:   2018-08-03 (Fri, 03 Aug 2018)

  Changed paths:
M src/main/java/jenkins/plugins/logstash/LogstashConfiguration.java
M src/test/java/jenkins/plugins/logstash/LogstashConfigurationTest.java

  Log Message:
  ---
  [JENKINS-51793] failed to save when not configured (#76)

original fix solved only the problem of migration but not after initial 
installation.



  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
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/azure-vm-agents-plugin] 01dab9: Manage azure-client-runtime dependency by plugin i...

2018-08-03 Thread GitHub
  Branch: refs/heads/azure_client_version
  Home:   https://github.com/jenkinsci/azure-vm-agents-plugin
  Commit: 01dab91a9ad3ccb2d7fd266a90bd543a798bd1fc
  
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/01dab91a9ad3ccb2d7fd266a90bd543a798bd1fc
  Author: Jie Shen 
  Date:   2018-08-03 (Fri, 03 Aug 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Manage azure-client-runtime dependency by plugin itself



  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
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/code-coverage-api-plugin] 4e8809: fix unit tests

2018-08-03 Thread GitHub
  Branch: refs/heads/more-generic
  Home:   https://github.com/jenkinsci/code-coverage-api-plugin
  Commit: 4e8809e2a66f9992c5a6594ede2e206965432865
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/4e8809e2a66f9992c5a6594ede2e206965432865
  Author: cizezsy 
  Date:   2018-08-03 (Fri, 03 Aug 2018)

  Changed paths:
M 
src/test/java/io/jenkins/plugins/coverage/CoveragePublisherPipelineTest.java
M 
src/test/java/io/jenkins/plugins/coverage/adapter/CoberturaReportAdapter.java

  Log Message:
  ---
  fix unit tests



  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
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/code-coverage-api-plugin] ddd1aa: [JENKINS-51733], [JENKINS-52839] - Refactoring of ...

2018-08-03 Thread GitHub
  Branch: refs/heads/more-generic
  Home:   https://github.com/jenkinsci/code-coverage-api-plugin
  Commit: ddd1aa11b426fe53d8b25099143a1bf75a2ece8e
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/ddd1aa11b426fe53d8b25099143a1bf75a2ece8e
  Author: cizezsy 
  Date:   2018-08-03 (Fri, 03 Aug 2018)

  Changed paths:
A src/main/java/io/jenkins/plugins/coverage/CoverageElementInitializer.java
M src/main/java/io/jenkins/plugins/coverage/CoverageProcessor.java
M 
src/main/java/io/jenkins/plugins/coverage/adapter/CoverageReportAdapter.java
M 
src/main/java/io/jenkins/plugins/coverage/adapter/CoverageReportAdapterDescriptor.java
M src/main/java/io/jenkins/plugins/coverage/adapter/JacocoReportAdapter.java
A 
src/main/java/io/jenkins/plugins/coverage/adapter/JavaCoverageReportAdapterDescriptor.java
M 
src/main/java/io/jenkins/plugins/coverage/adapter/parser/CoverageParser.java
M 
src/main/java/io/jenkins/plugins/coverage/adapter/parser/JavaCoverageParser.java
M src/main/java/io/jenkins/plugins/coverage/targets/Chartable.java
R 
src/main/java/io/jenkins/plugins/coverage/targets/CoverageAggregationMode.java
M 
src/main/java/io/jenkins/plugins/coverage/targets/CoverageAggregationRule.java
R src/main/java/io/jenkins/plugins/coverage/targets/CoverageChart.java
M src/main/java/io/jenkins/plugins/coverage/targets/CoverageElement.java
A 
src/main/java/io/jenkins/plugins/coverage/targets/CoverageElementRegister.java
R src/main/java/io/jenkins/plugins/coverage/targets/CoverageMetric.java
M src/main/java/io/jenkins/plugins/coverage/targets/CoveragePaint.java
R src/main/java/io/jenkins/plugins/coverage/targets/CoveragePaintRule.java
M src/main/java/io/jenkins/plugins/coverage/targets/CoverageResult.java
M src/main/java/io/jenkins/plugins/coverage/targets/CoverageTree.java
M src/main/java/io/jenkins/plugins/coverage/targets/CoverageTreeElement.java
M src/main/java/io/jenkins/plugins/coverage/threshold/Threshold.java
M 
src/main/resources/io/jenkins/plugins/coverage/CoverageAction/summary.jelly
M 
src/main/resources/io/jenkins/plugins/coverage/adapter/jacoco-to-standard.xsl
M 
src/main/resources/io/jenkins/plugins/coverage/targets/CoverageResult/index.jelly
M 
src/main/resources/io/jenkins/plugins/coverage/threshold/Threshold/config.jelly

  Log Message:
  ---
  [JENKINS-51733], [JENKINS-52839] - Refactoring of the adopted code, Make Code 
Coverage API plugin more generic



  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
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/extension-filter-plugin] 932075: Bump to 2.37

2018-08-03 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/extension-filter-plugin
  Commit: 9320755ae1a1348c04843cb677b6b423ef1dffd3
  
https://github.com/jenkinsci/extension-filter-plugin/commit/9320755ae1a1348c04843cb677b6b423ef1dffd3
  Author: Baptiste Mathus 
  Date:   2018-05-01 (Tue, 01 May 2018)

  Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/plugins/ConfigurableExtensionFilter.java
M src/main/resources/index.jelly
M 
src/main/resources/org/jenkinsci/plugins/ConfigurableExtensionFilter/global.jelly

  Log Message:
  ---
  Bump to 2.37


  Commit: 8a6f7d1694acd3ab64142817cea8cc412e1eae0b
  
https://github.com/jenkinsci/extension-filter-plugin/commit/8a6f7d1694acd3ab64142817cea8cc412e1eae0b
  Author: Baptiste Mathus 
  Date:   2018-05-01 (Tue, 01 May 2018)

  Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/plugins/ConfigurableExtensionFilter.java

  Log Message:
  ---
  Bump to 3.9 parent pom

Fix FB issue in the go.

Also bump to 2.60.3 baseline (hence Java 8 min).


  Commit: a8a7f9ea3f05d4a37b19724f7be87033fafeee73
  
https://github.com/jenkinsci/extension-filter-plugin/commit/a8a7f9ea3f05d4a37b19724f7be87033fafeee73
  Author: Baptiste Mathus 
  Date:   2018-05-13 (Sun, 13 May 2018)

  Changed paths:
A src/test/java/org/jenkinsci/plugins/ConfigurableExtensionFilterTest.java

  Log Message:
  ---
  Add test to show exclusions is not null-safe

Next commit to make it null-safe.
Hence, this test is expected to fail at this point.


  Commit: 39b7280e7fe79804235024b97d604db2ae5c80d0
  
https://github.com/jenkinsci/extension-filter-plugin/commit/39b7280e7fe79804235024b97d604db2ae5c80d0
  Author: Baptiste Mathus 
  Date:   2018-05-13 (Sun, 13 May 2018)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/ConfigurableExtensionFilter.java

  Log Message:
  ---
  Make exclusions field null safe

Caveat: if it was serialized with a null value earlier, then
it will still fail.

But I decided to keep the code simpler with the fact this plugin
is installed 40 times worldwide.


  Commit: 21998ea3973b610f37ffdbcb3507fee0fbb3e29e
  
https://github.com/jenkinsci/extension-filter-plugin/commit/21998ea3973b610f37ffdbcb3507fee0fbb3e29e
  Author: Oleg Nenashev 
  Date:   2018-08-03 (Fri, 03 Aug 2018)

  Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/plugins/ConfigurableExtensionFilter.java
M src/main/resources/index.jelly
M 
src/main/resources/org/jenkinsci/plugins/ConfigurableExtensionFilter/global.jelly
A src/test/java/org/jenkinsci/plugins/ConfigurableExtensionFilterTest.java

  Log Message:
  ---
  Merge pull request #3 from batmat/bump-to-latest-parent

Bump to latest parent


Compare: 
https://github.com/jenkinsci/extension-filter-plugin/compare/ed6e0863f51f...21998ea3973b
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
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.