[jenkinsci/git-client-plugin] 670760: Better safeguard enabling repository sanity check

2019-09-14 Thread Mark Waite
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: 6707609868c2e9cff57b160e918029a8cc1a88aa
  
https://github.com/jenkinsci/git-client-plugin/commit/6707609868c2e9cff57b160e918029a8cc1a88aa
  Author: Mark Waite 
  Date:   2019-09-14 (Sat, 14 Sep 2019)

  Changed paths:
M src/test/java/org/jenkinsci/plugins/gitclient/GitClientSecurityTest.java

  Log Message:
  ---
  Better safeguard enabling repository sanity check

Summary: When the Jenkins command line argument disables repository sanity
checks, the security problem from SECURITY-1534 is visible in some cases.

SECURITY-1534 reports that repository URL's provided by the user were
not sanity checked before being passed to git ls-remote and git fetch. A
sanity check is now enabled by default.

As a backwards compatibility 'escape hatch', a Jenkins command line
argument can disable the repository sanity checks. Disabling the checks
then relies on command line git to perform the sanity checks.

GitClientSecurityTest uses a randomly selected value to enable or disable
the repository URL check. If the repository check is selected to be
disabled and the command line git implementation does not have full
support for the '--' separator between options and operands and the
attack string is one of a known set of strings, then the test forces
repository checks to be enabled so that it avoids cases where older
command line git doesn't sanity check its arguments.

If the test were run with repository checks disabled in those cases
on older command line git implementations (git 1.8.3 on CentOS 7,
git 2.7.4 on Ubuntu 16) it would cause the test code to not throw an
exception because those command line git versions do not fully support
'--' to separate options and operands.


  Commit: dbbd3fd4f2381add48d3e9d37c8a9df91decdcc1
  
https://github.com/jenkinsci/git-client-plugin/commit/dbbd3fd4f2381add48d3e9d37c8a9df91decdcc1
  Author: Mark Waite 
  Date:   2019-09-14 (Sat, 14 Sep 2019)

  Changed paths:
M src/test/java/org/jenkinsci/plugins/gitclient/GitClientSecurityTest.java

  Log Message:
  ---
  Merge pull request #458 from MarkEWaite/more-args-for-security-check

Better SECURITY-1534 tests


  Commit: 0d618f6018be52c17bb1c802351a66f7e4157b5c
  
https://github.com/jenkinsci/git-client-plugin/commit/0d618f6018be52c17bb1c802351a66f7e4157b5c
  Author: Mark Waite 
  Date:   2019-09-14 (Sat, 14 Sep 2019)

  Changed paths:
M src/test/java/org/jenkinsci/plugins/gitclient/GitClientSecurityTest.java

  Log Message:
  ---
  Merge branch 'stable-2.8'


Compare: 
https://github.com/jenkinsci/git-client-plugin/compare/8d421952ce9b...0d618f6018be

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


[jenkinsci/git-client-plugin] 670760: Better safeguard enabling repository sanity check

2019-09-14 Thread Mark Waite
  Branch: refs/heads/stable-2.8
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: 6707609868c2e9cff57b160e918029a8cc1a88aa
  
https://github.com/jenkinsci/git-client-plugin/commit/6707609868c2e9cff57b160e918029a8cc1a88aa
  Author: Mark Waite 
  Date:   2019-09-14 (Sat, 14 Sep 2019)

  Changed paths:
M src/test/java/org/jenkinsci/plugins/gitclient/GitClientSecurityTest.java

  Log Message:
  ---
  Better safeguard enabling repository sanity check

Summary: When the Jenkins command line argument disables repository sanity
checks, the security problem from SECURITY-1534 is visible in some cases.

SECURITY-1534 reports that repository URL's provided by the user were
not sanity checked before being passed to git ls-remote and git fetch. A
sanity check is now enabled by default.

As a backwards compatibility 'escape hatch', a Jenkins command line
argument can disable the repository sanity checks. Disabling the checks
then relies on command line git to perform the sanity checks.

GitClientSecurityTest uses a randomly selected value to enable or disable
the repository URL check. If the repository check is selected to be
disabled and the command line git implementation does not have full
support for the '--' separator between options and operands and the
attack string is one of a known set of strings, then the test forces
repository checks to be enabled so that it avoids cases where older
command line git doesn't sanity check its arguments.

If the test were run with repository checks disabled in those cases
on older command line git implementations (git 1.8.3 on CentOS 7,
git 2.7.4 on Ubuntu 16) it would cause the test code to not throw an
exception because those command line git versions do not fully support
'--' to separate options and operands.


  Commit: dbbd3fd4f2381add48d3e9d37c8a9df91decdcc1
  
https://github.com/jenkinsci/git-client-plugin/commit/dbbd3fd4f2381add48d3e9d37c8a9df91decdcc1
  Author: Mark Waite 
  Date:   2019-09-14 (Sat, 14 Sep 2019)

  Changed paths:
M src/test/java/org/jenkinsci/plugins/gitclient/GitClientSecurityTest.java

  Log Message:
  ---
  Merge pull request #458 from MarkEWaite/more-args-for-security-check

Better SECURITY-1534 tests


Compare: 
https://github.com/jenkinsci/git-client-plugin/compare/04350c066243...dbbd3fd4f238

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


[jenkinsci/git-client-plugin] c08694: Safeguard 3 test failure cases on git 1.8.3 and older

2019-09-14 Thread Mark Waite
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: c0869477ff5883e46741d44b4e9e5591758176a4
  
https://github.com/jenkinsci/git-client-plugin/commit/c0869477ff5883e46741d44b4e9e5591758176a4
  Author: Mark Waite 
  Date:   2019-09-14 (Sat, 14 Sep 2019)

  Changed paths:
M src/test/java/org/jenkinsci/plugins/gitclient/GitClientSecurityTest.java

  Log Message:
  ---
  Safeguard 3 test failure cases on git 1.8.3 and older


  Commit: 04350c066243c6b907de97c68d0b7c4999d881e4
  
https://github.com/jenkinsci/git-client-plugin/commit/04350c066243c6b907de97c68d0b7c4999d881e4
  Author: Mark Waite 
  Date:   2019-09-14 (Sat, 14 Sep 2019)

  Changed paths:
M src/test/java/org/jenkinsci/plugins/gitclient/GitClientSecurityTest.java

  Log Message:
  ---
  Merge pull request #457 from MarkEWaite/safeguard-old-git-security-tests

Protect git 1.8.3 and earlier test cases


  Commit: 8d421952ce9b91b0e2f08936d85f138f7b8ce24e
  
https://github.com/jenkinsci/git-client-plugin/commit/8d421952ce9b91b0e2f08936d85f138f7b8ce24e
  Author: Mark Waite 
  Date:   2019-09-14 (Sat, 14 Sep 2019)

  Changed paths:
M src/test/java/org/jenkinsci/plugins/gitclient/GitClientSecurityTest.java

  Log Message:
  ---
  Merge branch 'stable-2.8'


Compare: 
https://github.com/jenkinsci/git-client-plugin/compare/aeb1115e44af...8d421952ce9b

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


[jenkinsci/git-client-plugin] c08694: Safeguard 3 test failure cases on git 1.8.3 and older

2019-09-14 Thread Mark Waite
  Branch: refs/heads/stable-2.8
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: c0869477ff5883e46741d44b4e9e5591758176a4
  
https://github.com/jenkinsci/git-client-plugin/commit/c0869477ff5883e46741d44b4e9e5591758176a4
  Author: Mark Waite 
  Date:   2019-09-14 (Sat, 14 Sep 2019)

  Changed paths:
M src/test/java/org/jenkinsci/plugins/gitclient/GitClientSecurityTest.java

  Log Message:
  ---
  Safeguard 3 test failure cases on git 1.8.3 and older


  Commit: 04350c066243c6b907de97c68d0b7c4999d881e4
  
https://github.com/jenkinsci/git-client-plugin/commit/04350c066243c6b907de97c68d0b7c4999d881e4
  Author: Mark Waite 
  Date:   2019-09-14 (Sat, 14 Sep 2019)

  Changed paths:
M src/test/java/org/jenkinsci/plugins/gitclient/GitClientSecurityTest.java

  Log Message:
  ---
  Merge pull request #457 from MarkEWaite/safeguard-old-git-security-tests

Protect git 1.8.3 and earlier test cases


Compare: 
https://github.com/jenkinsci/git-client-plugin/compare/3ad1c8ee741f...04350c066243

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


[jenkinsci/analysis-model]

2019-09-14 Thread dependabot-preview[bot]
  Branch: 
refs/heads/dependabot/maven/org.junit.platform-junit-platform-launcher-1.5.2
  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/heads/dependabot/maven/org.junit.platform-junit-platform-launcher-1.5.2/e10ae4-00%40github.com.


[jenkinsci/analysis-model] e10ae4: Bump junit-platform-launcher from 1.5.1 to 1.5.2

2019-09-14 Thread Ullrich Hafner
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/analysis-model
  Commit: e10ae4c53e3bc0f5b7a5e553a58274acc72740ad
  
https://github.com/jenkinsci/analysis-model/commit/e10ae4c53e3bc0f5b7a5e553a58274acc72740ad
  Author: dependabot-preview[bot] 
<27856297+dependabot-preview[bot]@users.noreply.github.com>
  Date:   2019-09-13 (Fri, 13 Sep 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump junit-platform-launcher from 1.5.1 to 1.5.2

Bumps [junit-platform-launcher](https://github.com/junit-team/junit5) from 
1.5.1 to 1.5.2.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/commits)

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


  Commit: 441ce717427e170a91c65f16f34297dc7de33915
  
https://github.com/jenkinsci/analysis-model/commit/441ce717427e170a91c65f16f34297dc7de33915
  Author: Ullrich Hafner 
  Date:   2019-09-14 (Sat, 14 Sep 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #221 from 
jenkinsci/dependabot/maven/org.junit.platform-junit-platform-launcher-1.5.2

Bump junit-platform-launcher from 1.5.1 to 1.5.2


Compare: 
https://github.com/jenkinsci/analysis-model/compare/4abedcfbe561...441ce717427e

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


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

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

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

  Commit: b67fd5e745e689dca4f2eb8480424dc7f4df3a3d

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

  Author: René Scheibe 

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



  Changed paths:

M pom.xml



  Log Message:

  ---

  Improvement - Consistent pom.xml formatting



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





  Commit: 2926b51710f0ff259c01b77926663d08f45ba731

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

  Author: René Scheibe 

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



  Changed paths:

M pom.xml



  Log Message:

  ---

  Improvement - Use jenkins.io for wiki URL



The former one just redirects to this one.





  Commit: eaa0932920ffa8f7a7efc0e8ca4fd753f145e22c

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

  Author: René Scheibe 

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



  Changed paths:

M pom.xml



  Log Message:

  ---

  Improvement - Remove Unirest's transitive dependencies



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

therefore are not required to be declared here.





  Commit: c912f2174c00c4912f18d27ff2952b933abb45d6

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

  Author: René Scheibe 

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



  Changed paths:

M pom.xml



  Log Message:

  ---

  Improvement - Upgrade parent pom



This also requires to upgrade JUnit.

Some test dependencies are already provided by the parent pom and

therefore are not required to be declared explicitly.





  Commit: db9d6edb621e0eb451aac194c949cd8c348f0bd8

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

  Author: René Scheibe 

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



  Changed paths:

M pom.xml



  Log Message:

  ---

  Improvement - Upgrade Jackson databind library





  Commit: 34123268f8aa2cb4f9dd3dc01575138e83935b12

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

  Author: René Scheibe 

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



  Changed paths:

M pom.xml



  Log Message:

  ---

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



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

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





  Commit: cd923a8eaaef1e5c544e5e08dc93ad6523832e57

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

  Author: René Scheibe 

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



  Changed paths:

M pom.xml



  Log Message:

  ---

  Improvement - Enable InjectedTest



This test helps to automatically find issues.





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

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


[jenkinsci/git-client-plugin] 9a8cbd: Use isShallowCloneSupported instead of explicit te...

2019-09-14 Thread Mark Waite
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: 9a8cbd6ee503bd57a86c53aa1b0f6fe7cc3b4bcf
  
https://github.com/jenkinsci/git-client-plugin/commit/9a8cbd6ee503bd57a86c53aa1b0f6fe7cc3b4bcf
  Author: Mark Waite 
  Date:   2019-09-14 (Sat, 14 Sep 2019)

  Changed paths:
M src/test/java/org/jenkinsci/plugins/gitclient/CredentialsTest.java

  Log Message:
  ---
  Use isShallowCloneSupported instead of explicit test for CLI git


  Commit: 1b215611d3792327ac650b884485dd61b614a117
  
https://github.com/jenkinsci/git-client-plugin/commit/1b215611d3792327ac650b884485dd61b614a117
  Author: Mark Waite 
  Date:   2019-09-14 (Sat, 14 Sep 2019)

  Changed paths:
M src/test/java/org/jenkinsci/plugins/gitclient/CredentialsTest.java

  Log Message:
  ---
  Use StringJoiner instead of hand-crafted version


  Commit: 3e390fe395c01e576da9063423d2d40d260d223d
  
https://github.com/jenkinsci/git-client-plugin/commit/3e390fe395c01e576da9063423d2d40d260d223d
  Author: Mark Waite 
  Date:   2019-09-14 (Sat, 14 Sep 2019)

  Changed paths:
M src/test/java/org/jenkinsci/plugins/gitclient/CredentialsTest.java

  Log Message:
  ---
  Throw more general exception from testFetchWithCredentials


  Commit: ea983c81fc49a6b2db7df19ae955761fd253e7ad
  
https://github.com/jenkinsci/git-client-plugin/commit/ea983c81fc49a6b2db7df19ae955761fd253e7ad
  Author: Mark Waite 
  Date:   2019-09-14 (Sat, 14 Sep 2019)

  Changed paths:
M src/test/java/org/jenkinsci/plugins/gitclient/CredentialsTest.java

  Log Message:
  ---
  Use JGit findRef instead of getRef


  Commit: c647a10fa4a5f94108d5cf99447a52897eebfc93
  
https://github.com/jenkinsci/git-client-plugin/commit/c647a10fa4a5f94108d5cf99447a52897eebfc93
  Author: Mark Waite 
  Date:   2019-09-14 (Sat, 14 Sep 2019)

  Changed paths:
M src/test/java/org/jenkinsci/plugins/gitclient/CredentialsTest.java

  Log Message:
  ---
  [JENKINS-56257] Test with embedded credentials

Command line git implementation prior to git client plugin 2.8.5 would
ignore credentials embedded in the repository URL.  Beginning with
git client plugin 2.8.5, CLI git implementation now honors credentials
embedded in the repository URL.


  Commit: 699b202b6bec43245adf718d1f3bb5543109f898
  
https://github.com/jenkinsci/git-client-plugin/commit/699b202b6bec43245adf718d1f3bb5543109f898
  Author: Mark Waite 
  Date:   2019-09-14 (Sat, 14 Sep 2019)

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

  Log Message:
  ---
  Avoid test failure on CLI git 1.7.1

CLI git 1.7.1 is not supported by the git client plugin, but we try to
maintain that subset of functionality which was working.


  Commit: e73d8e7b6284fb6426ac3b4f42adcfa410c98fc3
  
https://github.com/jenkinsci/git-client-plugin/commit/e73d8e7b6284fb6426ac3b4f42adcfa410c98fc3
  Author: Mark Waite 
  Date:   2019-09-14 (Sat, 14 Sep 2019)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/gitclient/CliGitAPIImpl.java
M src/test/java/org/jenkinsci/plugins/gitclient/CredentialsTest.java

  Log Message:
  ---
  Merge pull request #456 from MarkEWaite/JENKINS-56257-embedded-credentials

Test for JENKINS-56257 in CLI git


  Commit: cca84aa766b599f92b7079e0da4ed8232eb85892
  
https://github.com/jenkinsci/git-client-plugin/commit/cca84aa766b599f92b7079e0da4ed8232eb85892
  Author: Mark Waite 
  Date:   2019-09-14 (Sat, 14 Sep 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release git-client-2.8.6


  Commit: 3ad1c8ee741f61366cfd4148d2d7bb201ad92bdf
  
https://github.com/jenkinsci/git-client-plugin/commit/3ad1c8ee741f61366cfd4148d2d7bb201ad92bdf
  Author: Mark Waite 
  Date:   2019-09-14 (Sat, 14 Sep 2019)

  Changed paths:
M pom.xml

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


  Commit: aeb1115e44afea82c6a5eb999f4b1ff364e9c1b4
  
https://github.com/jenkinsci/git-client-plugin/commit/aeb1115e44afea82c6a5eb999f4b1ff364e9c1b4
  Author: Mark Waite 
  Date:   2019-09-14 (Sat, 14 Sep 2019)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/gitclient/CliGitAPIImpl.java
M src/test/java/org/jenkinsci/plugins/gitclient/CredentialsTest.java

  Log Message:
  ---
  Merge branch 'stable-2.8'


Compare: 
https://github.com/jenkinsci/git-client-plugin/compare/9ff92207539a...aeb1115e44af

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


[jenkinsci/git-client-plugin] cca84a: [maven-release-plugin] prepare release git-client-...

2019-09-14 Thread Mark Waite
  Branch: refs/heads/stable-2.8
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: cca84aa766b599f92b7079e0da4ed8232eb85892
  
https://github.com/jenkinsci/git-client-plugin/commit/cca84aa766b599f92b7079e0da4ed8232eb85892
  Author: Mark Waite 
  Date:   2019-09-14 (Sat, 14 Sep 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release git-client-2.8.6


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


[jenkinsci/git-client-plugin]

2019-09-14 Thread Mark Waite
  Branch: refs/tags/git-client-2.8.6
  Home:   https://github.com/jenkinsci/git-client-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/git-client-plugin/push/refs/tags/git-client-2.8.6/00-56cef5%40github.com.


[jenkinsci/git-client-plugin] 3ad1c8: [maven-release-plugin] prepare for next developmen...

2019-09-14 Thread Mark Waite
  Branch: refs/heads/stable-2.8
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: 3ad1c8ee741f61366cfd4148d2d7bb201ad92bdf
  
https://github.com/jenkinsci/git-client-plugin/commit/3ad1c8ee741f61366cfd4148d2d7bb201ad92bdf
  Author: Mark Waite 
  Date:   2019-09-14 (Sat, 14 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/git-client-plugin/push/refs/heads/stable-2.8/cca84a-3ad1c8%40github.com.


[jenkinsci/git-client-plugin] 9a8cbd: Use isShallowCloneSupported instead of explicit te...

2019-09-14 Thread Mark Waite
  Branch: refs/heads/stable-2.8
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: 9a8cbd6ee503bd57a86c53aa1b0f6fe7cc3b4bcf
  
https://github.com/jenkinsci/git-client-plugin/commit/9a8cbd6ee503bd57a86c53aa1b0f6fe7cc3b4bcf
  Author: Mark Waite 
  Date:   2019-09-14 (Sat, 14 Sep 2019)

  Changed paths:
M src/test/java/org/jenkinsci/plugins/gitclient/CredentialsTest.java

  Log Message:
  ---
  Use isShallowCloneSupported instead of explicit test for CLI git


  Commit: 1b215611d3792327ac650b884485dd61b614a117
  
https://github.com/jenkinsci/git-client-plugin/commit/1b215611d3792327ac650b884485dd61b614a117
  Author: Mark Waite 
  Date:   2019-09-14 (Sat, 14 Sep 2019)

  Changed paths:
M src/test/java/org/jenkinsci/plugins/gitclient/CredentialsTest.java

  Log Message:
  ---
  Use StringJoiner instead of hand-crafted version


  Commit: 3e390fe395c01e576da9063423d2d40d260d223d
  
https://github.com/jenkinsci/git-client-plugin/commit/3e390fe395c01e576da9063423d2d40d260d223d
  Author: Mark Waite 
  Date:   2019-09-14 (Sat, 14 Sep 2019)

  Changed paths:
M src/test/java/org/jenkinsci/plugins/gitclient/CredentialsTest.java

  Log Message:
  ---
  Throw more general exception from testFetchWithCredentials


  Commit: ea983c81fc49a6b2db7df19ae955761fd253e7ad
  
https://github.com/jenkinsci/git-client-plugin/commit/ea983c81fc49a6b2db7df19ae955761fd253e7ad
  Author: Mark Waite 
  Date:   2019-09-14 (Sat, 14 Sep 2019)

  Changed paths:
M src/test/java/org/jenkinsci/plugins/gitclient/CredentialsTest.java

  Log Message:
  ---
  Use JGit findRef instead of getRef


  Commit: c647a10fa4a5f94108d5cf99447a52897eebfc93
  
https://github.com/jenkinsci/git-client-plugin/commit/c647a10fa4a5f94108d5cf99447a52897eebfc93
  Author: Mark Waite 
  Date:   2019-09-14 (Sat, 14 Sep 2019)

  Changed paths:
M src/test/java/org/jenkinsci/plugins/gitclient/CredentialsTest.java

  Log Message:
  ---
  [JENKINS-56257] Test with embedded credentials

Command line git implementation prior to git client plugin 2.8.5 would
ignore credentials embedded in the repository URL.  Beginning with
git client plugin 2.8.5, CLI git implementation now honors credentials
embedded in the repository URL.


  Commit: 699b202b6bec43245adf718d1f3bb5543109f898
  
https://github.com/jenkinsci/git-client-plugin/commit/699b202b6bec43245adf718d1f3bb5543109f898
  Author: Mark Waite 
  Date:   2019-09-14 (Sat, 14 Sep 2019)

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

  Log Message:
  ---
  Avoid test failure on CLI git 1.7.1

CLI git 1.7.1 is not supported by the git client plugin, but we try to
maintain that subset of functionality which was working.


  Commit: e73d8e7b6284fb6426ac3b4f42adcfa410c98fc3
  
https://github.com/jenkinsci/git-client-plugin/commit/e73d8e7b6284fb6426ac3b4f42adcfa410c98fc3
  Author: Mark Waite 
  Date:   2019-09-14 (Sat, 14 Sep 2019)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/gitclient/CliGitAPIImpl.java
M src/test/java/org/jenkinsci/plugins/gitclient/CredentialsTest.java

  Log Message:
  ---
  Merge pull request #456 from MarkEWaite/JENKINS-56257-embedded-credentials

Test for JENKINS-56257 in CLI git


Compare: 
https://github.com/jenkinsci/git-client-plugin/compare/065b14c12cad...e73d8e7b6284

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


[jenkinsci/violation-comments-to-gitlab-plugin] 845b7a: [maven-release-plugin] prepare for next developmen...

2019-09-14 Thread Tomas Bjerre
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/violation-comments-to-gitlab-plugin
  Commit: 845b7abf5861ecd2d1d4c55c5aa74c8f4c2a8511
  
https://github.com/jenkinsci/violation-comments-to-gitlab-plugin/commit/845b7abf5861ecd2d1d4c55c5aa74c8f4c2a8511
  Author: Tomas Bjerre 
  Date:   2019-09-14 (Sat, 14 Sep 2019)

  Changed paths:
M CHANGELOG.md
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/violation-comments-to-gitlab-plugin/push/refs/heads/master/ab38b7-845b7a%40github.com.


[jenkinsci/violation-comments-to-gitlab-plugin] ab38b7: [maven-release-plugin] prepare for next developmen...

2019-09-14 Thread Tomas Bjerre
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/violation-comments-to-gitlab-plugin
  Commit: ab38b721fd0dbe2c30f3509c9485691271e68b9c
  
https://github.com/jenkinsci/violation-comments-to-gitlab-plugin/commit/ab38b721fd0dbe2c30f3509c9485691271e68b9c
  Author: Tomas Bjerre 
  Date:   2019-09-14 (Sat, 14 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/violation-comments-to-gitlab-plugin/push/refs/heads/master/82290c-ab38b7%40github.com.


[jenkinsci/violation-comments-to-gitlab-plugin] 82290c: [maven-release-plugin] prepare release violation-c...

2019-09-14 Thread Tomas Bjerre
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/violation-comments-to-gitlab-plugin
  Commit: 82290c57b6182c2bb6622d10388ff61a8435fc55
  
https://github.com/jenkinsci/violation-comments-to-gitlab-plugin/commit/82290c57b6182c2bb6622d10388ff61a8435fc55
  Author: Tomas Bjerre 
  Date:   2019-09-14 (Sat, 14 Sep 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release violation-comments-to-gitlab-2.31


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


[jenkinsci/violation-comments-to-gitlab-plugin]

2019-09-14 Thread Tomas Bjerre
  Branch: refs/tags/violation-comments-to-gitlab-2.31
  Home:   https://github.com/jenkinsci/violation-comments-to-gitlab-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/violation-comments-to-gitlab-plugin/push/refs/tags/violation-comments-to-gitlab-2.31/00-b49f92%40github.com.


[jenkinsci/violation-comments-to-gitlab-plugin] 8937db: Doc

2019-09-14 Thread Tomas Bjerre
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/violation-comments-to-gitlab-plugin
  Commit: 8937db2fd0a315c4176e13b86b27f0b3d4e55314
  
https://github.com/jenkinsci/violation-comments-to-gitlab-plugin/commit/8937db2fd0a315c4176e13b86b27f0b3d4e55314
  Author: Tomas Bjerre 
  Date:   2019-09-14 (Sat, 14 Sep 2019)

  Changed paths:
M CHANGELOG.md
M README.md
M 
src/main/java/org/jenkinsci/plugins/jvctgl/ViolationsToGitLabGlobalConfiguration.java
M 
src/main/java/org/jenkinsci/plugins/jvctgl/config/ViolationsToGitLabConfig.java
M 
src/main/resources/org/jenkinsci/plugins/jvctgl/ViolationsToGitLabGlobalConfiguration/config.jelly
M 
src/main/resources/org/jenkinsci/plugins/jvctgl/config/ViolationsToGitLabConfig/config.jelly

  Log Message:
  ---
  Doc


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


[jenkinsci/violation-comments-to-gitlab-plugin] e45322: Doc

2019-09-14 Thread Tomas Bjerre
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/violation-comments-to-gitlab-plugin
  Commit: e45322ec7f45a72a10fb9f8930bb92766c368474
  
https://github.com/jenkinsci/violation-comments-to-gitlab-plugin/commit/e45322ec7f45a72a10fb9f8930bb92766c368474
  Author: Tomas Bjerre 
  Date:   2019-09-14 (Sat, 14 Sep 2019)

  Changed paths:
M README.md
M 
src/main/java/org/jenkinsci/plugins/jvctgl/ViolationsToGitLabGlobalConfiguration.java
M 
src/main/java/org/jenkinsci/plugins/jvctgl/config/ViolationsToGitLabConfig.java
M 
src/main/resources/org/jenkinsci/plugins/jvctgl/ViolationsToGitLabGlobalConfiguration/config.jelly
M 
src/main/resources/org/jenkinsci/plugins/jvctgl/config/ViolationsToGitLabConfig/config.jelly

  Log Message:
  ---
  Doc


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


[jenkinsci/violation-comments-to-gitlab-plugin] b8022c: Doc

2019-09-14 Thread Tomas Bjerre
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/violation-comments-to-gitlab-plugin
  Commit: b8022c4c07ad8f28308407bc5fca7971e879df8d
  
https://github.com/jenkinsci/violation-comments-to-gitlab-plugin/commit/b8022c4c07ad8f28308407bc5fca7971e879df8d
  Author: Tomas Bjerre 
  Date:   2019-09-14 (Sat, 14 Sep 2019)

  Changed paths:
M README.md
M 
src/main/java/org/jenkinsci/plugins/jvctgl/ViolationsToGitLabGlobalConfiguration.java
M 
src/main/java/org/jenkinsci/plugins/jvctgl/config/ViolationsToGitLabConfig.java
M 
src/main/resources/org/jenkinsci/plugins/jvctgl/ViolationsToGitLabGlobalConfiguration/config.jelly
M 
src/main/resources/org/jenkinsci/plugins/jvctgl/config/ViolationsToGitLabConfig/config.jelly

  Log Message:
  ---
  Doc


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


[jenkinsci/postbuildscript-plugin] 88cbb9: [maven-release-plugin] prepare for next developmen...

2019-09-14 Thread Daniel Heid
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/postbuildscript-plugin
  Commit: 88cbb915da1e02866bbdad21a28c286a56b119a1
  
https://github.com/jenkinsci/postbuildscript-plugin/commit/88cbb915da1e02866bbdad21a28c286a56b119a1
  Author: Daniel Heid 
  Date:   2019-09-14 (Sat, 14 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/postbuildscript-plugin/push/refs/heads/master/671caa-88cbb9%40github.com.


[jenkinsci/postbuildscript-plugin]

2019-09-14 Thread Daniel Heid
  Branch: refs/tags/postbuildscript-2.9.0
  Home:   https://github.com/jenkinsci/postbuildscript-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/postbuildscript-plugin/push/refs/tags/postbuildscript-2.9.0/00-634ae5%40github.com.


[jenkinsci/postbuildscript-plugin] 70b439: Revert "[maven-release-plugin] prepare release pos...

2019-09-14 Thread Daniel Heid
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/postbuildscript-plugin
  Commit: 70b43917e5cb04f5240bc37dd5c6842e5b1ed62a
  
https://github.com/jenkinsci/postbuildscript-plugin/commit/70b43917e5cb04f5240bc37dd5c6842e5b1ed62a
  Author: Daniel Heid 
  Date:   2019-09-14 (Sat, 14 Sep 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Revert "[maven-release-plugin] prepare release postbuildscript-2.9.0"

This reverts commit 9a73e159e3679a11eb986c9483b6ebb44c293628.


  Commit: 671caaa8f368eb694ac3dfe54259211ae6f5df03
  
https://github.com/jenkinsci/postbuildscript-plugin/commit/671caaa8f368eb694ac3dfe54259211ae6f5df03
  Author: Daniel Heid 
  Date:   2019-09-14 (Sat, 14 Sep 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release postbuildscript-2.9.0


Compare: 
https://github.com/jenkinsci/postbuildscript-plugin/compare/9a73e159e367...671caaa8f368

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


[jenkinsci/postbuildscript-plugin]

2019-09-14 Thread Daniel Heid
  Branch: refs/tags/postbuildscript-2.9.0
  Home:   https://github.com/jenkinsci/postbuildscript-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/postbuildscript-plugin/push/refs/tags/postbuildscript-2.9.0/df30cd-00%40github.com.


[jenkinsci/postbuildscript-plugin] 9a73e1: [maven-release-plugin] prepare release postbuildsc...

2019-09-14 Thread Daniel Heid
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/postbuildscript-plugin
  Commit: 9a73e159e3679a11eb986c9483b6ebb44c293628
  
https://github.com/jenkinsci/postbuildscript-plugin/commit/9a73e159e3679a11eb986c9483b6ebb44c293628
  Author: Daniel Heid 
  Date:   2019-09-14 (Sat, 14 Sep 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release postbuildscript-2.9.0


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


[jenkinsci/postbuildscript-plugin] 72f296: JENKINS-57545 Add jenv config file

2019-09-14 Thread Daniel Heid
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/postbuildscript-plugin
  Commit: 72f296de76b1fcba880712e12a44384f31f1c7f0
  
https://github.com/jenkinsci/postbuildscript-plugin/commit/72f296de76b1fcba880712e12a44384f31f1c7f0
  Author: Daniel Heid 
  Date:   2019-09-14 (Sat, 14 Sep 2019)

  Changed paths:
A .java-version

  Log Message:
  ---
  JENKINS-57545 Add jenv config file


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


[jenkinsci/postbuildscript-plugin] 70eb75: JENKINS-57545 Update parent POM

2019-09-14 Thread Daniel Heid
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/postbuildscript-plugin
  Commit: 70eb7589c84d2be7d5de76d1c7f054fcaeabab3b
  
https://github.com/jenkinsci/postbuildscript-plugin/commit/70eb7589c84d2be7d5de76d1c7f054fcaeabab3b
  Author: Daniel Heid 
  Date:   2019-09-14 (Sat, 14 Sep 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  JENKINS-57545 Update parent POM


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


[jenkins-infra/jenkins.io] a787c5: GSoC 2019 - Update statuses of projects

2019-09-14 Thread Mark Waite
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: a787c58d60e7fbbf16dc13ee4be7a1f2fdf0128e
  
https://github.com/jenkins-infra/jenkins.io/commit/a787c58d60e7fbbf16dc13ee4be7a1f2fdf0128e
  Author: Oleg Nenashev 
  Date:   2019-09-13 (Fri, 13 Sep 2019)

  Changed paths:
M content/projects/gsoc/2018/code-coverage-api-plugin.adoc
M content/projects/gsoc/2018/eda-plugins.adoc
M content/projects/gsoc/2018/remoting-over-message-bus.adoc
M content/projects/gsoc/2018/simple-pull-request-job-plugin.adoc
M 
content/projects/gsoc/2019/artifact-promotion-plugin-for-jenkins-pipeline.adoc
M content/projects/gsoc/2019/ext-workspace-manager-cloud-features.adoc
M content/projects/gsoc/2019/gitlab-support-for-multibranch-pipeline.adoc
M content/projects/gsoc/2019/plugin-installation-manager-tool-cli.adoc
M 
content/projects/gsoc/2019/remoting-over-apache-kafka-docker-k8s-features.adoc
M content/projects/gsoc/2019/role-strategy-performance.adoc
M content/projects/gsoc/2019/working-hours-improvements.adoc
M content/projects/gsoc/index.adoc

  Log Message:
  ---
  GSoC 2019 - Update statuses of projects


  Commit: 75a205b6a8565298cc953e273a303190f92ce220
  
https://github.com/jenkins-infra/jenkins.io/commit/75a205b6a8565298cc953e273a303190f92ce220
  Author: Mark Waite 
  Date:   2019-09-14 (Sat, 14 Sep 2019)

  Changed paths:
M content/projects/gsoc/2018/code-coverage-api-plugin.adoc
M content/projects/gsoc/2018/eda-plugins.adoc
M content/projects/gsoc/2018/remoting-over-message-bus.adoc
M content/projects/gsoc/2018/simple-pull-request-job-plugin.adoc
M 
content/projects/gsoc/2019/artifact-promotion-plugin-for-jenkins-pipeline.adoc
M content/projects/gsoc/2019/ext-workspace-manager-cloud-features.adoc
M content/projects/gsoc/2019/gitlab-support-for-multibranch-pipeline.adoc
M content/projects/gsoc/2019/plugin-installation-manager-tool-cli.adoc
M 
content/projects/gsoc/2019/remoting-over-apache-kafka-docker-k8s-features.adoc
M content/projects/gsoc/2019/role-strategy-performance.adoc
M content/projects/gsoc/2019/working-hours-improvements.adoc
M content/projects/gsoc/index.adoc

  Log Message:
  ---
  Merge pull request #2478 from oleg-nenashev/gsoc2019-updates

GSoC 2019 - Update statuses of projects


Compare: 
https://github.com/jenkins-infra/jenkins.io/compare/d5ee3f373126...75a205b6a856

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


[jenkinsci/chatwork-plugin] 1a3b3e: Run github_changelog_generator

2019-09-14 Thread GO Sueyoshi
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/chatwork-plugin
  Commit: 1a3b3ee04a578f842b033308cb65f5f9ea254afd
  
https://github.com/jenkinsci/chatwork-plugin/commit/1a3b3ee04a578f842b033308cb65f5f9ea254afd
  Author: sue445 
  Date:   2019-09-14 (Sat, 14 Sep 2019)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Run github_changelog_generator


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


[jenkinsci/chatwork-plugin] 551775: [maven-release-plugin] prepare for next developmen...

2019-09-14 Thread GO Sueyoshi
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/chatwork-plugin
  Commit: 551775d8fba037ec0ca9ef3e618ec1b14b31276b
  
https://github.com/jenkinsci/chatwork-plugin/commit/551775d8fba037ec0ca9ef3e618ec1b14b31276b
  Author: sue445 
  Date:   2019-09-14 (Sat, 14 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/chatwork-plugin/push/refs/heads/master/d73c7a-551775%40github.com.


[jenkinsci/chatwork-plugin]

2019-09-14 Thread GO Sueyoshi
  Branch: refs/tags/chatwork-1.0.9
  Home:   https://github.com/jenkinsci/chatwork-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/chatwork-plugin/push/refs/tags/chatwork-1.0.9/00-5b139b%40github.com.


[jenkinsci/chatwork-plugin] d73c7a: [maven-release-plugin] prepare release chatwork-1.0.9

2019-09-14 Thread GO Sueyoshi
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/chatwork-plugin
  Commit: d73c7a0fc6680d1d85e2147964ac87c507e2ba83
  
https://github.com/jenkinsci/chatwork-plugin/commit/d73c7a0fc6680d1d85e2147964ac87c507e2ba83
  Author: sue445 
  Date:   2019-09-14 (Sat, 14 Sep 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release chatwork-1.0.9


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


[jenkinsci/chatwork-plugin]

2019-09-14 Thread GO Sueyoshi
  Branch: refs/heads/feature/secert_api_key
  Home:   https://github.com/jenkinsci/chatwork-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/chatwork-plugin/push/refs/heads/feature/secert_api_key/374217-00%40github.com.


[jenkinsci/chatwork-plugin] 374217: Save apiKey to Secret field instead of String field

2019-09-14 Thread GO Sueyoshi
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/chatwork-plugin
  Commit: 3742171215e348a44b2ab51315a965bb059ed878
  
https://github.com/jenkinsci/chatwork-plugin/commit/3742171215e348a44b2ab51315a965bb059ed878
  Author: sue445 
  Date:   2019-09-14 (Sat, 14 Sep 2019)

  Changed paths:
M 
src/main/java/com/vexus2/jenkins/chatwork/jenkinschatworkplugin/ChatworkPublisher.java
M 
src/main/resources/com/vexus2/jenkins/chatwork/jenkinschatworkplugin/ChatworkPublisher/global.jelly

  Log Message:
  ---
  Save apiKey to Secret field instead of String field


  Commit: 1573dd1a2703a69a2dbc5d6513bc0c7060f68ee6
  
https://github.com/jenkinsci/chatwork-plugin/commit/1573dd1a2703a69a2dbc5d6513bc0c7060f68ee6
  Author: GO Sueyoshi 
  Date:   2019-09-14 (Sat, 14 Sep 2019)

  Changed paths:
M 
src/main/java/com/vexus2/jenkins/chatwork/jenkinschatworkplugin/ChatworkPublisher.java
M 
src/main/resources/com/vexus2/jenkins/chatwork/jenkinschatworkplugin/ChatworkPublisher/global.jelly

  Log Message:
  ---
  Merge pull request #36 from jenkinsci/feature/secert_api_key

[Security] Save apiKey to Secret field instead of String field


Compare: 
https://github.com/jenkinsci/chatwork-plugin/compare/d78c07ae3e3c...1573dd1a2703

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


[jenkinsci/chatwork-plugin] 374217: Save apiKey to Secret field instead of String field

2019-09-14 Thread GO Sueyoshi
  Branch: refs/heads/feature/secert_api_key
  Home:   https://github.com/jenkinsci/chatwork-plugin
  Commit: 3742171215e348a44b2ab51315a965bb059ed878
  
https://github.com/jenkinsci/chatwork-plugin/commit/3742171215e348a44b2ab51315a965bb059ed878
  Author: sue445 
  Date:   2019-09-14 (Sat, 14 Sep 2019)

  Changed paths:
M 
src/main/java/com/vexus2/jenkins/chatwork/jenkinschatworkplugin/ChatworkPublisher.java
M 
src/main/resources/com/vexus2/jenkins/chatwork/jenkinschatworkplugin/ChatworkPublisher/global.jelly

  Log Message:
  ---
  Save apiKey to Secret field instead of String field


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


[jenkins-infra/jenkins.io] 6ad437: Add support of multiple authors to the blogposts +...

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

  Changed paths:
A content/_data/authors/jochenafuerbacher.adoc
R content/_data/authors/pch-maintainers.adoc
A content/_data/authors/robinrschulz.adoc
A content/_data/authors/stefanbrausch.adoc
M content/_ext/authorlist.rb
M content/_ext/authorship.rb
M content/_layouts/post.html.haml
M content/blog/2019/07/2019-07-15-pipeline-config-history-plugin.adoc

  Log Message:
  ---
  Add support of multiple authors to the blogposts + fix the Pipeline Config 
History post


  Commit: d5ee3f373126c48cb440853ea5377972b93654ac
  
https://github.com/jenkins-infra/jenkins.io/commit/d5ee3f373126c48cb440853ea5377972b93654ac
  Author: Oleg Nenashev 
  Date:   2019-09-14 (Sat, 14 Sep 2019)

  Changed paths:
A content/_data/authors/jochenafuerbacher.adoc
R content/_data/authors/pch-maintainers.adoc
A content/_data/authors/robinrschulz.adoc
A content/_data/authors/stefanbrausch.adoc
M content/_ext/authorlist.rb
M content/_ext/authorship.rb
M content/_layouts/post.html.haml
M content/blog/2019/07/2019-07-15-pipeline-config-history-plugin.adoc

  Log Message:
  ---
  Merge pull request #2479 from oleg-nenashev/multi-authors

Add support of multiple authors to the blogposts + fix the Pipeline Config 
History post


Compare: 
https://github.com/jenkins-infra/jenkins.io/compare/7c6b4a41234b...d5ee3f373126

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


[jenkinsci/violation-comments-to-gitlab-plugin] b3d712: [maven-release-plugin] prepare for next developmen...

2019-09-14 Thread Tomas Bjerre
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/violation-comments-to-gitlab-plugin
  Commit: b3d71259d8b7d369c729ac6569b074cf94a3512e
  
https://github.com/jenkinsci/violation-comments-to-gitlab-plugin/commit/b3d71259d8b7d369c729ac6569b074cf94a3512e
  Author: Tomas Bjerre 
  Date:   2019-09-14 (Sat, 14 Sep 2019)

  Changed paths:
M CHANGELOG.md
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/violation-comments-to-gitlab-plugin/push/refs/heads/master/cd7bf8-b3d712%40github.com.


[jenkinsci/violation-comments-to-gitlab-plugin] cd7bf8: [maven-release-plugin] prepare for next developmen...

2019-09-14 Thread Tomas Bjerre
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/violation-comments-to-gitlab-plugin
  Commit: cd7bf83352b863c7e8ab0cdf80f075ef3e78ab80
  
https://github.com/jenkinsci/violation-comments-to-gitlab-plugin/commit/cd7bf83352b863c7e8ab0cdf80f075ef3e78ab80
  Author: Tomas Bjerre 
  Date:   2019-09-14 (Sat, 14 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/violation-comments-to-gitlab-plugin/push/refs/heads/master/05ebd3-cd7bf8%40github.com.


[jenkinsci/violation-comments-to-gitlab-plugin]

2019-09-14 Thread Tomas Bjerre
  Branch: refs/tags/violation-comments-to-gitlab-2.30
  Home:   https://github.com/jenkinsci/violation-comments-to-gitlab-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/violation-comments-to-gitlab-plugin/push/refs/tags/violation-comments-to-gitlab-2.30/00-b90111%40github.com.


[jenkinsci/violation-comments-to-gitlab-plugin] 05ebd3: [maven-release-plugin] prepare release violation-c...

2019-09-14 Thread Tomas Bjerre
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/violation-comments-to-gitlab-plugin
  Commit: 05ebd367886f8220eeb603055129c5496ed76995
  
https://github.com/jenkinsci/violation-comments-to-gitlab-plugin/commit/05ebd367886f8220eeb603055129c5496ed76995
  Author: Tomas Bjerre 
  Date:   2019-09-14 (Sat, 14 Sep 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release violation-comments-to-gitlab-2.30


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


[jenkinsci/violation-comments-to-gitlab-plugin] 76ee60: Removing raw proxy username/password forcing crede...

2019-09-14 Thread Tomas Bjerre
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/violation-comments-to-gitlab-plugin
  Commit: 76ee602dc5297064cdce798dcabaa1560a5adfc6
  
https://github.com/jenkinsci/violation-comments-to-gitlab-plugin/commit/76ee602dc5297064cdce798dcabaa1560a5adfc6
  Author: Tomas Bjerre 
  Date:   2019-09-14 (Sat, 14 Sep 2019)

  Changed paths:
M README.md
M src/main/java/org/jenkinsci/plugins/jvctgl/config/CredentialsHelper.java
M 
src/main/java/org/jenkinsci/plugins/jvctgl/config/ViolationsToGitLabConfig.java
M src/main/java/org/jenkinsci/plugins/jvctgl/perform/JvctglPerformer.java
M 
src/main/resources/org/jenkinsci/plugins/jvctgl/config/ViolationsToGitLabConfig/config.jelly

  Log Message:
  ---
  Removing raw proxy username/password forcing credentials

SECURITY-1577


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