[jenkinsci/config-file-provider-plugin] 11d2ea: Upgrade JCasC dependency to fix IOException warning

2019-09-03 Thread Dominik Bartholdi
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/config-file-provider-plugin

  Commit: 11d2eafd923e89551f8dc99b62e5796efce68060

  
https://github.com/jenkinsci/config-file-provider-plugin/commit/11d2eafd923e89551f8dc99b62e5796efce68060

  Author: René Scheibe 

  Date:   2019-09-03 (Tue, 03 Sep 2019)



  Changed paths:

M pom.xml



  Log Message:

  ---

  Upgrade JCasC dependency to fix IOException warning



Otherwise when running GlobalConfigFilesTest the following warning

including a stacktrace has been logged on Jenkins startup:



> java.io.IOException: No such file: 
> /Users/nicolas/java/src/github.com/jenkinsci/configuration-as-code/target/checkout/plugin/src/main/resources





  Commit: a7ca2751d3f4e34c595b2fc4378194de138143f4

  
https://github.com/jenkinsci/config-file-provider-plugin/commit/a7ca2751d3f4e34c595b2fc4378194de138143f4

  Author: imod 

  Date:   2019-09-04 (Wed, 04 Sep 2019)



  Changed paths:

M pom.xml



  Log Message:

  ---

  Merge branch 'fix-ioexception-warning' of 
https://github.com/darxriggs/config-file-provider-plugin into 
darxriggs-fix-ioexception-warning





  Commit: c50df11689f8cf686cd115927db83238eb240f3a

  
https://github.com/jenkinsci/config-file-provider-plugin/commit/c50df11689f8cf686cd115927db83238eb240f3a

  Author: imod 

  Date:   2019-09-04 (Wed, 04 Sep 2019)



  Changed paths:

M pom.xml



  Log Message:

  ---

  Merge branch 'darxriggs-fix-ioexception-warning'





Compare: 
https://github.com/jenkinsci/config-file-provider-plugin/compare/192a6e4620b6...c50df11689f8

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


[jenkinsci/config-file-provider-plugin] 8b8a1b: [JENKINS-53399] Add deserialization test for Folde...

2019-09-03 Thread Dominik Bartholdi
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/config-file-provider-plugin

  Commit: 8b8a1b0836d6a087d6da9ed55108e163fd92a66e

  
https://github.com/jenkinsci/config-file-provider-plugin/commit/8b8a1b0836d6a087d6da9ed55108e163fd92a66e

  Author: René Scheibe 

  Date:   2019-09-03 (Tue, 03 Sep 2019)



  Changed paths:

M src/test/java/org/jenkinsci/plugins/configfiles/GlobalConfigFilesTest.java

A 
src/test/java/org/jenkinsci/plugins/configfiles/folder/FolderConfigFilesTest.java

M 
src/test/resources/org/jenkinsci/plugins/configfiles/GlobalConfigFilesTest/verifyLoadWithAnonymousInnerClassComparatorVar1/org.jenkinsci.plugins.configfiles.GlobalConfigFiles.xml

A 
src/test/resources/org/jenkinsci/plugins/configfiles/folder/FolderConfigFilesTest/verifyLoadWithAnonymousInnerClassComparatorVar1/jobs/test-folder/config.xml



  Log Message:

  ---

  [JENKINS-53399] Add deserialization test for FolderConfigFileProperty



The config files for the new test have been set up as similar as

possible to the existing one, only ids differ. The existing test

was cleaned a bit.





  Commit: 0eaab898cc00e5104be541a646a34f86420fad96

  
https://github.com/jenkinsci/config-file-provider-plugin/commit/0eaab898cc00e5104be541a646a34f86420fad96

  Author: René Scheibe 

  Date:   2019-09-03 (Tue, 03 Sep 2019)



  Changed paths:

A src/main/java/org/jenkinsci/plugins/configfiles/ConfigByIdComparator.java

A src/main/java/org/jenkinsci/plugins/configfiles/GlobalConfigFiles$1.java

M src/main/java/org/jenkinsci/plugins/configfiles/GlobalConfigFiles.java

A 
src/main/java/org/jenkinsci/plugins/configfiles/folder/FolderConfigFileProperty$1.java

M 
src/main/java/org/jenkinsci/plugins/configfiles/folder/FolderConfigFileProperty.java



  Log Message:

  ---

  Fix anonymous class serialization warnings



Anonymous inner classes are replaced by a dedicated comparator class.



NOTE: Also introducing classes to keep XStream backward compatibility.

This was missed in the previous attempt in commit 2366eaee69.



The warnings from org.jenkinsci.remoting.util.AnonymousClassWarnings have been:

> "Attempt to (de-)serialize anonymous class 
> org.jenkinsci.plugins.configfiles.GlobalConfigFiles$1 ..."

> "Attempt to (de-)serialize anonymous class 
> org.jenkinsci.plugins.configfiles.folder.FolderConfigFileProperty$1 ..."

see: https://wiki.jenkins.io/display/JENKINS/Serialization+of+anonymous+classes





  Commit: 192a6e4620b6da2742842b967270f643f6334979

  
https://github.com/jenkinsci/config-file-provider-plugin/commit/192a6e4620b6da2742842b967270f643f6334979

  Author: imod 

  Date:   2019-09-04 (Wed, 04 Sep 2019)



  Changed paths:

A src/main/java/org/jenkinsci/plugins/configfiles/ConfigByIdComparator.java

A src/main/java/org/jenkinsci/plugins/configfiles/GlobalConfigFiles$1.java

M src/main/java/org/jenkinsci/plugins/configfiles/GlobalConfigFiles.java

A 
src/main/java/org/jenkinsci/plugins/configfiles/folder/FolderConfigFileProperty$1.java

M 
src/main/java/org/jenkinsci/plugins/configfiles/folder/FolderConfigFileProperty.java

M src/test/java/org/jenkinsci/plugins/configfiles/GlobalConfigFilesTest.java

A 
src/test/java/org/jenkinsci/plugins/configfiles/folder/FolderConfigFilesTest.java

M 
src/test/resources/org/jenkinsci/plugins/configfiles/GlobalConfigFilesTest/verifyLoadWithAnonymousInnerClassComparatorVar1/org.jenkinsci.plugins.configfiles.GlobalConfigFiles.xml

A 
src/test/resources/org/jenkinsci/plugins/configfiles/folder/FolderConfigFilesTest/verifyLoadWithAnonymousInnerClassComparatorVar1/jobs/test-folder/config.xml



  Log Message:

  ---

  Merge branch 'darxriggs-fix-anonymous-class-warning'





Compare: 
https://github.com/jenkinsci/config-file-provider-plugin/compare/bb125d8f4fd1...192a6e4620b6

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


[jenkinsci/config-file-provider-plugin] f9a286: Use new domain for plugin wiki

2019-09-03 Thread Dominik Bartholdi
  Branch: refs/heads/batmat-java11-readiness

  Home:   https://github.com/jenkinsci/config-file-provider-plugin

  Commit: f9a286375ac490a04e0747268a07029d0fe19a2a

  
https://github.com/jenkinsci/config-file-provider-plugin/commit/f9a286375ac490a04e0747268a07029d0fe19a2a

  Author: René Scheibe 

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



  Changed paths:

M pom.xml



  Log Message:

  ---

  Use new domain for plugin wiki





  Commit: 2386d91baa1b0984ff1c45ba330adf93fc479ded

  
https://github.com/jenkinsci/config-file-provider-plugin/commit/2386d91baa1b0984ff1c45ba330adf93fc479ded

  Author: René Scheibe 

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



  Changed paths:

M pom.xml



  Log Message:

  ---

  Remove redundant distributionManagement configuration



It is already provided by the parent pom.





  Commit: 6b85ad8a30c2d791353ce2d5fb95c5889805ade8

  
https://github.com/jenkinsci/config-file-provider-plugin/commit/6b85ad8a30c2d791353ce2d5fb95c5889805ade8

  Author: René Scheibe 

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



  Changed paths:

M pom.xml



  Log Message:

  ---

  Remove redundant properties



They are already provided by the parent pom.





  Commit: f0bc2b33153ddf094b893cfefe129237db23845e

  
https://github.com/jenkinsci/config-file-provider-plugin/commit/f0bc2b33153ddf094b893cfefe129237db23845e

  Author: René Scheibe 

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



  Changed paths:

M 
src/main/java/org/jenkinsci/lib/configprovider/AbstractConfigProviderImpl.java

M src/main/java/org/jenkinsci/lib/configprovider/ConfigProvider.java

M src/main/java/org/jenkinsci/plugins/configfiles/ConfigFiles.java

M src/main/java/org/jenkinsci/plugins/configfiles/ConfigFilesManagement.java

M src/main/java/org/jenkinsci/plugins/configfiles/ConfigFilesUIContract.java

M 
src/main/java/org/jenkinsci/plugins/configfiles/builder/ConfigFileBuildStep.java

M 
src/main/java/org/jenkinsci/plugins/configfiles/buildwrapper/ManagedFile.java

M 
src/main/java/org/jenkinsci/plugins/configfiles/buildwrapper/ManagedFileUtil.java

M 
src/main/java/org/jenkinsci/plugins/configfiles/common/CleanTempFilesAction.java

M 
src/main/java/org/jenkinsci/plugins/configfiles/maven/job/SimpleEnvironment.java

M 
src/main/java/org/jenkinsci/plugins/configfiles/maven/security/CredentialsHelper.java

M 
src/main/java/org/jenkinsci/plugins/configfiles/maven/security/MavenServerIdRequirement.java



  Log Message:

  ---

  Fix some Javadoc errors & warnings





  Commit: 684a9f1de9afce5a3ddaf0d7263f0a5f71966649

  
https://github.com/jenkinsci/config-file-provider-plugin/commit/684a9f1de9afce5a3ddaf0d7263f0a5f71966649

  Author: René Scheibe 

  Date:   2019-08-30 (Fri, 30 Aug 2019)



  Changed paths:

M src/main/java/org/jenkinsci/lib/configprovider/ConfigProvider.java

M src/main/java/org/jenkinsci/plugins/configfiles/ConfigFilesManagement.java

M src/main/java/org/jenkinsci/plugins/configfiles/ConfigFilesUIContract.java

M 
src/main/java/org/jenkinsci/plugins/configfiles/folder/FolderConfigFileAction.java

M src/main/java/org/jenkinsci/plugins/configfiles/json/JsonConfig.java

M 
src/main/java/org/jenkinsci/plugins/configfiles/maven/job/MvnGlobalSettingsProvider.java

M 
src/main/java/org/jenkinsci/plugins/configfiles/maven/job/MvnSettingsProvider.java

M 
src/main/java/org/jenkinsci/plugins/configfiles/maven/security/CredentialsHelper.java

M 
src/main/java/org/jenkinsci/plugins/configfiles/maven/security/ServerCredentialMapping.java

M 
src/main/java/org/jenkinsci/plugins/configfiles/properties/security/PropertiesCredentialMapping.java

M src/test/java/org/jenkinsci/plugins/configfiles/GlobalConfigFilesTest.java

M 
src/test/java/org/jenkinsci/plugins/configfiles/buildwrapper/ConfigFileBuildWrapperWorkflowTest.java

M 
src/test/java/org/jenkinsci/plugins/configfiles/maven/job/MvnSettingsCredentialsTest.java

M 
src/test/java/org/jenkinsci/plugins/configfiles/maven/job/MvnSettingsProviderTest.java

M 
src/test/java/org/jenkinsci/plugins/configfiles/maven/security/CredentialsHelperTest.java

A 
src/test/resources/org/jenkinsci/plugins/configfiles/GlobalConfigFilesTest/verifyLoadWithAnonymousInnerClassComparatorVar1/org.jenkinsci.plugins.configfiles.GlobalConfigFiles.xml

R 
src/test/resources/org/jenkinsci/plugins/configfiles/GlobalConfigFilesTest/verifyLoadWithAnonymousInnerClasseComperatorVar1/org.jenkinsci.plugins.configfiles.GlobalConfigFiles.xml



  Log Message:

  ---

  Fix typos & spelling





  Commit: 5ee2424e75c0d70a83358337cf9a7c9a6d21aac2

  
https://github.com/jenkinsci/config-file-provider-plugin/commit/5ee2424e75c0d70a83358337cf9a7c9a6d21aac2

  Author: René Scheibe 

  Date:   2019-08-30 (Fri, 30 Aug 2019)



  Changed paths:

M 
src/main/java/org/jenkinsci/plugins/configfiles/folder/FolderConfigFileAction

[jenkinsci/azure-vm-agents-plugin] a991cb: Bump arm template version

2019-09-03 Thread Jie Shen
  Branch: refs/heads/arm_version
  Home:   https://github.com/jenkinsci/azure-vm-agents-plugin
  Commit: a991cb8787d6ebdf4e4db7cb10e27798dbe24cba
  
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/a991cb8787d6ebdf4e4db7cb10e27798dbe24cba
  Author: Jie Shen 
  Date:   2019-09-04 (Wed, 04 Sep 2019)

  Changed paths:
M src/main/resources/customImageTemplate.json
M src/main/resources/customImageTemplateWithManagedDisk.json
M src/main/resources/customImageTemplateWithScript.json
M src/main/resources/customImageTemplateWithScriptAndManagedDisk.json
M src/main/resources/publicIPFragment.json
M src/main/resources/referenceImageIDTemplateWithManagedDisk.json
M src/main/resources/referenceImageIDTemplateWithScriptAndManagedDisk.json
M src/main/resources/referenceImageTemplate.json
M src/main/resources/referenceImageTemplateWithManagedDisk.json
M src/main/resources/referenceImageTemplateWithScript.json
M src/main/resources/referenceImageTemplateWithScriptAndManagedDisk.json
M src/main/resources/virtualNetworkFragment.json

  Log Message:
  ---
  Bump arm template version


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


[jenkinsci/azure-vm-agents-plugin] 27dd35: Bump arm template version

2019-09-03 Thread Jie Shen
  Branch: refs/heads/arm_version
  Home:   https://github.com/jenkinsci/azure-vm-agents-plugin
  Commit: 27dd35a573a69b12f036705914339236c980aabc
  
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/27dd35a573a69b12f036705914339236c980aabc
  Author: Jie Shen 
  Date:   2019-09-04 (Wed, 04 Sep 2019)

  Changed paths:
M src/main/resources/customImageTemplate.json
M src/main/resources/customImageTemplateWithManagedDisk.json
M src/main/resources/customImageTemplateWithScript.json
M src/main/resources/customImageTemplateWithScriptAndManagedDisk.json
M src/main/resources/publicIPFragment.json
M src/main/resources/referenceImageIDTemplateWithManagedDisk.json
M src/main/resources/referenceImageIDTemplateWithScriptAndManagedDisk.json
M src/main/resources/referenceImageTemplate.json
M src/main/resources/referenceImageTemplateWithManagedDisk.json
M src/main/resources/referenceImageTemplateWithScript.json
M src/main/resources/referenceImageTemplateWithScriptAndManagedDisk.json
M src/main/resources/virtualNetworkFragment.json

  Log Message:
  ---
  Bump arm template version


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


[jenkinsci/azure-vm-agents-plugin] 49aa23: Bump arm template version

2019-09-03 Thread Jie Shen
  Branch: refs/heads/arm_version
  Home:   https://github.com/jenkinsci/azure-vm-agents-plugin
  Commit: 49aa236f8db62612a5992b4bfa3844ac9539880f
  
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/49aa236f8db62612a5992b4bfa3844ac9539880f
  Author: Jie Shen 
  Date:   2019-09-04 (Wed, 04 Sep 2019)

  Changed paths:
M src/main/resources/customImageTemplate.json
M src/main/resources/customImageTemplateWithManagedDisk.json
M src/main/resources/customImageTemplateWithScript.json
M src/main/resources/customImageTemplateWithScriptAndManagedDisk.json
M src/main/resources/publicIPFragment.json
M src/main/resources/referenceImageIDTemplateWithManagedDisk.json
M src/main/resources/referenceImageIDTemplateWithScriptAndManagedDisk.json
M src/main/resources/referenceImageTemplate.json
M src/main/resources/referenceImageTemplateWithManagedDisk.json
M src/main/resources/referenceImageTemplateWithScript.json
M src/main/resources/referenceImageTemplateWithScriptAndManagedDisk.json
M src/main/resources/virtualNetworkFragment.json

  Log Message:
  ---
  Bump arm template version


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


[jenkinsci/config-file-provider-plugin] 79eecc: Java 11 readiness: build both on JDK8 and JDK11

2019-09-03 Thread Dominik Bartholdi
  Branch: refs/heads/batmat-java11-readiness
  Home:   https://github.com/jenkinsci/config-file-provider-plugin
  Commit: 79eecc24e8f6228f83db43ba7cfc04e69af94dae
  
https://github.com/jenkinsci/config-file-provider-plugin/commit/79eecc24e8f6228f83db43ba7cfc04e69af94dae
  Author: Baptiste Mathus 
  Date:   2019-04-10 (Wed, 10 Apr 2019)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Java 11 readiness: build both on JDK8 and JDK11


  Commit: 8c75264922e305f7ba21df3d7f7bf921366766d7
  
https://github.com/jenkinsci/config-file-provider-plugin/commit/8c75264922e305f7ba21df3d7f7bf921366766d7
  Author: Baptiste Mathus 
  Date:   2019-04-11 (Thu, 11 Apr 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update workflow-support to 3.x for Java 11 support

And fix `RequireUpperBoundDeps` errors:

```
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (display-info) @ 
config-file-provider ---
[WARNING] Rule 4: org.apache.maven.plugins.enforcer.RequireUpperBoundDeps 
failed with message:
Failed while enforcing RequireUpperBoundDeps. The error(s) are [
Require upper bound dependencies error for 
org.jenkins-ci.plugins.workflow:workflow-api:2.22 paths to dependency are:
+-org.jenkins-ci.plugins:config-file-provider:3.7-SNAPSHOT
  +-org.jenkins-ci.plugins.workflow:workflow-api:2.22
and
+-org.jenkins-ci.plugins:config-file-provider:3.7-SNAPSHOT
  +-org.jenkins-ci.plugins.workflow:workflow-job:2.11.2
+-org.jenkins-ci.plugins.workflow:workflow-api:2.15
and
+-org.jenkins-ci.plugins:config-file-provider:3.7-SNAPSHOT
  +-org.jenkins-ci.plugins.workflow:workflow-basic-steps:2.5
+-org.jenkins-ci.plugins.workflow:workflow-api:2.16
and
+-org.jenkins-ci.plugins:config-file-provider:3.7-SNAPSHOT
  +-org.jenkins-ci.plugins.workflow:workflow-cps:2.42
+-org.jenkins-ci.plugins.workflow:workflow-api:2.18
and
+-org.jenkins-ci.plugins:config-file-provider:3.7-SNAPSHOT
  +-org.jenkins-ci.plugins.workflow:workflow-durable-task-step:2.13
+-org.jenkins-ci.plugins.workflow:workflow-api:2.19
and
+-org.jenkins-ci.plugins:config-file-provider:3.7-SNAPSHOT
  +-org.jenkins-ci.plugins.workflow:workflow-support:3.0
+-org.jenkins-ci.plugins.workflow:workflow-api:2.30
and
+-org.jenkins-ci.plugins:config-file-provider:3.7-SNAPSHOT
  +-org.jenkins-ci.plugins.workflow:workflow-support:3.0
+-org.jenkins-ci.plugins.workflow:workflow-api:2.30
,
Require upper bound dependencies error for org.jenkins-ci.plugins:scm-api:2.0.8 
paths to dependency are:
+-org.jenkins-ci.plugins:config-file-provider:3.7-SNAPSHOT
  +-org.jenkins-ci.plugins.workflow:workflow-api:2.22
+-org.jenkins-ci.plugins:scm-api:2.0.8
and
+-org.jenkins-ci.plugins:config-file-provider:3.7-SNAPSHOT
  +-org.jenkins-ci.plugins.workflow:workflow-cps:2.42
+-org.jenkins-ci.plugins:scm-api:2.0.8
and
+-org.jenkins-ci.plugins:config-file-provider:3.7-SNAPSHOT
  +-org.jenkins-ci.plugins.workflow:workflow-support:3.0
+-org.jenkins-ci.plugins:scm-api:2.2.6
and
+-org.jenkins-ci.plugins:config-file-provider:3.7-SNAPSHOT
  +-org.jenkins-ci.plugins.workflow:workflow-support:3.0
+-org.jenkins-ci.plugins:scm-api:2.2.6
and
+-org.jenkins-ci.plugins:config-file-provider:3.7-SNAPSHOT
  +-org.jenkins-ci.plugins:git:2.4.1
+-org.jenkins-ci.plugins:scm-api:1.0
and
+-org.jenkins-ci.plugins:config-file-provider:3.7-SNAPSHOT
  +-org.jenkins-ci.plugins:subversion:2.5.7
+-org.jenkins-ci.plugins:scm-api:0.2
,
Require upper bound dependencies error for 
org.jenkins-ci.plugins:script-security:1.36 paths to dependency are:
+-org.jenkins-ci.plugins:config-file-provider:3.7-SNAPSHOT
  +-org.jenkins-ci.plugins.workflow:workflow-cps:2.42
+-org.jenkins-ci.plugins:script-security:1.36
and
+-org.jenkins-ci.plugins:config-file-provider:3.7-SNAPSHOT
  +-org.jenkins-ci.plugins.workflow:workflow-durable-task-step:2.13
+-org.jenkins-ci.plugins:script-security:1.25
and
+-org.jenkins-ci.plugins:config-file-provider:3.7-SNAPSHOT
  +-org.jenkins-ci.plugins.workflow:workflow-support:3.0
+-org.jenkins-ci.plugins:script-security:1.39
and
+-org.jenkins-ci.plugins:config-file-provider:3.7-SNAPSHOT
  +-org.jenkins-ci.plugins.workflow:workflow-support:3.0
+-org.jenkins-ci.plugins:script-security:1.39
and
+-org.jenkins-ci.plugins:config-file-provider:3.7-SNAPSHOT
  +-org.jenkins-ci.plugins:git:2.4.1
+-org.jenkins-ci.plugins:matrix-project:1.6
  +-org.jenkins-ci.plugins:script-security:1.13
,
Require upper bound dependencies error for commons-net:commons-net:3.5 paths to 
dependency are:
+-org.jenkins-ci.plugins:config-file-provider:3.7-SNAPSHOT
  +-org.jenkins-ci.main:maven-plugin:3.1
+-org.apache.maven.wagon:wagon-ftp:3.0.0
  +-commons-net:commons-net:3.5
and
+-org.jenkins-ci.plugins:config-file-provider:3.7-SNAPSHOT
  +-org.jenkins-ci.main:jenkins-test-harness:2.49
+-org.jenkins-ci.main:jenkins-test-harness-htmlunit:2.31-2
  +-commons-net:commons-net:3.6
]
```


  Commit: cf5fc7d00e612c78cef781ca82dec5314146e516
  

[jenkinsci/analysis-model] 45f18d: Bump eclipse-collections.version from 9.2.0 to 10.0.0

2019-09-03 Thread dependabot-preview[bot]
  Branch: refs/heads/dependabot/maven/eclipse-collections.version-10.0.0
  Home:   https://github.com/jenkinsci/analysis-model
  Commit: 45f18de61b1801b1a4743c18c176fa97555d36be
  
https://github.com/jenkinsci/analysis-model/commit/45f18de61b1801b1a4743c18c176fa97555d36be
  Author: dependabot-preview[bot] 
<27856297+dependabot-preview[bot]@users.noreply.github.com>
  Date:   2019-09-04 (Wed, 04 Sep 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump eclipse-collections.version from 9.2.0 to 10.0.0

Bumps `eclipse-collections.version` from 9.2.0 to 10.0.0.

Updates `eclipse-collections-api` from 9.2.0 to 10.0.0
- [Release notes](https://github.com/eclipse/eclipse-collections/releases)
- 
[Changelog](https://github.com/eclipse/eclipse-collections/blob/master/RELEASE_NOTE_DRAFT.md)
- 
[Commits](https://github.com/eclipse/eclipse-collections/compare/9.2.0...10.0.0)

Updates `eclipse-collections` from 9.2.0 to 10.0.0
- [Release notes](https://github.com/eclipse/eclipse-collections/releases)
- 
[Changelog](https://github.com/eclipse/eclipse-collections/blob/master/RELEASE_NOTE_DRAFT.md)
- 
[Commits](https://github.com/eclipse/eclipse-collections/compare/9.2.0...10.0.0)

Signed-off-by: dependabot-preview[bot] 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/analysis-model/push/refs/heads/dependabot/maven/eclipse-collections.version-10.0.0/00-45f18d%40github.com.


[jenkinsci/ec2-plugin] 3c0b07: Bump configuration-as-code from 1.27 to 1.29

2019-09-03 Thread dependabot-preview[bot]
  Branch: refs/heads/dependabot/maven/io.jenkins-configuration-as-code-1.29
  Home:   https://github.com/jenkinsci/ec2-plugin
  Commit: 3c0b07895c5cb834e72ba889031e23c142ac143f
  
https://github.com/jenkinsci/ec2-plugin/commit/3c0b07895c5cb834e72ba889031e23c142ac143f
  Author: dependabot-preview[bot] 
<27856297+dependabot-preview[bot]@users.noreply.github.com>
  Date:   2019-09-04 (Wed, 04 Sep 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump configuration-as-code from 1.27 to 1.29

Bumps 
[configuration-as-code](https://github.com/jenkinsci/configuration-as-code-plugin)
 from 1.27 to 1.29.
- [Release 
notes](https://github.com/jenkinsci/configuration-as-code-plugin/releases)
- 
[Commits](https://github.com/jenkinsci/configuration-as-code-plugin/compare/configuration-as-code-1.27...configuration-as-code-1.29)

Signed-off-by: dependabot-preview[bot] 


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


[jenkinsci/localization-zh-cn-plugin]

2019-09-03 Thread Zhao Xiaojie
  Branch: refs/tags/localization-zh-cn-1.0.8
  Home:   https://github.com/jenkinsci/localization-zh-cn-plugin

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


[jenkinsci/localization-zh-cn-plugin] d86be2: [maven-release-plugin] prepare release localizatio...

2019-09-03 Thread Zhao Xiaojie
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/localization-zh-cn-plugin
  Commit: d86be249c33ed7ddd97a979e3dae6a7fdbc9f33a
  
https://github.com/jenkinsci/localization-zh-cn-plugin/commit/d86be249c33ed7ddd97a979e3dae6a7fdbc9f33a
  Author: Zhao Xiaojie 
  Date:   2019-09-04 (Wed, 04 Sep 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release localization-zh-cn-1.0.8


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


[jenkinsci/localization-zh-cn-plugin] 019565: [maven-release-plugin] prepare for next developmen...

2019-09-03 Thread Zhao Xiaojie
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/localization-zh-cn-plugin
  Commit: 01956572831a0ed4cd9189362e8025583bc98fe6
  
https://github.com/jenkinsci/localization-zh-cn-plugin/commit/01956572831a0ed4cd9189362e8025583bc98fe6
  Author: Zhao Xiaojie 
  Date:   2019-09-04 (Wed, 04 Sep 2019)

  Changed paths:
M pom.xml

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


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


[jenkinsci/vectorcast-execution-plugin] 4fc577: Updated scripts to handle compound only in compoun...

2019-09-03 Thread Tim Schneider
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/vectorcast-execution-plugin
  Commit: 4fc57752ffbb75fd47852c220c188a62ba8fe58e
  
https://github.com/jenkinsci/vectorcast-execution-plugin/commit/4fc57752ffbb75fd47852c220c188a62ba8fe58e
  Author: TimSVector 
  Date:   2019-09-03 (Tue, 03 Sep 2019)

  Changed paths:
M src/main/resources/scripts/generate_xml.py

  Log Message:
  ---
  Updated scripts to handle compound only in compound case


  Commit: 52d82af51ab57a8782173d75abe5ff6932146e02
  
https://github.com/jenkinsci/vectorcast-execution-plugin/commit/52d82af51ab57a8782173d75abe5ff6932146e02
  Author: TimSVector 
  Date:   2019-09-03 (Tue, 03 Sep 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge branch 'master' of 
https://github.com/jenkinsci/vectorcast-execution-plugin


Compare: 
https://github.com/jenkinsci/vectorcast-execution-plugin/compare/eda4f01f4f0e...52d82af51ab5

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


[jenkinsci/localization-zh-cn-plugin] dae040: Add Chinese localization for gitlab-branch-source-...

2019-09-03 Thread Zhao Xiaojie
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/localization-zh-cn-plugin
  Commit: dae04043a46333a7b6459cbfa3a714ccb1340a69
  
https://github.com/jenkinsci/localization-zh-cn-plugin/commit/dae04043a46333a7b6459cbfa3a714ccb1340a69
  Author: Zhao Xiaojie 
  Date:   2019-09-04 (Wed, 04 Sep 2019)

  Changed paths:
A 
plugins/gitlab-branch-source-plugin/src/main/resources/io/jenkins/plugins/gitlabbranchsource/BranchDiscoveryTrait/config_zh_CN.properties
A 
plugins/gitlab-branch-source-plugin/src/main/resources/io/jenkins/plugins/gitlabbranchsource/ForkMergeRequestDiscoveryTrait/config_zh_CN.properties
A 
plugins/gitlab-branch-source-plugin/src/main/resources/io/jenkins/plugins/gitlabbranchsource/GitLabBrowser/config_zh_CN.properties
A 
plugins/gitlab-branch-source-plugin/src/main/resources/io/jenkins/plugins/gitlabbranchsource/GitLabSCMNavigator/config_zh_CN.properties
A 
plugins/gitlab-branch-source-plugin/src/main/resources/io/jenkins/plugins/gitlabbranchsource/GitLabSCMSource/config-detail_zh_CN.properties
A 
plugins/gitlab-branch-source-plugin/src/main/resources/io/jenkins/plugins/gitlabbranchsource/HookRegistrationTrait/config_zh_CN.properties
A 
plugins/gitlab-branch-source-plugin/src/main/resources/io/jenkins/plugins/gitlabbranchsource/LogCommentTrait/config_zh_CN.properties
A 
plugins/gitlab-branch-source-plugin/src/main/resources/io/jenkins/plugins/gitlabbranchsource/Messages_zh_CN.properties
A 
plugins/gitlab-branch-source-plugin/src/main/resources/io/jenkins/plugins/gitlabbranchsource/OriginMergeRequestDiscoveryTrait/config_zh_CN.properties
A 
plugins/gitlab-branch-source-plugin/src/main/resources/io/jenkins/plugins/gitlabbranchsource/SSHCheckoutTrait/config_zh_CN.properties
A 
plugins/gitlab-branch-source-plugin/src/main/resources/io/jenkins/plugins/gitlabbranchsource/TriggerMRCommentTrait/config_zh_CN.properties
A 
plugins/gitlab-branch-source-plugin/src/main/resources/io/jenkins/plugins/gitlabserverconfig/credentials/Messages_zh_CN.properties
A 
plugins/gitlab-branch-source-plugin/src/main/resources/io/jenkins/plugins/gitlabserverconfig/credentials/PersonalAccessTokenImpl/credentials_zh_CN.properties
A 
plugins/gitlab-branch-source-plugin/src/main/resources/io/jenkins/plugins/gitlabserverconfig/servers/GitLabServer/config_zh_CN.properties
A 
plugins/gitlab-branch-source-plugin/src/main/resources/io/jenkins/plugins/gitlabserverconfig/servers/GitLabServers/config_zh_CN.properties
A 
plugins/gitlab-branch-source-plugin/src/main/resources/io/jenkins/plugins/gitlabserverconfig/servers/Messages_zh_CN.properties
M pom.xml

  Log Message:
  ---
  Add Chinese localization for gitlab-branch-source-plugin


  Commit: 5e2e2331ebd9f6c42e5cf0d600cbd41e27caa026
  
https://github.com/jenkinsci/localization-zh-cn-plugin/commit/5e2e2331ebd9f6c42e5cf0d600cbd41e27caa026
  Author: Zhao Xiaojie 
  Date:   2019-09-04 (Wed, 04 Sep 2019)

  Changed paths:
A 
plugins/gitlab-branch-source-plugin/src/main/resources/io/jenkins/plugins/gitlabbranchsource/BranchDiscoveryTrait/config_zh_CN.properties
A 
plugins/gitlab-branch-source-plugin/src/main/resources/io/jenkins/plugins/gitlabbranchsource/ForkMergeRequestDiscoveryTrait/config_zh_CN.properties
A 
plugins/gitlab-branch-source-plugin/src/main/resources/io/jenkins/plugins/gitlabbranchsource/GitLabBrowser/config_zh_CN.properties
A 
plugins/gitlab-branch-source-plugin/src/main/resources/io/jenkins/plugins/gitlabbranchsource/GitLabSCMNavigator/config_zh_CN.properties
A 
plugins/gitlab-branch-source-plugin/src/main/resources/io/jenkins/plugins/gitlabbranchsource/GitLabSCMSource/config-detail_zh_CN.properties
A 
plugins/gitlab-branch-source-plugin/src/main/resources/io/jenkins/plugins/gitlabbranchsource/HookRegistrationTrait/config_zh_CN.properties
A 
plugins/gitlab-branch-source-plugin/src/main/resources/io/jenkins/plugins/gitlabbranchsource/LogCommentTrait/config_zh_CN.properties
A 
plugins/gitlab-branch-source-plugin/src/main/resources/io/jenkins/plugins/gitlabbranchsource/Messages_zh_CN.properties
A 
plugins/gitlab-branch-source-plugin/src/main/resources/io/jenkins/plugins/gitlabbranchsource/OriginMergeRequestDiscoveryTrait/config_zh_CN.properties
A 
plugins/gitlab-branch-source-plugin/src/main/resources/io/jenkins/plugins/gitlabbranchsource/SSHCheckoutTrait/config_zh_CN.properties
A 
plugins/gitlab-branch-source-plugin/src/main/resources/io/jenkins/plugins/gitlabbranchsource/TriggerMRCommentTrait/config_zh_CN.properties
A 
plugins/gitlab-branch-source-plugin/src/main/resources/io/jenkins/plugins/gitlabserverconfig/credentials/Messages_zh_CN.properties
A 
plugins/gitlab-branch-source-plugin/src/main/resources/io/jenkins/plugins/gitlabserverconfig/credentials/PersonalAccessTokenImpl/credentials_zh_CN.properties
A 
plugins/gitlab-branch-source-plugin/src/main/resources/io/jenkins/plugins/gitlabserverconfig/servers/GitLabSe

[jenkinsci/localization-zh-cn-plugin] 5a5da9: See https://issues.jenkins-ci.org/browse/WEBSITE-4...

2019-09-03 Thread Zhao Xiaojie
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/localization-zh-cn-plugin
  Commit: 5a5da91233c7e5eff0972fcafc0a070dcbef2b1c
  
https://github.com/jenkinsci/localization-zh-cn-plugin/commit/5a5da91233c7e5eff0972fcafc0a070dcbef2b1c
  Author: Zhao Xiaojie 
  Date:   2019-09-04 (Wed, 04 Sep 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  See https://issues.jenkins-ci.org/browse/WEBSITE-406 -- pugins that have 
better docs in GitHub than Wiki should use GitHub.


  Commit: c6e854e0d81f94ae1ca551427a4fd912faa3e34b
  
https://github.com/jenkinsci/localization-zh-cn-plugin/commit/c6e854e0d81f94ae1ca551427a4fd912faa3e34b
  Author: Zhao Xiaojie 
  Date:   2019-09-04 (Wed, 04 Sep 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #97 from LinuxSuRen/plugin-site-doc

Use GitHub document instead of wiki for the plugin page


Compare: 
https://github.com/jenkinsci/localization-zh-cn-plugin/compare/0cba7c595965...c6e854e0d81f

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


[jenkinsci/localization-zh-cn-plugin] b26782: Add a Chinese verion of readme

2019-09-03 Thread Zhao Xiaojie
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/localization-zh-cn-plugin
  Commit: b2678270968ddf53ab183b10b113922e132d9f81
  
https://github.com/jenkinsci/localization-zh-cn-plugin/commit/b2678270968ddf53ab183b10b113922e132d9f81
  Author: Zhao Xiaojie 
  Date:   2019-09-04 (Wed, 04 Sep 2019)

  Changed paths:
A README_zh_CN.md

  Log Message:
  ---
  Add a Chinese verion of readme


  Commit: 0cba7c5959657705db9f8b97e2a4af813a7d1543
  
https://github.com/jenkinsci/localization-zh-cn-plugin/commit/0cba7c5959657705db9f8b97e2a4af813a7d1543
  Author: Zhao Xiaojie 
  Date:   2019-09-04 (Wed, 04 Sep 2019)

  Changed paths:
A README_zh_CN.md

  Log Message:
  ---
  Merge pull request #99 from LinuxSuRen/zh-doc

Add a Chinese verion of readme


Compare: 
https://github.com/jenkinsci/localization-zh-cn-plugin/compare/43abccca4919...0cba7c595965

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


[jenkinsci/localization-zh-cn-plugin] 8cd070: Using jcli to upload plugin instead of upload.sh

2019-09-03 Thread Zhao Xiaojie
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/localization-zh-cn-plugin
  Commit: 8cd0700798f5268942ebc006c3d64ffb8ab06d99
  
https://github.com/jenkinsci/localization-zh-cn-plugin/commit/8cd0700798f5268942ebc006c3d64ffb8ab06d99
  Author: Zhao Xiaojie 
  Date:   2019-09-04 (Wed, 04 Sep 2019)

  Changed paths:
M README.md
R upload.sh

  Log Message:
  ---
  Using jcli to upload plugin instead of upload.sh


  Commit: 43abccca4919f7711bac4b60d5246375f610efb2
  
https://github.com/jenkinsci/localization-zh-cn-plugin/commit/43abccca4919f7711bac4b60d5246375f610efb2
  Author: Zhao Xiaojie 
  Date:   2019-09-04 (Wed, 04 Sep 2019)

  Changed paths:
M README.md
R upload.sh

  Log Message:
  ---
  Merge pull request #98 from LinuxSuRen/remove-upload-script

Using jcli to upload plugin instead of upload.sh


Compare: 
https://github.com/jenkinsci/localization-zh-cn-plugin/compare/d22ee395ad73...43abccca4919

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


[jenkinsci/token-macro-plugin] ba6884: Convert docs from wiki

2019-09-03 Thread Alex Earl
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/token-macro-plugin
  Commit: ba688466e74568ad1c043db10234cf24adcd551e
  
https://github.com/jenkinsci/token-macro-plugin/commit/ba688466e74568ad1c043db10234cf24adcd551e
  Author: Alex Earl 
  Date:   2019-09-03 (Tue, 03 Sep 2019)

  Changed paths:
M README.md

  Log Message:
  ---
  Convert docs from wiki


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


[jenkinsci/hugo-plugin]

2019-09-03 Thread Zhao Xiaojie
  Branch: refs/heads/plugin-doc
  Home:   https://github.com/jenkinsci/hugo-plugin

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


[jenkinsci/token-macro-plugin] 866df2: Update to pull docs from README instead of Wiki

2019-09-03 Thread Alex Earl
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/token-macro-plugin
  Commit: 866df2202beca0a1ecf3c90961372589aaf80a72
  
https://github.com/jenkinsci/token-macro-plugin/commit/866df2202beca0a1ecf3c90961372589aaf80a72
  Author: Alex Earl 
  Date:   2019-09-03 (Tue, 03 Sep 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update to pull docs from README instead of Wiki


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


[jenkinsci/hugo-plugin] 21d89e: [maven-release-plugin] prepare release hugo-0.1.8

2019-09-03 Thread Zhao Xiaojie
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/hugo-plugin
  Commit: 21d89ef95b10e004fb0b7296828b16c61539562f
  
https://github.com/jenkinsci/hugo-plugin/commit/21d89ef95b10e004fb0b7296828b16c61539562f
  Author: Zhao Xiaojie 
  Date:   2019-09-04 (Wed, 04 Sep 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release hugo-0.1.8


  Commit: 3f480a2a33eaafd9cfefa2de0ea6c1c13c25e12a
  
https://github.com/jenkinsci/hugo-plugin/commit/3f480a2a33eaafd9cfefa2de0ea6c1c13c25e12a
  Author: Zhao Xiaojie 
  Date:   2019-09-04 (Wed, 04 Sep 2019)

  Changed paths:
M pom.xml

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


  Commit: 1984d6117d76993af966abfc3b0433785571c527
  
https://github.com/jenkinsci/hugo-plugin/commit/1984d6117d76993af966abfc3b0433785571c527
  Author: Zhao Xiaojie 
  Date:   2019-09-04 (Wed, 04 Sep 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge branch 'plugin-doc'


Compare: 
https://github.com/jenkinsci/hugo-plugin/compare/39f597f18832...1984d6117d76

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


[jenkinsci/hugo-plugin] 3f480a: [maven-release-plugin] prepare for next developmen...

2019-09-03 Thread Zhao Xiaojie
  Branch: refs/heads/plugin-doc
  Home:   https://github.com/jenkinsci/hugo-plugin
  Commit: 3f480a2a33eaafd9cfefa2de0ea6c1c13c25e12a
  
https://github.com/jenkinsci/hugo-plugin/commit/3f480a2a33eaafd9cfefa2de0ea6c1c13c25e12a
  Author: Zhao Xiaojie 
  Date:   2019-09-04 (Wed, 04 Sep 2019)

  Changed paths:
M pom.xml

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


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


[jenkinsci/hugo-plugin] 21d89e: [maven-release-plugin] prepare release hugo-0.1.8

2019-09-03 Thread Zhao Xiaojie
  Branch: refs/heads/plugin-doc
  Home:   https://github.com/jenkinsci/hugo-plugin
  Commit: 21d89ef95b10e004fb0b7296828b16c61539562f
  
https://github.com/jenkinsci/hugo-plugin/commit/21d89ef95b10e004fb0b7296828b16c61539562f
  Author: Zhao Xiaojie 
  Date:   2019-09-04 (Wed, 04 Sep 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release hugo-0.1.8


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


[jenkinsci/hugo-plugin]

2019-09-03 Thread Zhao Xiaojie
  Branch: refs/tags/hugo-0.1.8
  Home:   https://github.com/jenkinsci/hugo-plugin

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


[jenkinsci/hugo-plugin] cffea7: Use readme for the plugin doc instead of wiki

2019-09-03 Thread Zhao Xiaojie
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/hugo-plugin
  Commit: cffea77fb5756505393bcab3a231b480be197935
  
https://github.com/jenkinsci/hugo-plugin/commit/cffea77fb5756505393bcab3a231b480be197935
  Author: Zhao Xiaojie 
  Date:   2019-09-04 (Wed, 04 Sep 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Use readme for the plugin doc instead of wiki


  Commit: 39f597f18832ded9233debac00f58b20bf3f68c4
  
https://github.com/jenkinsci/hugo-plugin/commit/39f597f18832ded9233debac00f58b20bf3f68c4
  Author: Zhao Xiaojie 
  Date:   2019-09-04 (Wed, 04 Sep 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #15 from LinuxSuRen/plugin-doc

Use readme for the plugin doc instead of wiki


Compare: 
https://github.com/jenkinsci/hugo-plugin/compare/b942483848a4...39f597f18832

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


[jenkinsci/ownership-plugin] 1fc9cc: [JENKINS-59172] - Use GitHub as a source of the pl...

2019-09-03 Thread Oleg Nenashev
  Branch: refs/heads/JENKINS-59172
  Home:   https://github.com/jenkinsci/ownership-plugin
  Commit: 1fc9cc0695d09b568efb0ef99ad754bee79e
  
https://github.com/jenkinsci/ownership-plugin/commit/1fc9cc0695d09b568efb0ef99ad754bee79e
  Author: Oleg Nenashev 
  Date:   2019-09-04 (Wed, 04 Sep 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [JENKINS-59172] - Use GitHub as a source of the plugin's documentation on 
plugins.jenkins.io


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


[jenkins-infra/jenkins.io] c907c3: Add an event page for the third GSoC/Outreachy dem...

2019-09-03 Thread Oleg Nenashev
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: c907c3a9d8c85faacf75449b6246da851d54ab03
  
https://github.com/jenkins-infra/jenkins.io/commit/c907c3a9d8c85faacf75449b6246da851d54ab03
  Author: Oleg Nenashev 
  Date:   2019-09-03 (Tue, 03 Sep 2019)

  Changed paths:
A content/_data/events/2019-09-05-jom-summer-projects-3.adoc

  Log Message:
  ---
  Add an event page for the third GSoC/Outreachy demos JOM


  Commit: 97c86285c78a1dc3810afd7991d8383a4a9c207e
  
https://github.com/jenkins-infra/jenkins.io/commit/97c86285c78a1dc3810afd7991d8383a4a9c207e
  Author: Oleg Nenashev 
  Date:   2019-09-04 (Wed, 04 Sep 2019)

  Changed paths:
A content/_data/events/2019-09-05-jom-summer-projects-3.adoc

  Log Message:
  ---
  Merge pull request #2460 from oleg-nenashev/online-jam-3

Add an event page for the third GSoC/Outreachy demos JOM


Compare: 
https://github.com/jenkins-infra/jenkins.io/compare/34f93a97f4c6...97c86285c78a

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


[jenkins-infra/jenkins.io] 5ea959: Add incoming Jenkins meetups to the website

2019-09-03 Thread Oleg Nenashev
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 5ea95928082ef8e655988dde862db580a4c1cf8c
  
https://github.com/jenkins-infra/jenkins.io/commit/5ea95928082ef8e655988dde862db580a4c1cf8c
  Author: Oleg Nenashev 
  Date:   2019-09-03 (Tue, 03 Sep 2019)

  Changed paths:
A content/_data/events/2019-09-11-triangle-jam.adoc
A content/_data/events/2019-09-25-jamsterdam.adoc
A content/_data/events/2019-10-03-codeconf-aarhus.adoc

  Log Message:
  ---
  Add incoming Jenkins meetups to the website


  Commit: 34f93a97f4c61dd62f0db09b8e5fb20e799b756d
  
https://github.com/jenkins-infra/jenkins.io/commit/34f93a97f4c61dd62f0db09b8e5fb20e799b756d
  Author: Oleg Nenashev 
  Date:   2019-09-04 (Wed, 04 Sep 2019)

  Changed paths:
A content/_data/events/2019-09-11-triangle-jam.adoc
A content/_data/events/2019-09-25-jamsterdam.adoc
A content/_data/events/2019-10-03-codeconf-aarhus.adoc

  Log Message:
  ---
  Merge pull request #2461 from oleg-nenashev/jams-sep-2019

Add incoming Jenkins meetups to the website


Compare: 
https://github.com/jenkins-infra/jenkins.io/compare/ed1aacf4e671...34f93a97f4c6

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


[jenkinsci/matrix-auth-plugin] 991100: [JENKINS-59172] - Use GitHub as a source of the pl...

2019-09-03 Thread Oleg Nenashev
  Branch: refs/heads/JENKINS-59172
  Home:   https://github.com/jenkinsci/matrix-auth-plugin
  Commit: 9911009d16bdfff7f134f185547cb3f703364fd3
  
https://github.com/jenkinsci/matrix-auth-plugin/commit/9911009d16bdfff7f134f185547cb3f703364fd3
  Author: Oleg Nenashev 
  Date:   2019-09-04 (Wed, 04 Sep 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [JENKINS-59172] - Use GitHub as a source of the plugin's documentation on 
plugins.jenkins.io

See https://groups.google.com/forum/#!topic/jenkinsci-dev/VSdfVMDIW-A


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


[jenkinsci/label-verifier-plugin]

2019-09-03 Thread Oleg Nenashev
  Branch: refs/tags/label-verifier-1.4
  Home:   https://github.com/jenkinsci/label-verifier-plugin

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


[jenkinsci/label-verifier-plugin] 69c2ad: [maven-release-plugin] prepare for next developmen...

2019-09-03 Thread Oleg Nenashev
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/label-verifier-plugin
  Commit: 69c2ade03f17e8115f7a243059b2b82e72375cd0
  
https://github.com/jenkinsci/label-verifier-plugin/commit/69c2ade03f17e8115f7a243059b2b82e72375cd0
  Author: Oleg Nenashev 
  Date:   2019-09-04 (Wed, 04 Sep 2019)

  Changed paths:
M pom.xml

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


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


[jenkinsci/label-verifier-plugin] 803ed4: [maven-release-plugin] prepare release label-verif...

2019-09-03 Thread Oleg Nenashev
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/label-verifier-plugin
  Commit: 803ed4d2e1cb6d7aea83774c40a2334afbcd81cc
  
https://github.com/jenkinsci/label-verifier-plugin/commit/803ed4d2e1cb6d7aea83774c40a2334afbcd81cc
  Author: Oleg Nenashev 
  Date:   2019-09-04 (Wed, 04 Sep 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release label-verifier-1.4


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


[jenkinsci/role-strategy-plugin]

2019-09-03 Thread dependabot-preview[bot]
  Branch: refs/heads/dependabot/maven/io.jenkins-configuration-as-code-1.29
  Home:   https://github.com/jenkinsci/role-strategy-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/role-strategy-plugin/push/refs/heads/dependabot/maven/io.jenkins-configuration-as-code-1.29/1421a9-00%40github.com.


[jenkinsci/role-strategy-plugin] 1421a9: Bump configuration-as-code from 1.27 to 1.29

2019-09-03 Thread Oleg Nenashev
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/role-strategy-plugin
  Commit: 1421a9a2013a81b8368a51cc64f36487fdc9d3f2
  
https://github.com/jenkinsci/role-strategy-plugin/commit/1421a9a2013a81b8368a51cc64f36487fdc9d3f2
  Author: dependabot-preview[bot] 
<27856297+dependabot-preview[bot]@users.noreply.github.com>
  Date:   2019-08-26 (Mon, 26 Aug 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump configuration-as-code from 1.27 to 1.29

Bumps 
[configuration-as-code](https://github.com/jenkinsci/configuration-as-code-plugin)
 from 1.27 to 1.29.
- [Release 
notes](https://github.com/jenkinsci/configuration-as-code-plugin/releases)
- 
[Commits](https://github.com/jenkinsci/configuration-as-code-plugin/compare/configuration-as-code-1.27...configuration-as-code-1.29)

Signed-off-by: dependabot-preview[bot] 


  Commit: 4e89b7e0e118807b910723edb6d5c4cd9b047f7c
  
https://github.com/jenkinsci/role-strategy-plugin/commit/4e89b7e0e118807b910723edb6d5c4cd9b047f7c
  Author: Oleg Nenashev 
  Date:   2019-09-04 (Wed, 04 Sep 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #102 from 
jenkinsci/dependabot/maven/io.jenkins-configuration-as-code-1.29

Bump configuration-as-code from 1.27 to 1.29


Compare: 
https://github.com/jenkinsci/role-strategy-plugin/compare/264585b4a5d6...4e89b7e0e118

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


[jenkinsci/label-verifier-plugin]

2019-09-03 Thread Oleg Nenashev
  Branch: refs/heads/JENKINS-59172
  Home:   https://github.com/jenkinsci/label-verifier-plugin

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


[jenkinsci/label-verifier-plugin] fc0ffd: [JENKINS-59172] - Use GitHub as a source of the pl...

2019-09-03 Thread Oleg Nenashev
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/label-verifier-plugin
  Commit: fc0ffd8a7d7b9a8fb9fed534679848b9a7cee56e
  
https://github.com/jenkinsci/label-verifier-plugin/commit/fc0ffd8a7d7b9a8fb9fed534679848b9a7cee56e
  Author: Oleg Nenashev 
  Date:   2019-09-02 (Mon, 02 Sep 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [JENKINS-59172] - Use GitHub as a source of the plugin's documentation on 
plugins.jenkins.io


  Commit: e4986bfb15a3c557c627278b669fb2ed052ce817
  
https://github.com/jenkinsci/label-verifier-plugin/commit/e4986bfb15a3c557c627278b669fb2ed052ce817
  Author: Oleg Nenashev 
  Date:   2019-09-04 (Wed, 04 Sep 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #11 from jenkinsci/JENKINS-59172

[JENKINS-59172] - Use GitHub as a source of the plugin's documentation on 
plugins.jenkins.io


Compare: 
https://github.com/jenkinsci/label-verifier-plugin/compare/f6a4fa6afba0...e4986bfb15a3

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


[jenkinsci/configuration-as-code-plugin] 5e2b70: Bump joda-time from 2.9.9 to 2.10.3

2019-09-03 Thread dependabot-preview[bot]
  Branch: refs/heads/dependabot/maven/joda-time-joda-time-2.10.3
  Home:   https://github.com/jenkinsci/configuration-as-code-plugin
  Commit: 5e2b70d9863477b08741bc6f7d1df9a363c20953
  
https://github.com/jenkinsci/configuration-as-code-plugin/commit/5e2b70d9863477b08741bc6f7d1df9a363c20953
  Author: dependabot-preview[bot] 
<27856297+dependabot-preview[bot]@users.noreply.github.com>
  Date:   2019-09-03 (Tue, 03 Sep 2019)

  Changed paths:
M integrations/pom.xml

  Log Message:
  ---
  Bump joda-time from 2.9.9 to 2.10.3

Bumps [joda-time](https://github.com/JodaOrg/joda-time) from 2.9.9 to 2.10.3.
- [Release notes](https://github.com/JodaOrg/joda-time/releases)
- 
[Changelog](https://github.com/JodaOrg/joda-time/blob/master/RELEASE-NOTES.txt)
- [Commits](https://github.com/JodaOrg/joda-time/compare/v2.9.9...v2.10.3)

Signed-off-by: dependabot-preview[bot] 


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


[jenkinsci/configuration-as-code-plugin] fab647: Bump jackson-module-jaxb-annotations from 2.7.5 to...

2019-09-03 Thread dependabot-preview[bot]
  Branch: 
refs/heads/dependabot/maven/com.fasterxml.jackson.module-jackson-module-jaxb-annotations-2.10.0.pr2
  Home:   https://github.com/jenkinsci/configuration-as-code-plugin
  Commit: fab6472c25492739cb97f0afbf3ba4b906924875
  
https://github.com/jenkinsci/configuration-as-code-plugin/commit/fab6472c25492739cb97f0afbf3ba4b906924875
  Author: dependabot-preview[bot] 
<27856297+dependabot-preview[bot]@users.noreply.github.com>
  Date:   2019-09-03 (Tue, 03 Sep 2019)

  Changed paths:
M integrations/pom.xml

  Log Message:
  ---
  Bump jackson-module-jaxb-annotations from 2.7.5 to 2.10.0.pr2

Bumps 
[jackson-module-jaxb-annotations](https://github.com/FasterXML/jackson-modules-base)
 from 2.7.5 to 2.10.0.pr2.
- [Release notes](https://github.com/FasterXML/jackson-modules-base/releases)
- 
[Commits](https://github.com/FasterXML/jackson-modules-base/compare/jackson-modules-base-2.7.5...jackson-modules-base-2.10.0.pr2)

Signed-off-by: dependabot-preview[bot] 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/configuration-as-code-plugin/push/refs/heads/dependabot/maven/com.fasterxml.jackson.module-jackson-module-jaxb-annotations-2.10.0.pr2/19ced0-fab647%40github.com.


[jenkinsci/configuration-as-code-plugin] db1e0b: Bump vavr from 0.9.2 to 0.10.2

2019-09-03 Thread dependabot-preview[bot]
  Branch: refs/heads/dependabot/maven/io.vavr-vavr-0.10.2
  Home:   https://github.com/jenkinsci/configuration-as-code-plugin
  Commit: db1e0b2889ce34ee01efae3076c28518171475a2
  
https://github.com/jenkinsci/configuration-as-code-plugin/commit/db1e0b2889ce34ee01efae3076c28518171475a2
  Author: dependabot-preview[bot] 
<27856297+dependabot-preview[bot]@users.noreply.github.com>
  Date:   2019-09-03 (Tue, 03 Sep 2019)

  Changed paths:
M plugin/pom.xml

  Log Message:
  ---
  Bump vavr from 0.9.2 to 0.10.2

Bumps [vavr](https://github.com/vavr-io/vavr) from 0.9.2 to 0.10.2.
- [Release notes](https://github.com/vavr-io/vavr/releases)
- [Commits](https://github.com/vavr-io/vavr/compare/v0.9.2...v0.10.2)

Signed-off-by: dependabot-preview[bot] 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/configuration-as-code-plugin/push/refs/heads/dependabot/maven/io.vavr-vavr-0.10.2/76c8a7-db1e0b%40github.com.


[jenkinsci/configuration-as-code-plugin] 713bb0: Bump hashicorp-vault-plugin from 2.4.0 to 2.5.0

2019-09-03 Thread dependabot-preview[bot]
  Branch: 
refs/heads/dependabot/maven/com.datapipe.jenkins.plugins-hashicorp-vault-plugin-2.5.0
  Home:   https://github.com/jenkinsci/configuration-as-code-plugin
  Commit: 713bb00a5ab915cce4535079fb6678d2909d8e50
  
https://github.com/jenkinsci/configuration-as-code-plugin/commit/713bb00a5ab915cce4535079fb6678d2909d8e50
  Author: dependabot-preview[bot] 
<27856297+dependabot-preview[bot]@users.noreply.github.com>
  Date:   2019-09-03 (Tue, 03 Sep 2019)

  Changed paths:
M integrations/pom.xml

  Log Message:
  ---
  Bump hashicorp-vault-plugin from 2.4.0 to 2.5.0

Bumps 
[hashicorp-vault-plugin](https://github.com/jenkinsci/hashicorp-vault-plugin) 
from 2.4.0 to 2.5.0.
- [Release notes](https://github.com/jenkinsci/hashicorp-vault-plugin/releases)
- 
[Commits](https://github.com/jenkinsci/hashicorp-vault-plugin/compare/hashicorp-vault-plugin-2.4.0...hashicorp-vault-plugin-2.5.0)

Signed-off-by: dependabot-preview[bot] 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/configuration-as-code-plugin/push/refs/heads/dependabot/maven/com.datapipe.jenkins.plugins-hashicorp-vault-plugin-2.5.0/b40a2b-713bb0%40github.com.


[jenkinsci/configuration-as-code-plugin] 8adb02: Bump commons-codec from 1.9 to 1.13

2019-09-03 Thread dependabot-preview[bot]
  Branch: refs/heads/dependabot/maven/commons-codec-commons-codec-1.13
  Home:   https://github.com/jenkinsci/configuration-as-code-plugin
  Commit: 8adb0248a34a35b155dd20880fb422b7df2c7a87
  
https://github.com/jenkinsci/configuration-as-code-plugin/commit/8adb0248a34a35b155dd20880fb422b7df2c7a87
  Author: dependabot-preview[bot] 
<27856297+dependabot-preview[bot]@users.noreply.github.com>
  Date:   2019-09-03 (Tue, 03 Sep 2019)

  Changed paths:
M integrations/pom.xml

  Log Message:
  ---
  Bump commons-codec from 1.9 to 1.13

Bumps [commons-codec](https://github.com/apache/commons-codec) from 1.9 to 1.13.
- [Release notes](https://github.com/apache/commons-codec/releases)
- 
[Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt)
- 
[Commits](https://github.com/apache/commons-codec/compare/1.9...commons-codec-1.13)

Signed-off-by: dependabot-preview[bot] 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/configuration-as-code-plugin/push/refs/heads/dependabot/maven/commons-codec-commons-codec-1.13/8e0bcd-8adb02%40github.com.


[jenkinsci/configuration-as-code-plugin] 6264ff: Bump slf4j-api from 1.7.25 to 1.7.28

2019-09-03 Thread dependabot-preview[bot]
  Branch: refs/heads/dependabot/maven/org.slf4j-slf4j-api-1.7.28
  Home:   https://github.com/jenkinsci/configuration-as-code-plugin
  Commit: 6264ff1af3d852088ec74874ddd0a8579e6ff8a9
  
https://github.com/jenkinsci/configuration-as-code-plugin/commit/6264ff1af3d852088ec74874ddd0a8579e6ff8a9
  Author: dependabot-preview[bot] 
<27856297+dependabot-preview[bot]@users.noreply.github.com>
  Date:   2019-09-03 (Tue, 03 Sep 2019)

  Changed paths:
M integrations/pom.xml

  Log Message:
  ---
  Bump slf4j-api from 1.7.25 to 1.7.28

Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 1.7.25 to 1.7.28.
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.25...v_1.7.28)

Signed-off-by: dependabot-preview[bot] 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/configuration-as-code-plugin/push/refs/heads/dependabot/maven/org.slf4j-slf4j-api-1.7.28/1f04bc-6264ff%40github.com.


[jenkinsci/configuration-as-code-plugin] 5c9eb4: Bump commons-lang3 from 3.7 to 3.9

2019-09-03 Thread dependabot-preview[bot]
  Branch: refs/heads/dependabot/maven/org.apache.commons-commons-lang3-3.9
  Home:   https://github.com/jenkinsci/configuration-as-code-plugin
  Commit: 5c9eb4c5da7d1adaa6b5f197b6aee6cbeb14bddd
  
https://github.com/jenkinsci/configuration-as-code-plugin/commit/5c9eb4c5da7d1adaa6b5f197b6aee6cbeb14bddd
  Author: dependabot-preview[bot] 
<27856297+dependabot-preview[bot]@users.noreply.github.com>
  Date:   2019-09-03 (Tue, 03 Sep 2019)

  Changed paths:
M integrations/pom.xml

  Log Message:
  ---
  Bump commons-lang3 from 3.7 to 3.9

Bumps commons-lang3 from 3.7 to 3.9.

Signed-off-by: dependabot-preview[bot] 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/configuration-as-code-plugin/push/refs/heads/dependabot/maven/org.apache.commons-commons-lang3-3.9/1e01f7-5c9eb4%40github.com.


[jenkinsci/configuration-as-code-plugin] ca3598: Update Project meetings information and move it to...

2019-09-03 Thread Oleg Nenashev
  Branch: refs/heads/dependabot/maven/com.puppycrawl.tools-checkstyle-8.24
  Home:   https://github.com/jenkinsci/configuration-as-code-plugin
  Commit: ca359810ffa386e269fcd8fa1280fe1796a91a10
  
https://github.com/jenkinsci/configuration-as-code-plugin/commit/ca359810ffa386e269fcd8fa1280fe1796a91a10
  Author: Oleg Nenashev 
  Date:   2019-09-03 (Tue, 03 Sep 2019)

  Changed paths:
M README.md
M docs/CONTRIBUTING.md

  Log Message:
  ---
  Update Project meetings information and move it to CONTRIBUTING.md (#1029)

* Rewrite the project meetings page, remove the slide reference from the top

* Remove Project meetings from the front page

* Add project meetings to Contributing.MD

* Codacy!


  Commit: fad971e28040a5cc48bd0ed3d4e6ea3d14386c7f
  
https://github.com/jenkinsci/configuration-as-code-plugin/commit/fad971e28040a5cc48bd0ed3d4e6ea3d14386c7f
  Author: Oleg Nenashev 
  Date:   2019-09-04 (Wed, 04 Sep 2019)

  Changed paths:
M README.md
M docs/CONTRIBUTING.md

  Log Message:
  ---
  Merge branch 'master' into 
dependabot/maven/com.puppycrawl.tools-checkstyle-8.24


Compare: 
https://github.com/jenkinsci/configuration-as-code-plugin/compare/475a55c300ef...fad971e28040

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/configuration-as-code-plugin/push/refs/heads/dependabot/maven/com.puppycrawl.tools-checkstyle-8.24/475a55-fad971%40github.com.


[jenkinsci/configuration-as-code-plugin]

2019-09-03 Thread dependabot-preview[bot]
  Branch: 
refs/heads/dependabot/maven/org.apache.maven.plugins-maven-checkstyle-plugin-3.1.0
  Home:   https://github.com/jenkinsci/configuration-as-code-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/configuration-as-code-plugin/push/refs/heads/dependabot/maven/org.apache.maven.plugins-maven-checkstyle-plugin-3.1.0/d9b9d8-00%40github.com.


[jenkinsci/configuration-as-code-plugin] 4f5615: Bump maven-checkstyle-plugin from 3.0.0 to 3.1.0 (...

2019-09-03 Thread dependabot-preview[bot]
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/configuration-as-code-plugin
  Commit: 4f5615d2a33fb3defda8e8f93cffb3525455956d
  
https://github.com/jenkinsci/configuration-as-code-plugin/commit/4f5615d2a33fb3defda8e8f93cffb3525455956d
  Author: dependabot-preview[bot] 
<27856297+dependabot-preview[bot]@users.noreply.github.com>
  Date:   2019-09-04 (Wed, 04 Sep 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump maven-checkstyle-plugin from 3.0.0 to 3.1.0 (#1017)

Bumps 
[maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) 
from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/apache/maven-checkstyle-plugin/releases)
- 
[Commits](https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-3.0.0...maven-checkstyle-plugin-3.1.0)

Signed-off-by: dependabot-preview[bot] 


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


[jenkinsci/webhook-step-plugin] 96cf9a: Fix data corruption when reading request payload

2019-09-03 Thread Alex Earl
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/webhook-step-plugin
  Commit: 96cf9a01c70db8442a5a2904dc80de5eb22d80db
  
https://github.com/jenkinsci/webhook-step-plugin/commit/96cf9a01c70db8442a5a2904dc80de5eb22d80db
  Author: Guillaume Tucker 
  Date:   2018-01-18 (Thu, 18 Jan 2018)

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

  Log Message:
  ---
  Fix data corruption when reading request payload

The character buffer used to read the payload data is always being
fully appended to the output data even when the number of bytes read
was less than its capacity.  This results in trailing characters from
the penultimate read left in the buffer to be copied again at the end
of the last read.  This issue can only be seen when the payload is
over 1024 bytes as this is the size of the buffer.

Fix this by setting the character buffer limit to the number of
characters actually read before appending the data to the output.

Signed-off-by: Guillaume Tucker 


  Commit: c76b5f54e52aaef4e49793c45758518afb48b83f
  
https://github.com/jenkinsci/webhook-step-plugin/commit/c76b5f54e52aaef4e49793c45758518afb48b83f
  Author: Alex Earl 
  Date:   2019-09-03 (Tue, 03 Sep 2019)

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

  Log Message:
  ---
  Merge pull request #6 from gctucker/T8291-buffer-read-bug

Fix data corruption when reading request payload


Compare: 
https://github.com/jenkinsci/webhook-step-plugin/compare/2007e68b49f9...c76b5f54e52a

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


[jenkinsci/webhook-step-plugin] 6e9432: Add Jenkinsfile

2019-09-03 Thread Alex Earl
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/webhook-step-plugin
  Commit: 6e9432411c34df946786976d214b3073f99b3e12
  
https://github.com/jenkinsci/webhook-step-plugin/commit/6e9432411c34df946786976d214b3073f99b3e12
  Author: Alex Earl 
  Date:   2019-09-03 (Tue, 03 Sep 2019)

  Changed paths:
A Jenkinsfile

  Log Message:
  ---
  Add Jenkinsfile

Add a Jenkinsfile so there are automated builds on PRs


  Commit: 7a01367568ed4b913a5a2ade02ac2ef4917c6f70
  
https://github.com/jenkinsci/webhook-step-plugin/commit/7a01367568ed4b913a5a2ade02ac2ef4917c6f70
  Author: Alex Earl 
  Date:   2019-09-03 (Tue, 03 Sep 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Fixup for automated builds


  Commit: 2007e68b49f9e2bd0c5b828639ab998b047ef45e
  
https://github.com/jenkinsci/webhook-step-plugin/commit/2007e68b49f9e2bd0c5b828639ab998b047ef45e
  Author: Alex Earl 
  Date:   2019-09-03 (Tue, 03 Sep 2019)

  Changed paths:
A Jenkinsfile
M pom.xml

  Log Message:
  ---
  Merge pull request #15 from slide/master

Add Jenkinsfile


Compare: 
https://github.com/jenkinsci/webhook-step-plugin/compare/7aa68d70082f...2007e68b49f9

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


[jenkinsci/support-core-plugin] 289950: JENKINS-59211 (OSS-2772) - Add support for GH Rele...

2019-09-03 Thread Owen Wood
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/support-core-plugin
  Commit: 289950e914f102c650f3b9010bb9da2efa696424
  
https://github.com/jenkinsci/support-core-plugin/commit/289950e914f102c650f3b9010bb9da2efa696424
  Author: evildethow 
  Date:   2019-09-04 (Wed, 04 Sep 2019)

  Changed paths:
A .github/release-drafter.yml

  Log Message:
  ---
  JENKINS-59211 (OSS-2772) - Add support for GH Release Drafter


  Commit: d4e08007410dd447c37a853f69818c362319bee4
  
https://github.com/jenkinsci/support-core-plugin/commit/d4e08007410dd447c37a853f69818c362319bee4
  Author: Owen Wood 
  Date:   2019-09-04 (Wed, 04 Sep 2019)

  Changed paths:
A .github/release-drafter.yml

  Log Message:
  ---
  Merge pull request #186 from Evildethow/feature/JENKINS-59211

JENKINS-59211 (OSS-2772) - Add support for GH Release Drafter


Compare: 
https://github.com/jenkinsci/support-core-plugin/compare/6b99ea02491a...d4e08007410d

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


[jenkinsci/jenkins] a7e804: Replace Apache Commons Codec Base64 implementation...

2019-09-03 Thread Raihaan Shouhell
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: a7e804399c42125cd7bab814afa0dc38b9f6c77e
  
https://github.com/jenkinsci/jenkins/commit/a7e804399c42125cd7bab814afa0dc38b9f6c77e
  Author: Raihaan Shouhell 
  Date:   2019-09-04 (Wed, 04 Sep 2019)

  Changed paths:
M cli/src/main/java/hudson/cli/CLIConnectionFactory.java
M core/src/main/java/hudson/TcpSlaveAgentListener.java
M core/src/main/java/hudson/model/UpdateCenter.java
M core/src/main/java/hudson/security/TokenBasedRememberMeServices2.java
M core/src/main/java/hudson/util/UnbufferedBase64InputStream.java
M core/src/main/java/jenkins/model/identity/IdentityRootAction.java
M core/src/main/java/jenkins/security/RSAConfidentialKey.java
M 
core/src/main/java/jenkins/security/RSADigitalSignatureConfidentialKey.java
M 
core/src/test/java/jenkins/security/RSADigitalSignatureConfidentialKeyTest.java
M test/src/test/java/hudson/security/TokenBasedRememberMeServices2Test.java

  Log Message:
  ---
  Replace Apache Commons Codec Base64 implementations with standard 
java.util.Base64 (#4169)

* Replace apache base64 with java

* Swap to regular encoder


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


[jenkinsci/analysis-model-api-plugin] f585c0: [maven-release-plugin] prepare release analysis-mo...

2019-09-03 Thread Ullrich Hafner
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/analysis-model-api-plugin
  Commit: f585c0bb899b47aa549ff87278fb3dc4bae3476e
  
https://github.com/jenkinsci/analysis-model-api-plugin/commit/f585c0bb899b47aa549ff87278fb3dc4bae3476e
  Author: Ulli Hafner 
  Date:   2019-09-03 (Tue, 03 Sep 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release analysis-model-api-6.0.1


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


[jenkinsci/analysis-model-api-plugin] 08a0f2: [maven-release-plugin] prepare for next developmen...

2019-09-03 Thread Ullrich Hafner
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/analysis-model-api-plugin
  Commit: 08a0f2025c0bd56ef13843986f41677c42917c75
  
https://github.com/jenkinsci/analysis-model-api-plugin/commit/08a0f2025c0bd56ef13843986f41677c42917c75
  Author: Ulli Hafner 
  Date:   2019-09-03 (Tue, 03 Sep 2019)

  Changed paths:
M pom.xml

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


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


[jenkinsci/analysis-model-api-plugin]

2019-09-03 Thread Ullrich Hafner
  Branch: refs/tags/analysis-model-api-6.0.1
  Home:   https://github.com/jenkinsci/analysis-model-api-plugin

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


[jenkinsci/analysis-model-api-plugin] 9d1b92: Bump analysis-model to 6.0.1.

2019-09-03 Thread Ullrich Hafner
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/analysis-model-api-plugin
  Commit: 9d1b9216c3b353a4808cfe3288a797a189c74fc3
  
https://github.com/jenkinsci/analysis-model-api-plugin/commit/9d1b9216c3b353a4808cfe3288a797a189c74fc3
  Author: Ulli Hafner 
  Date:   2019-09-03 (Tue, 03 Sep 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump analysis-model to 6.0.1.


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


[jenkinsci/analysis-model] da725f: Enable revapi again.

2019-09-03 Thread Ullrich Hafner
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/analysis-model
  Commit: da725fd1de93d263df8b238215b8d4640a8ef2b5
  
https://github.com/jenkinsci/analysis-model/commit/da725fd1de93d263df8b238215b8d4640a8ef2b5
  Author: Ulli Hafner 
  Date:   2019-09-03 (Tue, 03 Sep 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Enable revapi again.


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


[jenkinsci/analysis-model] ed331e: [maven-release-plugin] prepare release analysis-mo...

2019-09-03 Thread Ullrich Hafner
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/analysis-model
  Commit: ed331efe829dd5a2701e05a568fc0625c4af8660
  
https://github.com/jenkinsci/analysis-model/commit/ed331efe829dd5a2701e05a568fc0625c4af8660
  Author: Ulli Hafner 
  Date:   2019-09-03 (Tue, 03 Sep 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release analysis-model-6.0.1


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


[jenkinsci/analysis-model]

2019-09-03 Thread Ullrich Hafner
  Branch: refs/tags/analysis-model-6.0.1
  Home:   https://github.com/jenkinsci/analysis-model

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


[jenkinsci/analysis-model] b0999e: [maven-release-plugin] prepare for next developmen...

2019-09-03 Thread Ullrich Hafner
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/analysis-model
  Commit: b0999e635bf0f7618ba158359214e44df8d62be6
  
https://github.com/jenkinsci/analysis-model/commit/b0999e635bf0f7618ba158359214e44df8d62be6
  Author: Ulli Hafner 
  Date:   2019-09-03 (Tue, 03 Sep 2019)

  Changed paths:
M pom.xml

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


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


[jenkinsci/analysis-model] b979b0: Skip revapi for 6.0.1.

2019-09-03 Thread Ullrich Hafner
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/analysis-model
  Commit: b979b018132336572c7fe2738e453acf09e62e0c
  
https://github.com/jenkinsci/analysis-model/commit/b979b018132336572c7fe2738e453acf09e62e0c
  Author: Ulli Hafner 
  Date:   2019-09-03 (Tue, 03 Sep 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Skip revapi for 6.0.1.


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


[jenkinsci/google-oauth-plugin] 8e1c8e: Release 0.9 with changelog

2019-09-03 Thread Stephen Shank
  Branch: refs/heads/develop
  Home:   https://github.com/jenkinsci/google-oauth-plugin
  Commit: 8e1c8e935a925318c242d4a6a508d170ba1b6d4b
  
https://github.com/jenkinsci/google-oauth-plugin/commit/8e1c8e935a925318c242d4a6a508d170ba1b6d4b
  Author: Stephen Shank 
  Date:   2019-09-03 (Tue, 03 Sep 2019)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Release 0.9 with changelog


  Commit: cc1818ed2a2d2ac1f1deb320e645a66eac5770b2
  
https://github.com/jenkinsci/google-oauth-plugin/commit/cc1818ed2a2d2ac1f1deb320e645a66eac5770b2
  Author: Stephen Shank 
  Date:   2019-09-03 (Tue, 03 Sep 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release google-oauth-plugin-0.9


  Commit: 20ea68b0e1e1775102de4c2eeea7ca1adf2426bb
  
https://github.com/jenkinsci/google-oauth-plugin/commit/20ea68b0e1e1775102de4c2eeea7ca1adf2426bb
  Author: Stephen Shank 
  Date:   2019-09-03 (Tue, 03 Sep 2019)

  Changed paths:
M pom.xml

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


  Commit: 20a2e25801810d35f0438eec1736cb5f1f809b08
  
https://github.com/jenkinsci/google-oauth-plugin/commit/20a2e25801810d35f0438eec1736cb5f1f809b08
  Author: Stephen Shank 
  Date:   2019-09-03 (Tue, 03 Sep 2019)

  Changed paths:
M CHANGELOG.md
M pom.xml

  Log Message:
  ---
  Merge pull request #69 from stephenashank/release/0.9

Release 0.9 with changelog


Compare: 
https://github.com/jenkinsci/google-oauth-plugin/compare/a18f48c5dcf8...20a2e2580181

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


[jenkinsci/analysis-model] 47064d: Bump commons-text from 1.7 to 1.8

2019-09-03 Thread dependabot-preview[bot]
  Branch: refs/heads/dependabot/maven/org.apache.commons-commons-text-1.8
  Home:   https://github.com/jenkinsci/analysis-model
  Commit: 47064d6bdc1bd360bbc88f56aa67a8970e9711e9
  
https://github.com/jenkinsci/analysis-model/commit/47064d6bdc1bd360bbc88f56aa67a8970e9711e9
  Author: dependabot-preview[bot] 
<27856297+dependabot-preview[bot]@users.noreply.github.com>
  Date:   2019-09-03 (Tue, 03 Sep 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump commons-text from 1.7 to 1.8

Bumps commons-text from 1.7 to 1.8.

Signed-off-by: dependabot-preview[bot] 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/analysis-model/push/refs/heads/dependabot/maven/org.apache.commons-commons-text-1.8/ed8e3d-47064d%40github.com.


[jenkinsci/analysis-model] b0ea1a: Move PR badge to the end.

2019-09-03 Thread Ullrich Hafner
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/analysis-model
  Commit: b0ea1aaffddcdc8543dc1fd08db57291cd467158
  
https://github.com/jenkinsci/analysis-model/commit/b0ea1aaffddcdc8543dc1fd08db57291cd467158
  Author: Ulli Hafner 
  Date:   2019-09-03 (Tue, 03 Sep 2019)

  Changed paths:
M README.md

  Log Message:
  ---
  Move PR badge to the end.


  Commit: 9c9c380f262d0e360c1d3c9da0cd2cb2e7e9d786
  
https://github.com/jenkinsci/analysis-model/commit/9c9c380f262d0e360c1d3c9da0cd2cb2e7e9d786
  Author: Ulli Hafner 
  Date:   2019-09-03 (Tue, 03 Sep 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Revert Eclipse collections to 9.2.0 due to a class loading exception:

Service Loader seems not working in Jenkins.

```
java.lang.NoClassDefFoundError: Could not initialize class 
org.eclipse.collections.impl.list.immutable.ImmutableEmptyList
at 
org.eclipse.collections.impl.list.immutable.ImmutableListFactoryImpl.empty(ImmutableListFactoryImpl.java:27)
at 
org.eclipse.collections.impl.list.immutable.ImmutableListFactoryImpl.withList(ImmutableListFactoryImpl.java:209)
at 
org.eclipse.collections.impl.list.immutable.ImmutableListFactoryImpl.withAll(ImmutableListFactoryImpl.java:251)
at 
io.jenkins.plugins.analysis.core.model.AnalysisResult.getErrorMessages(AnalysisResult.java:358)
at 
io.jenkins.plugins.analysis.core.model.IssuesDetail.(IssuesDetail.java:176)
at 
io.jenkins.plugins.analysis.core.model.ResultAction.getTarget(ResultAction.java:261)
at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:703)
at org.kohsuke.stapler.Stapler.invoke(Stapler.java:878)
at org.kohsuke.stapler.MetaClass$9.dispatch(MetaClass.java:456)
at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:747)
at org.kohsuke.stapler.Stapler.invoke(Stapler.java:878)
at org.kohsuke.stapler.MetaClass$9.dispatch(MetaClass.java:456)
at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:747)
at org.kohsuke.stapler.Stapler.invoke(Stapler.java:878)
at org.kohsuke.stapler.MetaClass$4.doDispatch(MetaClass.java:280)
at 
org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:58)
at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:747)
at org.kohsuke.stapler.Stapler.invoke(Stapler.java:878)
at org.kohsuke.stapler.Stapler.invoke(Stapler.java:676)
at org.kohsuke.stapler.Stapler.service(Stapler.java:238)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
at 
org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:873)
at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1623)
at 
hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:154)
at hudson.plugins.locale.LocaleFilter.doFilter(LocaleFilter.java:42)
at 
hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:151)
at 
jenkins.telemetry.impl.UserLanguages$AcceptLanguageFilter.doFilter(UserLanguages.java:128)
at 
hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:151)
at 
hudson.util.PluginServletFilter.doFilter(PluginServletFilter.java:157)
at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
at hudson.security.csrf.CrumbFilter.doFilter(CrumbFilter.java:105)
at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
at 
hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:84)
at 
hudson.security.UnwrapSecurityExceptionFilter.doFilter(UnwrapSecurityExceptionFilter.java:51)
at 
hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
at 
jenkins.security.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:117)
at 
hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
at 
org.acegisecurity.providers.anonymous.AnonymousProcessingFilter.doFilter(AnonymousProcessingFilter.java:125)
at 
hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
at 
org.acegisecurity.ui.rememberme.RememberMeProcessingFilter.doFilter(RememberMeProcessingFilter.java:142)
at 
hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
at 
org.acegisecurity.ui.AbstractProcessingFilter.doFilter(AbstractProcessingFilter.java:271)
at 
hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
at 
jenkins.security.BasicHeaderProcessor.doFilter(BasicHeaderProcessor.java:93)
at 
hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
at 
org.acegisecurity.context.HttpSessionContextIntegrationFilter.doFilter(HttpSessionContextIntegrationFilter.java:249)
at 
hudson.se

[jenkinsci/google-oauth-plugin] 20ea68: [maven-release-plugin] prepare for next developmen...

2019-09-03 Thread Stephen Shank
  Branch: refs/heads/release/0.9
  Home:   https://github.com/jenkinsci/google-oauth-plugin
  Commit: 20ea68b0e1e1775102de4c2eeea7ca1adf2426bb
  
https://github.com/jenkinsci/google-oauth-plugin/commit/20ea68b0e1e1775102de4c2eeea7ca1adf2426bb
  Author: Stephen Shank 
  Date:   2019-09-03 (Tue, 03 Sep 2019)

  Changed paths:
M pom.xml

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


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


[jenkinsci/google-oauth-plugin]

2019-09-03 Thread Stephen Shank
  Branch: refs/tags/google-oauth-plugin-0.9
  Home:   https://github.com/jenkinsci/google-oauth-plugin

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


[jenkinsci/google-oauth-plugin] 8e1c8e: Release 0.9 with changelog

2019-09-03 Thread Stephen Shank
  Branch: refs/heads/release/0.9
  Home:   https://github.com/jenkinsci/google-oauth-plugin
  Commit: 8e1c8e935a925318c242d4a6a508d170ba1b6d4b
  
https://github.com/jenkinsci/google-oauth-plugin/commit/8e1c8e935a925318c242d4a6a508d170ba1b6d4b
  Author: Stephen Shank 
  Date:   2019-09-03 (Tue, 03 Sep 2019)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Release 0.9 with changelog


  Commit: cc1818ed2a2d2ac1f1deb320e645a66eac5770b2
  
https://github.com/jenkinsci/google-oauth-plugin/commit/cc1818ed2a2d2ac1f1deb320e645a66eac5770b2
  Author: Stephen Shank 
  Date:   2019-09-03 (Tue, 03 Sep 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release google-oauth-plugin-0.9


Compare: 
https://github.com/jenkinsci/google-oauth-plugin/compare/8e1c8e935a92%5E...cc1818ed2a2d

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


[jenkinsci/gradle-plugin] f532b0: Return build scans list when calling findBuildScans()

2019-09-03 Thread Stefan Wolf
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-plugin
  Commit: f532b0c918d2321b795e1c8c0ec5bd65e24b27be
  
https://github.com/jenkinsci/gradle-plugin/commit/f532b0c918d2321b795e1c8c0ec5bd65e24b27be
  Author: slowr 
  Date:   2019-09-02 (Mon, 02 Sep 2019)

  Changed paths:
M src/main/java/hudson/plugins/gradle/BuildScanPublisher.java

  Log Message:
  ---
  Return build scans list when calling findBuildScans()


  Commit: 9f6e36c44a992071658013579379ea2c9221d23f
  
https://github.com/jenkinsci/gradle-plugin/commit/9f6e36c44a992071658013579379ea2c9221d23f
  Author: slowr 
  Date:   2019-09-03 (Tue, 03 Sep 2019)

  Changed paths:
M src/main/java/hudson/plugins/gradle/BuildScanPublisher.java
M src/test/groovy/hudson/plugins/gradle/BuildScanIntegrationTest.groovy

  Log Message:
  ---
  add null check and test when there is no scan


  Commit: 97fc5c140e18dfd528fb77a60387ce2a31ce4204
  
https://github.com/jenkinsci/gradle-plugin/commit/97fc5c140e18dfd528fb77a60387ce2a31ce4204
  Author: Stefan Wolf 
  Date:   2019-09-03 (Tue, 03 Sep 2019)

  Changed paths:
M src/main/java/hudson/plugins/gradle/BuildScanPublisher.java
M src/test/groovy/hudson/plugins/gradle/BuildScanIntegrationTest.groovy

  Log Message:
  ---
  Merge pull request #77 from slowr/master

Return build scans list when calling findBuildScans()


Compare: 
https://github.com/jenkinsci/gradle-plugin/compare/5e2e1e519969...97fc5c140e18

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


[jenkinsci/plugin-pom] a7ece6: Bump maven-site-plugin from 3.7.1 to 3.8.2

2019-09-03 Thread dependabot-preview[bot]
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/plugin-pom
  Commit: a7ece6539ec55dbdf26fbe040baa08bbac7915ee
  
https://github.com/jenkinsci/plugin-pom/commit/a7ece6539ec55dbdf26fbe040baa08bbac7915ee
  Author: dependabot-preview[bot] 
<27856297+dependabot-preview[bot]@users.noreply.github.com>
  Date:   2019-09-03 (Tue, 03 Sep 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump maven-site-plugin from 3.7.1 to 3.8.2

Bumps [maven-site-plugin](https://github.com/apache/maven-site-plugin) from 
3.7.1 to 3.8.2.
- [Release notes](https://github.com/apache/maven-site-plugin/releases)
- 
[Commits](https://github.com/apache/maven-site-plugin/compare/maven-site-plugin-3.7.1...maven-site-plugin-3.8.2)

Signed-off-by: dependabot-preview[bot] 


  Commit: 18e81e84016218940f5c1e6c741cb7c2ecde7855
  
https://github.com/jenkinsci/plugin-pom/commit/18e81e84016218940f5c1e6c741cb7c2ecde7855
  Author: dependabot-preview[bot] 
<27856297+dependabot-preview[bot]@users.noreply.github.com>
  Date:   2019-09-03 (Tue, 03 Sep 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #222 from 
jenkinsci/dependabot/maven/org.apache.maven.plugins-maven-site-plugin-3.8.2


Compare: 
https://github.com/jenkinsci/plugin-pom/compare/d9463ec768aa...18e81e840162

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


[jenkinsci/plugin-pom]

2019-09-03 Thread dependabot-preview[bot]
  Branch: 
refs/heads/dependabot/maven/org.apache.maven.plugins-maven-site-plugin-3.8.2
  Home:   https://github.com/jenkinsci/plugin-pom

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


[jenkinsci/powershell-plugin] f7b965: JENKINS-36002 Add $ErrorActionPreference = "Stop" ...

2019-09-03 Thread Chris Albrecht
  Branch: refs/heads/master

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

  Commit: f7b965b3979688f1a289403d6b1bdf6977bc1147

  
https://github.com/jenkinsci/powershell-plugin/commit/f7b965b3979688f1a289403d6b1bdf6977bc1147

  Author: Filipe Roque 

  Date:   2017-10-09 (Mon, 09 Oct 2017)



  Changed paths:

M src/main/java/hudson/plugins/powershell/PowerShell.java

M src/main/resources/hudson/plugins/powershell/PowerShell/config.jelly



  Log Message:

  ---

  JENKINS-36002 Add $ErrorActionPreference = "Stop" to the top of each script 
before executing



Added checkbox to stop script on errors.





  Commit: 70c8258b77517de6e2e2f309a642e53e0656f136

  
https://github.com/jenkinsci/powershell-plugin/commit/70c8258b77517de6e2e2f309a642e53e0656f136

  Author: Filipe Roque 

  Date:   2017-10-12 (Thu, 12 Oct 2017)



  Changed paths:

M src/main/java/hudson/plugins/powershell/PowerShell.java

M src/main/resources/hudson/plugins/powershell/PowerShell/config.jelly



  Log Message:

  ---

  JENKINS-36002



added default value to config.jelly StopOnError

corrected whitespace





  Commit: 5c34687bb9440e1a874323326c6a1a31f3c1e2e1

  
https://github.com/jenkinsci/powershell-plugin/commit/5c34687bb9440e1a874323326c6a1a31f3c1e2e1

  Author: Filipe Roque 

  Date:   2017-10-17 (Tue, 17 Oct 2017)



  Changed paths:

M src/main/java/hudson/plugins/powershell/PowerShell.java



  Log Message:

  ---

  JENKINS-36002 added comment to clarify different aproaches in Windows and 
Linux





  Commit: 3760225fbd18e6f447fc3a2c2933dbda204c708e

  
https://github.com/jenkinsci/powershell-plugin/commit/3760225fbd18e6f447fc3a2c2933dbda204c708e

  Author: Filipe Roque 

  Date:   2017-10-17 (Tue, 17 Oct 2017)



  Changed paths:

M src/test/java/hudson/plugins/powershell/PowerShellTest.java



  Log Message:

  ---

  JENKINS-36002 corrected tests that din't compile





  Commit: 133fd3251132279ce8dadb2b59fd299b880fe2f6

  
https://github.com/jenkinsci/powershell-plugin/commit/133fd3251132279ce8dadb2b59fd299b880fe2f6

  Author: Filipe Roque 

  Date:   2018-03-22 (Thu, 22 Mar 2018)



  Changed paths:

M src/main/java/hudson/plugins/powershell/PowerShell.java



  Log Message:

  ---

  Merge branch 'master' of https://github.com/jenkinsci/powershell-plugin into 
JENKINS-36002-ErrorActionPreference-stop



# Conflicts:

#   src/main/java/hudson/plugins/powershell/PowerShell.java





  Commit: 265854a8a25b2d438b172020f41af53aa8a5d3e8

  
https://github.com/jenkinsci/powershell-plugin/commit/265854a8a25b2d438b172020f41af53aa8a5d3e8

  Author: Chris Albrecht 

  Date:   2019-09-03 (Tue, 03 Sep 2019)



  Changed paths:

A Jenkinsfile

M src/main/java/hudson/plugins/powershell/PowerShell.java



  Log Message:

  ---

  Merge branch 'master' into JENKINS-36002-ErrorActionPreference-stop





  Commit: 0be56fb2f31f94b138c52648c85b9a4c422400d4

  
https://github.com/jenkinsci/powershell-plugin/commit/0be56fb2f31f94b138c52648c85b9a4c422400d4

  Author: Chris Albrecht 

  Date:   2019-09-03 (Tue, 03 Sep 2019)



  Changed paths:

M src/main/java/hudson/plugins/powershell/PowerShell.java

M src/main/resources/hudson/plugins/powershell/PowerShell/config.jelly

M src/test/java/hudson/plugins/powershell/PowerShellTest.java



  Log Message:

  ---

  Merge pull request #7 from froque/JENKINS-36002-ErrorActionPreference-stop



JENKINS-36002 Add $ErrorActionPreference = "Stop" to the top of each …





Compare: 
https://github.com/jenkinsci/powershell-plugin/compare/57fcf59a521c...0be56fb2f31f

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


[jenkinsci/powershell-plugin] 364e0e: Change launch commands to use -file instead of "co...

2019-09-03 Thread Chris Albrecht
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/powershell-plugin
  Commit: 364e0e7ae0c0bbe1e5a895279716a104101d98ac
  
https://github.com/jenkinsci/powershell-plugin/commit/364e0e7ae0c0bbe1e5a895279716a104101d98ac
  Author: guyomog78 
  Date:   2019-05-20 (Mon, 20 May 2019)

  Changed paths:
M src/main/java/hudson/plugins/powershell/PowerShell.java

  Log Message:
  ---
  Change launch commands to use -file instead of "command"


  Commit: 57fcf59a521c838a3ceba04315054b44f455cce1
  
https://github.com/jenkinsci/powershell-plugin/commit/57fcf59a521c838a3ceba04315054b44f455cce1
  Author: Chris Albrecht 
  Date:   2019-09-03 (Tue, 03 Sep 2019)

  Changed paths:
M src/main/java/hudson/plugins/powershell/PowerShell.java

  Log Message:
  ---
  Merge pull request #12 from guyomog78/master

Change launch commands to use -file instead of "command"


Compare: 
https://github.com/jenkinsci/powershell-plugin/compare/9888126c8183...57fcf59a521c

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


[jenkinsci/junit-plugin] e837ed: Change URL to GitHub to enable publishing of Docs ...

2019-09-03 Thread Oleg Nenashev
  Branch: refs/heads/documentation
  Home:   https://github.com/jenkinsci/junit-plugin
  Commit: e837edd64d7dbd8f58a275115d7fa02e7c8651db
  
https://github.com/jenkinsci/junit-plugin/commit/e837edd64d7dbd8f58a275115d7fa02e7c8651db
  Author: Oleg Nenashev 
  Date:   2019-09-03 (Tue, 03 Sep 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Change URL to GitHub to enable publishing of Docs from GitHub


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


[jenkinsci/plugin-pom] a7ece6: Bump maven-site-plugin from 3.7.1 to 3.8.2

2019-09-03 Thread dependabot-preview[bot]
  Branch: 
refs/heads/dependabot/maven/org.apache.maven.plugins-maven-site-plugin-3.8.2
  Home:   https://github.com/jenkinsci/plugin-pom
  Commit: a7ece6539ec55dbdf26fbe040baa08bbac7915ee
  
https://github.com/jenkinsci/plugin-pom/commit/a7ece6539ec55dbdf26fbe040baa08bbac7915ee
  Author: dependabot-preview[bot] 
<27856297+dependabot-preview[bot]@users.noreply.github.com>
  Date:   2019-09-03 (Tue, 03 Sep 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump maven-site-plugin from 3.7.1 to 3.8.2

Bumps [maven-site-plugin](https://github.com/apache/maven-site-plugin) from 
3.7.1 to 3.8.2.
- [Release notes](https://github.com/apache/maven-site-plugin/releases)
- 
[Commits](https://github.com/apache/maven-site-plugin/compare/maven-site-plugin-3.7.1...maven-site-plugin-3.8.2)

Signed-off-by: dependabot-preview[bot] 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/plugin-pom/push/refs/heads/dependabot/maven/org.apache.maven.plugins-maven-site-plugin-3.8.2/6a1b20-a7ece6%40github.com.


[jenkinsci/analysis-model] e709e3: Update min. versions.

2019-09-03 Thread Ullrich Hafner
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/analysis-model
  Commit: e709e3166b757dd19467d20a0a7d94a78d361543
  
https://github.com/jenkinsci/analysis-model/commit/e709e3166b757dd19467d20a0a7d94a78d361543
  Author: Ulli Hafner 
  Date:   2019-09-03 (Tue, 03 Sep 2019)

  Changed paths:
M README.md

  Log Message:
  ---
  Update min. versions.


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


[jenkinsci/jenkins] f8efb5: [JENKINS-53322] Remove patched dom4j fork (#4130)

2019-09-03 Thread Jeff Thompson
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: f8efb5c1b018b9c66348ee4bde6ea605f7ff33fa
  
https://github.com/jenkinsci/jenkins/commit/f8efb5c1b018b9c66348ee4bde6ea605f7ff33fa
  Author: Jeff Thompson <37345299+jeffre...@users.noreply.github.com>
  Date:   2019-09-03 (Tue, 03 Sep 2019)

  Changed paths:
M core/pom.xml
M 
test/src/test/java/jenkins/security/stapler/StaplerDispatchValidatorTest.java

  Log Message:
  ---
  [JENKINS-53322] Remove patched dom4j fork (#4130)

* [WIP] [JENKINS-58170] Reference an incremental stapler version.

One that uses the standard dom4j library instead of our fork.
We want to run this through CI and testing frameworks.

* Tweak a test assertion to be more precise.

Change the assertion to be more precise about what it is looking for. Make it 
check for the element's text and exclude the text of any children.

* Use released stapler version

Stapler has now been released with the changes to eliminate the dom4j fork.


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


[jenkinsci/workflow-cps-plugin] 94608b: [FIXED JENKINS-42471] Switch to Declarative in sam...

2019-09-03 Thread Andrew Bayer
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-cps-plugin
  Commit: 94608bb902f790e66f75ba49451b9684207f05c0
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/94608bb902f790e66f75ba49451b9684207f05c0
  Author: Andrew Bayer 
  Date:   2019-09-03 (Tue, 03 Sep 2019)

  Changed paths:
M src/main/js/samples.js

  Log Message:
  ---
  [FIXED JENKINS-42471] Switch to Declarative in samples


  Commit: 9342de0edcdca7ab69b22034ca98f9ea3ae025f6
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/9342de0edcdca7ab69b22034ca98f9ea3ae025f6
  Author: Andrew Bayer 
  Date:   2019-09-03 (Tue, 03 Sep 2019)

  Changed paths:
M src/main/js/samples.js

  Log Message:
  ---
  Merge pull request #207 from abayer/jenkins-42471

[FIXED JENKINS-42471] Switch to Declarative in samples


Compare: 
https://github.com/jenkinsci/workflow-cps-plugin/compare/c57fc81007d4...9342de0edcdc

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


[jenkinsci/build-name-setter-plugin]

2019-09-03 Thread Damian Szczepanik
  Branch: refs/heads/fix
  Home:   https://github.com/jenkinsci/build-name-setter-plugin

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


[jenkinsci/analysis-model] af71dc: Add warning suppression.

2019-09-03 Thread Ullrich Hafner
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/analysis-model
  Commit: af71dc6c297b0372c585d91994ba14d4383d5bae
  
https://github.com/jenkinsci/analysis-model/commit/af71dc6c297b0372c585d91994ba14d4383d5bae
  Author: Ulli Hafner 
  Date:   2019-09-03 (Tue, 03 Sep 2019)

  Changed paths:
M src/main/java/edu/hm/hafner/analysis/ReaderFactory.java
M src/test/java/edu/hm/hafner/analysis/ReportTest.java

  Log Message:
  ---
  Add warning suppression.


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


[jenkinsci/build-name-setter-plugin] 274c71: Build name is updated properly on update

2019-09-03 Thread Damian Szczepanik
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/build-name-setter-plugin
  Commit: 274c7100325c2d5b1d9344fa382c060156fa6826
  
https://github.com/jenkinsci/build-name-setter-plugin/commit/274c7100325c2d5b1d9344fa382c060156fa6826
  Author: Damian Szczepanik 
  Date:   2019-09-03 (Tue, 03 Sep 2019)

  Changed paths:
M .travis.yml
M src/main/java/org/jenkinsci/plugins/buildnameupdater/BuildNameUpdater.java

  Log Message:
  ---
  Build name is updated properly on update

Issue #47


  Commit: b3f40f5810dac15106f5af5419823094bb04a870
  
https://github.com/jenkinsci/build-name-setter-plugin/commit/b3f40f5810dac15106f5af5419823094bb04a870
  Author: Damian Szczepanik 
  Date:   2019-09-03 (Tue, 03 Sep 2019)

  Changed paths:
M .travis.yml
M src/main/java/org/jenkinsci/plugins/buildnameupdater/BuildNameUpdater.java

  Log Message:
  ---
  Merge pull request #48 from jenkinsci/fix

Build name is updated properly on update


Compare: 
https://github.com/jenkinsci/build-name-setter-plugin/compare/876baf4f73ce...b3f40f5810da

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


[jenkinsci/scm-api-plugin] dca608: Remove trailing whitespaces

2019-09-03 Thread Liam Newman
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/scm-api-plugin

  Commit: dca608ab483d53dc3d476b826e33fa61f375b364

  
https://github.com/jenkinsci/scm-api-plugin/commit/dca608ab483d53dc3d476b826e33fa61f375b364

  Author: René Scheibe 

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



  Changed paths:

M CONTRIBUTING.md

M README.md

M src/main/java/jenkins/scm/api/SCMRevisionAction.java

M src/main/java/jenkins/scm/api/metadata/ObjectMetadataAction.java

M src/main/java/jenkins/scm/impl/SingleSCMSource.java

M src/test/java/jenkins/scm/impl/mock/MockLatency.java



  Log Message:

  ---

  Remove trailing whitespaces





  Commit: 1d3fab931a3d774da7a0cf3fd0de346874497df8

  
https://github.com/jenkinsci/scm-api-plugin/commit/1d3fab931a3d774da7a0cf3fd0de346874497df8

  Author: René Scheibe 

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



  Changed paths:

M src/main/resources/index.jelly

M src/main/resources/jenkins/scm/api/SCMSource/config.jelly

M src/main/resources/jenkins/scm/api/form/traits/traits.js

M src/main/resources/jenkins/scm/impl/SingleSCMSource/config-detail.jelly

M src/main/resources/jenkins/scm/impl/SingleSCMSource/help-name.html



  Log Message:

  ---

  Consistent newline at EOF





  Commit: 8586f09418e9726c0df36112a39e84ead5bb696b

  
https://github.com/jenkinsci/scm-api-plugin/commit/8586f09418e9726c0df36112a39e84ead5bb696b

  Author: René Scheibe 

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



  Changed paths:

M src/main/java/jenkins/scm/api/SCMSourceObserver.java

M src/main/java/jenkins/scm/api/mixin/ChangeRequestSCMHead.java

M src/main/java/jenkins/scm/api/mixin/ChangeRequestSCMRevision.java



  Log Message:

  ---

  Consistently use ASCII character quotes





  Commit: 5a94f83b5880b96c65608ba7214b099036709d13

  
https://github.com/jenkinsci/scm-api-plugin/commit/5a94f83b5880b96c65608ba7214b099036709d13

  Author: Liam Newman 

  Date:   2019-09-03 (Tue, 03 Sep 2019)



  Changed paths:

M CONTRIBUTING.md

M README.md

M src/main/java/jenkins/scm/api/SCMRevisionAction.java

M src/main/java/jenkins/scm/api/SCMSourceObserver.java

M src/main/java/jenkins/scm/api/metadata/ObjectMetadataAction.java

M src/main/java/jenkins/scm/api/mixin/ChangeRequestSCMHead.java

M src/main/java/jenkins/scm/api/mixin/ChangeRequestSCMRevision.java

M src/main/java/jenkins/scm/impl/SingleSCMSource.java

M src/main/resources/index.jelly

M src/main/resources/jenkins/scm/api/SCMSource/config.jelly

M src/main/resources/jenkins/scm/api/form/traits/traits.js

M src/main/resources/jenkins/scm/impl/SingleSCMSource/config-detail.jelly

M src/main/resources/jenkins/scm/impl/SingleSCMSource/help-name.html

M src/test/java/jenkins/scm/impl/mock/MockLatency.java



  Log Message:

  ---

  Merge pull request #72 from darxriggs/improvements



File formatting improvements





Compare: 
https://github.com/jenkinsci/scm-api-plugin/compare/169d7e237bef...5a94f83b5880

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


[jenkinsci/jackson2-api-plugin]

2019-09-03 Thread Matt Sicker
  Branch: refs/heads/jackson-2.10.0.pr2
  Home:   https://github.com/jenkinsci/jackson2-api-plugin

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


[jenkinsci/analysis-model] c4e051: Fix some warnings.

2019-09-03 Thread Ullrich Hafner
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/analysis-model
  Commit: c4e051628f8557bbfe94247b3172a3ab1069cc7a
  
https://github.com/jenkinsci/analysis-model/commit/c4e051628f8557bbfe94247b3172a3ab1069cc7a
  Author: Ulli Hafner 
  Date:   2019-09-03 (Tue, 03 Sep 2019)

  Changed paths:
M src/main/java/edu/hm/hafner/analysis/LookaheadParser.java
M src/main/java/edu/hm/hafner/analysis/parser/FindBugsParser.java
M src/test/java/edu/hm/hafner/analysis/parser/PuppetLintParserTest.java
M src/test/java/edu/hm/hafner/util/LookaheadStreamTest.java

  Log Message:
  ---
  Fix some warnings.


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


[jenkinsci/build-name-setter-plugin] 274c71: Build name is updated properly on update

2019-09-03 Thread Damian Szczepanik
  Branch: refs/heads/fix
  Home:   https://github.com/jenkinsci/build-name-setter-plugin
  Commit: 274c7100325c2d5b1d9344fa382c060156fa6826
  
https://github.com/jenkinsci/build-name-setter-plugin/commit/274c7100325c2d5b1d9344fa382c060156fa6826
  Author: Damian Szczepanik 
  Date:   2019-09-03 (Tue, 03 Sep 2019)

  Changed paths:
M .travis.yml
M src/main/java/org/jenkinsci/plugins/buildnameupdater/BuildNameUpdater.java

  Log Message:
  ---
  Build name is updated properly on update

Issue #47


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


[jenkinsci/jenkins-test-harness] d23449: Trying a new prepareToPublishIncrementals helper f...

2019-09-03 Thread Jesse Glick
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins-test-harness
  Commit: d23449d09bf4cb41604714560288689de78e8db1
  
https://github.com/jenkinsci/jenkins-test-harness/commit/d23449d09bf4cb41604714560288689de78e8db1
  Author: Jesse Glick 
  Date:   2019-08-28 (Wed, 28 Aug 2019)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Trying a new prepareToPublishIncrementals helper function.


  Commit: de02e9aa7dd1173bb8a9cf1416769d7720c4a004
  
https://github.com/jenkinsci/jenkins-test-harness/commit/de02e9aa7dd1173bb8a9cf1416769d7720c4a004
  Author: Jesse Glick 
  Date:   2019-08-28 (Wed, 28 Aug 2019)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  No particular need for deleteDir.


  Commit: 84dba024bb941f7cef47942d67a8fe16a9365d73
  
https://github.com/jenkinsci/jenkins-test-harness/commit/84dba024bb941f7cef47942d67a8fe16a9365d73
  Author: Jesse Glick 
  Date:   2019-09-03 (Tue, 03 Sep 2019)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Using new library method.


  Commit: c55ed787bd245373e678d90a22a9c23159a05b1f
  
https://github.com/jenkinsci/jenkins-test-harness/commit/c55ed787bd245373e678d90a22a9c23159a05b1f
  Author: Jesse Glick 
  Date:   2019-09-03 (Tue, 03 Sep 2019)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Forgotten help:evaluate.


  Commit: 4f8ea2c4221eeb8607521e9be69b3f320e4aa5fc
  
https://github.com/jenkinsci/jenkins-test-harness/commit/4f8ea2c4221eeb8607521e9be69b3f320e4aa5fc
  Author: Jesse Glick 
  Date:   2019-09-03 (Tue, 03 Sep 2019)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Merge pull request #162 from jglick/prepareToPublishIncrementals

prepareToPublishIncrementals


Compare: 
https://github.com/jenkinsci/jenkins-test-harness/compare/e10ad3fe19a3...4f8ea2c4221e

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


[jenkinsci/cisco-spark-notifier-plugin] c67bf2: Revert "Merge pull request #10 from etherfoundry/e...

2019-09-03 Thread Taylor Patton
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/cisco-spark-notifier-plugin
  Commit: c67bf298bbc3bce6a81745b77c575bf33c7a0aff
  
https://github.com/jenkinsci/cisco-spark-notifier-plugin/commit/c67bf298bbc3bce6a81745b77c575bf33c7a0aff
  Author: Taylor Patton 
  Date:   2019-09-03 (Tue, 03 Sep 2019)

  Changed paths:
M src/main/java/com/jenkins/plugins/sparknotify/services/SparkNotifier.java

  Log Message:
  ---
  Revert "Merge pull request #10 from etherfoundry/etherfoundry-tlsv12"

This reverts commit 4b728612c6924d14e5f1f83df788340ab928da49, reversing
changes made to e467a83e571291f50024c8ad521c02f85e8efe77.


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


[jenkinsci/build-name-setter-plugin] 91b21c: Build name is updated properly on update

2019-09-03 Thread Damian Szczepanik
  Branch: refs/heads/fix
  Home:   https://github.com/jenkinsci/build-name-setter-plugin
  Commit: 91b21cf325f486d55dd2b4f0d3ff91d1147d02eb
  
https://github.com/jenkinsci/build-name-setter-plugin/commit/91b21cf325f486d55dd2b4f0d3ff91d1147d02eb
  Author: Damian Szczepanik 
  Date:   2019-09-03 (Tue, 03 Sep 2019)

  Changed paths:
M .travis.yml
M src/main/java/org/jenkinsci/plugins/buildnameupdater/BuildNameUpdater.java

  Log Message:
  ---
  Build name is updated properly on update

Issue #47


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


[jenkinsci/incrementals-tools] 71b5ab: Documenting usage of proposed new infra.prepareToP...

2019-09-03 Thread Jesse Glick
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/incrementals-tools
  Commit: 71b5abc6fd470892d13fd1dfd49c4f049b365b9f
  
https://github.com/jenkinsci/incrementals-tools/commit/71b5abc6fd470892d13fd1dfd49c4f049b365b9f
  Author: Jesse Glick 
  Date:   2019-08-28 (Wed, 28 Aug 2019)

  Changed paths:
M README.md

  Log Message:
  ---
  Documenting usage of proposed new infra.prepareToPublishIncrementals.


  Commit: 66607ac795ba21245d4c7f40630d56787f15bd11
  
https://github.com/jenkinsci/incrementals-tools/commit/66607ac795ba21245d4c7f40630d56787f15bd11
  Author: Jesse Glick 
  Date:   2019-09-03 (Tue, 03 Sep 2019)

  Changed paths:
M README.md

  Log Message:
  ---
  Merge pull request #13 from jglick/prepareToPublishIncrementals

Documenting usage of proposed new infra.prepareToPublishIncrementals


Compare: 
https://github.com/jenkinsci/incrementals-tools/compare/9a96211ad69f...66607ac795ba

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


[jenkinsci/jackson2-api-plugin]

2019-09-03 Thread Matt Sicker
  Branch: refs/tags/jackson2-api-2.10.0-beta-1
  Home:   https://github.com/jenkinsci/jackson2-api-plugin

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


[jenkinsci/jackson2-api-plugin] 420e18: [maven-release-plugin] prepare for next developmen...

2019-09-03 Thread Matt Sicker
  Branch: refs/heads/jackson-2.10.0.pr2
  Home:   https://github.com/jenkinsci/jackson2-api-plugin
  Commit: 420e1851f3674ce0cc310c46a6d6e1fa1c6ea603
  
https://github.com/jenkinsci/jackson2-api-plugin/commit/420e1851f3674ce0cc310c46a6d6e1fa1c6ea603
  Author: Matt Sicker 
  Date:   2019-09-03 (Tue, 03 Sep 2019)

  Changed paths:
M pom.xml

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


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


[jenkinsci/jackson2-api-plugin] bf3f54: Update Jackson to 2.10.0.pr2

2019-09-03 Thread Matt Sicker
  Branch: refs/heads/jackson-2.10.0.pr2
  Home:   https://github.com/jenkinsci/jackson2-api-plugin
  Commit: bf3f548f9c87d97790ae9dc6b3c800409e052ca9
  
https://github.com/jenkinsci/jackson2-api-plugin/commit/bf3f548f9c87d97790ae9dc6b3c800409e052ca9
  Author: Matt Sicker 
  Date:   2019-09-03 (Tue, 03 Sep 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update Jackson to 2.10.0.pr2

This is a prerelease version of Jackson being made available as a beta
release plugin for Jenkins.


  Commit: 4b95dce687a5bc7064bf9ec873224971fd4d70a0
  
https://github.com/jenkinsci/jackson2-api-plugin/commit/4b95dce687a5bc7064bf9ec873224971fd4d70a0
  Author: Matt Sicker 
  Date:   2019-09-03 (Tue, 03 Sep 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release jackson2-api-2.10.0-beta-1


Compare: 
https://github.com/jenkinsci/jackson2-api-plugin/compare/bf3f548f9c87%5E...4b95dce687a5

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


[jenkinsci/build-name-setter-plugin] 7e82d0: Build name is updated properly on update

2019-09-03 Thread Damian Szczepanik
  Branch: refs/heads/fix
  Home:   https://github.com/jenkinsci/build-name-setter-plugin
  Commit: 7e82d0d2da3998c97a069e9c504e1bdbedde4ee4
  
https://github.com/jenkinsci/build-name-setter-plugin/commit/7e82d0d2da3998c97a069e9c504e1bdbedde4ee4
  Author: Damian Szczepanik 
  Date:   2019-09-03 (Tue, 03 Sep 2019)

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

  Log Message:
  ---
  Build name is updated properly on update

Issue #47


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


[jenkinsci/config-file-provider-plugin] f9a286: Use new domain for plugin wiki

2019-09-03 Thread Dominik Bartholdi
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/config-file-provider-plugin

  Commit: f9a286375ac490a04e0747268a07029d0fe19a2a

  
https://github.com/jenkinsci/config-file-provider-plugin/commit/f9a286375ac490a04e0747268a07029d0fe19a2a

  Author: René Scheibe 

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



  Changed paths:

M pom.xml



  Log Message:

  ---

  Use new domain for plugin wiki





  Commit: 2386d91baa1b0984ff1c45ba330adf93fc479ded

  
https://github.com/jenkinsci/config-file-provider-plugin/commit/2386d91baa1b0984ff1c45ba330adf93fc479ded

  Author: René Scheibe 

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



  Changed paths:

M pom.xml



  Log Message:

  ---

  Remove redundant distributionManagement configuration



It is already provided by the parent pom.





  Commit: 6b85ad8a30c2d791353ce2d5fb95c5889805ade8

  
https://github.com/jenkinsci/config-file-provider-plugin/commit/6b85ad8a30c2d791353ce2d5fb95c5889805ade8

  Author: René Scheibe 

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



  Changed paths:

M pom.xml



  Log Message:

  ---

  Remove redundant properties



They are already provided by the parent pom.





  Commit: f0bc2b33153ddf094b893cfefe129237db23845e

  
https://github.com/jenkinsci/config-file-provider-plugin/commit/f0bc2b33153ddf094b893cfefe129237db23845e

  Author: René Scheibe 

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



  Changed paths:

M 
src/main/java/org/jenkinsci/lib/configprovider/AbstractConfigProviderImpl.java

M src/main/java/org/jenkinsci/lib/configprovider/ConfigProvider.java

M src/main/java/org/jenkinsci/plugins/configfiles/ConfigFiles.java

M src/main/java/org/jenkinsci/plugins/configfiles/ConfigFilesManagement.java

M src/main/java/org/jenkinsci/plugins/configfiles/ConfigFilesUIContract.java

M 
src/main/java/org/jenkinsci/plugins/configfiles/builder/ConfigFileBuildStep.java

M 
src/main/java/org/jenkinsci/plugins/configfiles/buildwrapper/ManagedFile.java

M 
src/main/java/org/jenkinsci/plugins/configfiles/buildwrapper/ManagedFileUtil.java

M 
src/main/java/org/jenkinsci/plugins/configfiles/common/CleanTempFilesAction.java

M 
src/main/java/org/jenkinsci/plugins/configfiles/maven/job/SimpleEnvironment.java

M 
src/main/java/org/jenkinsci/plugins/configfiles/maven/security/CredentialsHelper.java

M 
src/main/java/org/jenkinsci/plugins/configfiles/maven/security/MavenServerIdRequirement.java



  Log Message:

  ---

  Fix some Javadoc errors & warnings





  Commit: 684a9f1de9afce5a3ddaf0d7263f0a5f71966649

  
https://github.com/jenkinsci/config-file-provider-plugin/commit/684a9f1de9afce5a3ddaf0d7263f0a5f71966649

  Author: René Scheibe 

  Date:   2019-08-30 (Fri, 30 Aug 2019)



  Changed paths:

M src/main/java/org/jenkinsci/lib/configprovider/ConfigProvider.java

M src/main/java/org/jenkinsci/plugins/configfiles/ConfigFilesManagement.java

M src/main/java/org/jenkinsci/plugins/configfiles/ConfigFilesUIContract.java

M 
src/main/java/org/jenkinsci/plugins/configfiles/folder/FolderConfigFileAction.java

M src/main/java/org/jenkinsci/plugins/configfiles/json/JsonConfig.java

M 
src/main/java/org/jenkinsci/plugins/configfiles/maven/job/MvnGlobalSettingsProvider.java

M 
src/main/java/org/jenkinsci/plugins/configfiles/maven/job/MvnSettingsProvider.java

M 
src/main/java/org/jenkinsci/plugins/configfiles/maven/security/CredentialsHelper.java

M 
src/main/java/org/jenkinsci/plugins/configfiles/maven/security/ServerCredentialMapping.java

M 
src/main/java/org/jenkinsci/plugins/configfiles/properties/security/PropertiesCredentialMapping.java

M src/test/java/org/jenkinsci/plugins/configfiles/GlobalConfigFilesTest.java

M 
src/test/java/org/jenkinsci/plugins/configfiles/buildwrapper/ConfigFileBuildWrapperWorkflowTest.java

M 
src/test/java/org/jenkinsci/plugins/configfiles/maven/job/MvnSettingsCredentialsTest.java

M 
src/test/java/org/jenkinsci/plugins/configfiles/maven/job/MvnSettingsProviderTest.java

M 
src/test/java/org/jenkinsci/plugins/configfiles/maven/security/CredentialsHelperTest.java

A 
src/test/resources/org/jenkinsci/plugins/configfiles/GlobalConfigFilesTest/verifyLoadWithAnonymousInnerClassComparatorVar1/org.jenkinsci.plugins.configfiles.GlobalConfigFiles.xml

R 
src/test/resources/org/jenkinsci/plugins/configfiles/GlobalConfigFilesTest/verifyLoadWithAnonymousInnerClasseComperatorVar1/org.jenkinsci.plugins.configfiles.GlobalConfigFiles.xml



  Log Message:

  ---

  Fix typos & spelling





  Commit: 5ee2424e75c0d70a83358337cf9a7c9a6d21aac2

  
https://github.com/jenkinsci/config-file-provider-plugin/commit/5ee2424e75c0d70a83358337cf9a7c9a6d21aac2

  Author: René Scheibe 

  Date:   2019-08-30 (Fri, 30 Aug 2019)



  Changed paths:

M 
src/main/java/org/jenkinsci/plugins/configfiles/folder/FolderConfigFileAction.java



  Log Me

[jenkinsci/compuware-topaz-for-total-test-plugin] 1fc8fe: Corrected typo

2019-09-03 Thread Ron Vorndam
  Branch: refs/heads/CWE-151527
  Home:   https://github.com/jenkinsci/compuware-topaz-for-total-test-plugin
  Commit: 1fc8fedf3b1a936d7969e221f698c3a2eb19398f
  
https://github.com/jenkinsci/compuware-topaz-for-total-test-plugin/commit/1fc8fedf3b1a936d7969e221f698c3a2eb19398f
  Author: Vorndam, Ron 
  Date:   2019-09-03 (Tue, 03 Sep 2019)

  Changed paths:
M src/main/java/com/compuware/jenkins/totaltest/TotalTestCTRunner.java

  Log Message:
  ---
  Corrected typo


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


[jenkinsci/xlrelease-plugin] eaa435: XLINT-596: Added support for all XLR variable type...

2019-09-03 Thread kzhangxl
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/xlrelease-plugin
  Commit: eaa435c8fc9af7ed0db6394ed99773d75b2eddf9
  
https://github.com/jenkinsci/xlrelease-plugin/commit/eaa435c8fc9af7ed0db6394ed99773d75b2eddf9
  Author: kzhangxl <44580312+kzhan...@users.noreply.github.com>
  Date:   2019-09-03 (Tue, 03 Sep 2019)

  Changed paths:
M build.gradle
M 
src/main/java/com/xebialabs/xlrelease/ci/server/AbstractXLReleaseConnector.java
M 
src/main/java/com/xebialabs/xlrelease/ci/server/XLReleaseConnectorImpl.java
M 
src/main/java/com/xebialabs/xlrelease/ci/server/XLReleaseServerConnector.java
M src/main/java/com/xebialabs/xlrelease/ci/util/CreateReleasePublicForm.java

  Log Message:
  ---
  XLINT-596: Added support for all XLR variable types. (#40)


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


[jenkinsci/configuration-as-code-plugin] f494d0: Bump vault from 1.10.6 to 1.12.0 (#1019)

2019-09-03 Thread Oleg Nenashev
  Branch: 
refs/heads/dependabot/maven/org.apache.maven.plugins-maven-checkstyle-plugin-3.1.0
  Home:   https://github.com/jenkinsci/configuration-as-code-plugin
  Commit: f494d06389f37b531f6f3f28e36489a456637547
  
https://github.com/jenkinsci/configuration-as-code-plugin/commit/f494d06389f37b531f6f3f28e36489a456637547
  Author: dependabot-preview[bot] 
<27856297+dependabot-preview[bot]@users.noreply.github.com>
  Date:   2019-08-27 (Tue, 27 Aug 2019)

  Changed paths:
M integrations/pom.xml
M plugin/pom.xml

  Log Message:
  ---
  Bump vault from 1.10.6 to 1.12.0 (#1019)

* Bump vault from 1.10.6 to 1.12.0

* clean up enforcer rule inside plugin pom

* fix upper bound dep via dep management

Signed-off-by: dependabot-preview[bot] 
Co-authored-by: Joseph Petersen 


  Commit: 7aa5d6ce1a8c4fd9bb2c4212b534bdf9f387723f
  
https://github.com/jenkinsci/configuration-as-code-plugin/commit/7aa5d6ce1a8c4fd9bb2c4212b534bdf9f387723f
  Author: chris-mac 
  Date:   2019-08-29 (Thu, 29 Aug 2019)

  Changed paths:
M demos/jobs/multibranch-github.yaml

  Log Message:
  ---
  Update job-dsl example as id is required (#1034)


  Commit: ca359810ffa386e269fcd8fa1280fe1796a91a10
  
https://github.com/jenkinsci/configuration-as-code-plugin/commit/ca359810ffa386e269fcd8fa1280fe1796a91a10
  Author: Oleg Nenashev 
  Date:   2019-09-03 (Tue, 03 Sep 2019)

  Changed paths:
M README.md
M docs/CONTRIBUTING.md

  Log Message:
  ---
  Update Project meetings information and move it to CONTRIBUTING.md (#1029)

* Rewrite the project meetings page, remove the slide reference from the top

* Remove Project meetings from the front page

* Add project meetings to Contributing.MD

* Codacy!


  Commit: d9b9d857a6da78e5890e0b385333bb9f16f9ae98
  
https://github.com/jenkinsci/configuration-as-code-plugin/commit/d9b9d857a6da78e5890e0b385333bb9f16f9ae98
  Author: Oleg Nenashev 
  Date:   2019-09-03 (Tue, 03 Sep 2019)

  Changed paths:
M README.md
M demos/jobs/multibranch-github.yaml
M docs/CONTRIBUTING.md
M integrations/pom.xml
M plugin/pom.xml

  Log Message:
  ---
  Merge branch 'master' into 
dependabot/maven/org.apache.maven.plugins-maven-checkstyle-plugin-3.1.0


Compare: 
https://github.com/jenkinsci/configuration-as-code-plugin/compare/2a23c063b6a4...d9b9d857a6da

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/configuration-as-code-plugin/push/refs/heads/dependabot/maven/org.apache.maven.plugins-maven-checkstyle-plugin-3.1.0/2a23c0-d9b9d8%40github.com.


[jenkinsci/configuration-as-code-plugin] ca3598: Update Project meetings information and move it to...

2019-09-03 Thread Oleg Nenashev
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/configuration-as-code-plugin
  Commit: ca359810ffa386e269fcd8fa1280fe1796a91a10
  
https://github.com/jenkinsci/configuration-as-code-plugin/commit/ca359810ffa386e269fcd8fa1280fe1796a91a10
  Author: Oleg Nenashev 
  Date:   2019-09-03 (Tue, 03 Sep 2019)

  Changed paths:
M README.md
M docs/CONTRIBUTING.md

  Log Message:
  ---
  Update Project meetings information and move it to CONTRIBUTING.md (#1029)

* Rewrite the project meetings page, remove the slide reference from the top

* Remove Project meetings from the front page

* Add project meetings to Contributing.MD

* Codacy!


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


[jenkins-infra/jenkins-infra] 7658f6: Remove trusted.ci specific ldap configuration

2019-09-03 Thread Olblak
  Branch: refs/heads/production
  Home:   https://github.com/jenkins-infra/jenkins-infra
  Commit: 7658f6d25726464db49f0a39316b25fb8b0d5989
  
https://github.com/jenkins-infra/jenkins-infra/commit/7658f6d25726464db49f0a39316b25fb8b0d5989
  Author: Olblak 
  Date:   2019-09-03 (Tue, 03 Sep 2019)

  Changed paths:
M hieradata/clients/trusted-ci.yaml
M hieradata/clients/trusted.ci.jenkins.io.yaml

  Log Message:
  ---
  Remove trusted.ci specific ldap configuration


  Commit: df58dd857b4fd5b046fead854b3f4503dabdfd50
  
https://github.com/jenkins-infra/jenkins-infra/commit/df58dd857b4fd5b046fead854b3f4503dabdfd50
  Author: Olblak <2360224+olb...@users.noreply.github.com>
  Date:   2019-09-03 (Tue, 03 Sep 2019)

  Changed paths:
M hieradata/clients/trusted-ci.yaml
M hieradata/clients/trusted.ci.jenkins.io.yaml

  Log Message:
  ---
  Merge pull request #1360 from olblak/staging

Remove trusted.ci specific ldap configuration


  Commit: 76d623bf317c60a0b732e0b023593062d927b15b
  
https://github.com/jenkins-infra/jenkins-infra/commit/76d623bf317c60a0b732e0b023593062d927b15b
  Author: Olblak <2360224+olb...@users.noreply.github.com>
  Date:   2019-09-03 (Tue, 03 Sep 2019)

  Changed paths:
M hieradata/clients/trusted-ci.yaml
M hieradata/clients/trusted.ci.jenkins.io.yaml

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

Automated deployment to production


Compare: 
https://github.com/jenkins-infra/jenkins-infra/compare/e39327623f01...76d623bf317c

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


[jenkins-infra/jenkins-infra] 7658f6: Remove trusted.ci specific ldap configuration

2019-09-03 Thread Olblak
  Branch: refs/heads/staging
  Home:   https://github.com/jenkins-infra/jenkins-infra
  Commit: 7658f6d25726464db49f0a39316b25fb8b0d5989
  
https://github.com/jenkins-infra/jenkins-infra/commit/7658f6d25726464db49f0a39316b25fb8b0d5989
  Author: Olblak 
  Date:   2019-09-03 (Tue, 03 Sep 2019)

  Changed paths:
M hieradata/clients/trusted-ci.yaml
M hieradata/clients/trusted.ci.jenkins.io.yaml

  Log Message:
  ---
  Remove trusted.ci specific ldap configuration


  Commit: df58dd857b4fd5b046fead854b3f4503dabdfd50
  
https://github.com/jenkins-infra/jenkins-infra/commit/df58dd857b4fd5b046fead854b3f4503dabdfd50
  Author: Olblak <2360224+olb...@users.noreply.github.com>
  Date:   2019-09-03 (Tue, 03 Sep 2019)

  Changed paths:
M hieradata/clients/trusted-ci.yaml
M hieradata/clients/trusted.ci.jenkins.io.yaml

  Log Message:
  ---
  Merge pull request #1360 from olblak/staging

Remove trusted.ci specific ldap configuration


Compare: 
https://github.com/jenkins-infra/jenkins-infra/compare/92f70d85cf0d...df58dd857b4f

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


[jenkinsci/workflow-job-plugin] 4495e9: [JENKINS-59083] This condition is normal when usin...

2019-09-03 Thread Devin Nusbaum
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-job-plugin
  Commit: 4495e9c787981a0752db7cac927ba90fa14063e5
  
https://github.com/jenkinsci/workflow-job-plugin/commit/4495e9c787981a0752db7cac927ba90fa14063e5
  Author: Jesse Glick 
  Date:   2019-08-27 (Tue, 27 Aug 2019)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowRun.java
M src/test/java/org/jenkinsci/plugins/workflow/job/WorkflowRunTest.java

  Log Message:
  ---
  [JENKINS-59083] This condition is normal when using EnvActionImpl.


  Commit: aad0cb2e5f798efa484da1a498d16d9bcdd1a606
  
https://github.com/jenkinsci/workflow-job-plugin/commit/aad0cb2e5f798efa484da1a498d16d9bcdd1a606
  Author: Jesse Glick 
  Date:   2019-08-27 (Tue, 27 Aug 2019)

  Changed paths:
M src/test/java/org/jenkinsci/plugins/workflow/job/WorkflowRunTest.java

  Log Message:
  ---
  Also reproduce at least one example of the original bug.


  Commit: 72cb05bf922dc4d028b390a017511e9c95bfd703
  
https://github.com/jenkinsci/workflow-job-plugin/commit/72cb05bf922dc4d028b390a017511e9c95bfd703
  Author: Jesse Glick 
  Date:   2019-08-28 (Wed, 28 Aug 2019)

  Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowRun.java

  Log Message:
  ---
  Demonstrating effectiveness of 
https://github.com/jenkinsci/workflow-cps-plugin/pull/317.


  Commit: 54a239ff7d7846caf0e6857720e37d7a5a138c16
  
https://github.com/jenkinsci/workflow-job-plugin/commit/54a239ff7d7846caf0e6857720e37d7a5a138c16
  Author: Jesse Glick 
  Date:   2019-08-29 (Thu, 29 Aug 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  workflow-cps 2.74

Co-Authored-By: Devin Nusbaum 


  Commit: 49b52682ccd88f86d2959c7e9c12d2b42973f471
  
https://github.com/jenkinsci/workflow-job-plugin/commit/49b52682ccd88f86d2959c7e9c12d2b42973f471
  Author: Devin Nusbaum 
  Date:   2019-09-03 (Tue, 03 Sep 2019)

  Changed paths:
M pom.xml
M src/test/java/org/jenkinsci/plugins/workflow/job/WorkflowRunTest.java

  Log Message:
  ---
  Merge pull request #140 from jglick/log-quiet-JENKINS-59083

[JENKINS-59083] WorkflowRunTest.logAfterBuildComplete


Compare: 
https://github.com/jenkinsci/workflow-job-plugin/compare/d00a645d73ed...49b52682ccd8

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


[jenkinsci/job-dsl-plugin]

2019-09-03 Thread Daniel Spilker
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/job-dsl-plugin

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


[jenkinsci/job-dsl-plugin] c1cf78: improved support for views

2019-09-03 Thread Daniel Spilker
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/job-dsl-plugin
  Commit: c1cf78c0052ce9a758bc90012dd06575724fd95e
  
https://github.com/jenkinsci/job-dsl-plugin/commit/c1cf78c0052ce9a758bc90012dd06575724fd95e
  Author: Daniel Spilker 
  Date:   2019-09-03 (Tue, 03 Sep 2019)

  Changed paths:
M docs/Home.md
M 
job-dsl-core/src/main/groovy/javaposse/jobdsl/dsl/views/NestedViewsContext.groovy
A 
job-dsl-core/src/test/groovy/javaposse/jobdsl/dsl/views/NestedViewsContextSpec.groovy

  Log Message:
  ---
  improved support for views

[JENKINS-59117]


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


  1   2   >