[jenkins-infra/jenkins-infra] 66773e: Bump Letsencrypt module to 3.0.0

2019-02-14 Thread Olblak
  Branch: refs/heads/staging
  Home:   https://github.com/jenkins-infra/jenkins-infra
  Commit: 66773e74922b55fbafbf7c461be6d7448c6b45e6
  
https://github.com/jenkins-infra/jenkins-infra/commit/66773e74922b55fbafbf7c461be6d7448c6b45e6
  Author: Olblak 
  Date:   2019-02-15 (Fri, 15 Feb 2019)

  Changed paths:
M Puppetfile

  Log Message:
  ---
  Bump Letsencrypt module to 3.0.0


  Commit: a7d01cc3cf6b55f9dbeb6a471fa5c70a1052ddc3
  
https://github.com/jenkins-infra/jenkins-infra/commit/a7d01cc3cf6b55f9dbeb6a471fa5c70a1052ddc3
  Author: Olblak <2360224+olb...@users.noreply.github.com>
  Date:   2019-02-15 (Fri, 15 Feb 2019)

  Changed paths:
M Puppetfile

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

Bump Letsencrypt module to 3.0.0


Compare: 
https://github.com/jenkins-infra/jenkins-infra/compare/9448bcfcc5f7...a7d01cc3cf6b

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/integrity-plugin] af337a: removed log variable which cause marshling issue

2019-02-14 Thread Anurag Sen
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/integrity-plugin
  Commit: af337a5be1153d237a9c494d38ff5bc38e7306cd
  
https://github.com/jenkinsci/integrity-plugin/commit/af337a5be1153d237a9c494d38ff5bc38e7306cd
  Author: Mhaske 
  Date:   2019-02-01 (Fri, 01 Feb 2019)

  Changed paths:
M src/main/java/hudson/scm/IntegrityCheckpointAction.java

  Log Message:
  ---
  removed log variable which cause marshling issue


  Commit: 118f8bb6dfd52b725c7f75ec2f73eebdda320a48
  
https://github.com/jenkinsci/integrity-plugin/commit/118f8bb6dfd52b725c7f75ec2f73eebdda320a48
  Author: Anurag Sen 
  Date:   2019-02-01 (Fri, 01 Feb 2019)

  Changed paths:
M src/main/java/hudson/scm/IntegrityCheckpointAction.java

  Log Message:
  ---
  Merge pull request #70 from amhaskePTC/master

removed log variable which cause marshling issue


  Commit: d0387f2b83032d7137f12168a7af8d915f193342
  
https://github.com/jenkinsci/integrity-plugin/commit/d0387f2b83032d7137f12168a7af8d915f193342
  Author: Anurag Sen 
  Date:   2019-02-15 (Fri, 15 Feb 2019)

  Changed paths:
M src/main/java/hudson/scm/IntegrityCheckpointAction.java

  Log Message:
  ---
  Merge pull request #34 from PTC-ALM/master

 removed log variable which cause marshaling issue


Compare: 
https://github.com/jenkinsci/integrity-plugin/compare/b12b9893b83a...d0387f2b8303

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/jenkins] f7ff28: Removing code to support the Remoting-based CLI.

2019-02-14 Thread Jesse Glick
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/jenkins

  Commit: f7ff281997c9f43201ca69dc8406dec4166f1281

  
https://github.com/jenkinsci/jenkins/commit/f7ff281997c9f43201ca69dc8406dec4166f1281

  Author: Jesse Glick 

  Date:   2019-01-08 (Tue, 08 Jan 2019)



  Changed paths:

M cli/src/main/java/hudson/cli/CLI.java

M cli/src/main/java/hudson/cli/CLIConnectionFactory.java

R cli/src/main/java/hudson/cli/CliEntryPoint.java

R cli/src/main/java/hudson/cli/CliPort.java

M cli/src/main/java/hudson/cli/Connection.java

M cli/src/main/java/hudson/cli/FullDuplexHttpStream.java

M cli/src/main/resources/hudson/cli/client/Messages.properties

R cli/src/test/java/hudson/cli/ConnectionMockTest.java

R cli/src/test/java/hudson/cli/ConnectionTest.java

R cli/src/test/java/hudson/cli/PrivateKeyProviderTest.java

R cli/src/test/java/org/codehaus/groovy/runtime/Security218.java

R cli/src/test/resources/hudson/cli/.ssh/id_dsa

R cli/src/test/resources/hudson/cli/.ssh/id_dsa.pub

R cli/src/test/resources/hudson/cli/.ssh/id_rsa

R cli/src/test/resources/hudson/cli/.ssh/id_rsa.pub

M core/src/main/java/hudson/cli/CLIAction.java

M core/src/main/java/hudson/cli/CLICommand.java

R core/src/main/java/hudson/cli/CliManagerImpl.java

R core/src/main/java/hudson/cli/CliProtocol.java

R core/src/main/java/hudson/cli/CliProtocol2.java

M core/src/main/java/hudson/cli/CliTransportAuthenticator.java

R core/src/main/java/hudson/cli/ClientAuthenticationCache.java

R core/src/main/java/hudson/cli/CommandDuringBuild.java

M core/src/main/java/hudson/cli/GroovyCommand.java

M core/src/main/java/hudson/cli/GroovyshCommand.java

M core/src/main/java/hudson/cli/InstallPluginCommand.java

R core/src/main/java/hudson/cli/InstallToolCommand.java

R core/src/main/java/hudson/cli/LoginCommand.java

R core/src/main/java/hudson/cli/LogoutCommand.java

R core/src/main/java/hudson/cli/SetBuildParameterCommand.java

R core/src/main/java/hudson/cli/SetBuildResultCommand.java

M core/src/main/java/hudson/cli/declarative/CLIRegisterer.java

R core/src/main/java/hudson/cli/util/ScriptLoader.java

M core/src/main/java/hudson/model/FileParameterDefinition.java

M core/src/main/java/hudson/security/AbstractPasswordBasedSecurityRealm.java

M core/src/main/java/hudson/security/CliAuthenticator.java

M core/src/main/java/hudson/security/SecurityRealm.java

R core/src/main/java/jenkins/CLI.java

M core/src/main/java/jenkins/install/SetupWizard.java

R core/src/main/resources/hudson/cli/CliProtocol/deprecationCause.jelly

R core/src/main/resources/hudson/cli/CliProtocol/deprecationCause.properties

R 
core/src/main/resources/hudson/cli/CliProtocol/deprecationCause_bg.properties

R 
core/src/main/resources/hudson/cli/CliProtocol/deprecationCause_it.properties

R core/src/main/resources/hudson/cli/CliProtocol/description.jelly

R core/src/main/resources/hudson/cli/CliProtocol/description.properties

R core/src/main/resources/hudson/cli/CliProtocol/description_bg.properties

R core/src/main/resources/hudson/cli/CliProtocol/description_de.properties

R core/src/main/resources/hudson/cli/CliProtocol/description_it.properties

R core/src/main/resources/hudson/cli/CliProtocol2/deprecationCause.jelly

R 
core/src/main/resources/hudson/cli/CliProtocol2/deprecationCause.properties

R 
core/src/main/resources/hudson/cli/CliProtocol2/deprecationCause_bg.properties

R 
core/src/main/resources/hudson/cli/CliProtocol2/deprecationCause_it.properties

R core/src/main/resources/hudson/cli/CliProtocol2/description.jelly

R core/src/main/resources/hudson/cli/CliProtocol2/description.properties

R core/src/main/resources/hudson/cli/CliProtocol2/description_bg.properties

R core/src/main/resources/hudson/cli/CliProtocol2/description_de.properties

R core/src/main/resources/hudson/cli/CliProtocol2/description_it.properties

M core/src/main/resources/hudson/cli/Messages.properties

M core/src/main/resources/hudson/cli/Messages_bg.properties

M core/src/main/resources/hudson/cli/Messages_de.properties

M core/src/main/resources/hudson/cli/Messages_es.properties

M core/src/main/resources/hudson/cli/Messages_it.properties

M core/src/main/resources/hudson/cli/Messages_ja.properties

M core/src/main/resources/hudson/cli/Messages_lt.properties

M core/src/main/resources/hudson/cli/Messages_pt_BR.properties

M core/src/main/resources/hudson/cli/Messages_sr.properties

M core/src/main/resources/hudson/cli/Messages_zh_TW.properties

R core/src/main/resources/jenkins/CLI/WarnWhenEnabled/message.jelly

R core/src/main/resources/jenkins/CLI/WarnWhenEnabled/message.properties

R core/src/main/resources/jenkins/CLI/WarnWhenEnabled/message_bg.properties

R 

[jenkinsci/last-changes-plugin] f6ed1d: Hacky work-around for failures to delete copied sc...

2019-02-14 Thread Rafael M. Pestano
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/last-changes-plugin
  Commit: f6ed1de367fb9c03a99b521a474f05aff51022bb
  
https://github.com/jenkinsci/last-changes-plugin/commit/f6ed1de367fb9c03a99b521a474f05aff51022bb
  Author: Charles Padgett 
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
M src/main/java/com/github/jenkins/lastchanges/LastChangesPublisher.java

  Log Message:
  ---
  Hacky work-around for failures to delete copied scm files


  Commit: 40a184e8574db7dab1f52b5a1d18d1e45d0becfd
  
https://github.com/jenkinsci/last-changes-plugin/commit/40a184e8574db7dab1f52b5a1d18d1e45d0becfd
  Author: Rafael M. Pestano 
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
M src/main/java/com/github/jenkins/lastchanges/LastChangesPublisher.java

  Log Message:
  ---
  Merge pull request #63 from capadgett/master

Hacky work-around for failures to delete copied scm files


Compare: 
https://github.com/jenkinsci/last-changes-plugin/compare/cd15d8b6ef76...40a184e8574d

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/calendar-view-plugin]

2019-02-14 Thread greenkeeper[bot]
  Branch: refs/heads/greenkeeper/nyc-13.3.0
  Home:   https://github.com/jenkinsci/calendar-view-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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/contrast-continuous-application-security-plugin] 3c26e3: fix compatibility with java 7

2019-02-14 Thread Sergii Borsuk
  Branch: refs/heads/CONTRAST-30027
  Home:   
https://github.com/jenkinsci/contrast-continuous-application-security-plugin
  Commit: 3c26e39515c87e0639240b0a5197e952f71d2691
  
https://github.com/jenkinsci/contrast-continuous-application-security-plugin/commit/3c26e39515c87e0639240b0a5197e952f71d2691
  Author: Sergii 
  Date:   2019-02-14 (Thu, 14 Feb 2019)

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

  Log Message:
  ---
  fix compatibility with java 7


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/calendar-view-plugin] dac1be: chore(package): update nyc to version 13.3.0

2019-02-14 Thread greenkeeper[bot]
  Branch: refs/heads/greenkeeper/nyc-13.3.0
  Home:   https://github.com/jenkinsci/calendar-view-plugin
  Commit: dac1be287c0f3c83d4c972bdcccd2dbd06f66841
  
https://github.com/jenkinsci/calendar-view-plugin/commit/dac1be287c0f3c83d4c972bdcccd2dbd06f66841
  Author: greenkeeper[bot] 
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
M package.json

  Log Message:
  ---
  chore(package): update nyc to version 13.3.0


  Commit: 8b03f1015d36c85401475742b62b33a45f1f1d21
  
https://github.com/jenkinsci/calendar-view-plugin/commit/8b03f1015d36c85401475742b62b33a45f1f1d21
  Author: greenkeeper[bot] 
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
M package-lock.json

  Log Message:
  ---
  chore(package): update lockfile package-lock.json


Compare: 
https://github.com/jenkinsci/calendar-view-plugin/compare/dac1be287c0f%5E...8b03f1015d36

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/contrast-continuous-application-security-plugin] 2ac8cb: refresh apps every minute

2019-02-14 Thread Sergii Borsuk
  Branch: refs/heads/CONTRAST-30027
  Home:   
https://github.com/jenkinsci/contrast-continuous-application-security-plugin
  Commit: 2ac8cb5459caf0f7e860d56f763438d77c1641d7
  
https://github.com/jenkinsci/contrast-continuous-application-security-plugin/commit/2ac8cb5459caf0f7e860d56f763438d77c1641d7
  Author: Sergii 
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
M 
src/main/java/com/aspectsecurity/contrast/contrastjenkins/ThresholdCondition.java
M 
src/main/java/com/aspectsecurity/contrast/contrastjenkins/VulnerabilityTrendRecorder.java
M 
src/main/resources/com/aspectsecurity/contrast/contrastjenkins/VulnerabilityTrendRecorder/config.jelly

  Log Message:
  ---
  refresh apps every minute


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/stash-pullrequest-builder-plugin] 77000e: Add a checkProbeMergeStatus box just to probe Stas...

2019-02-14 Thread Jim Klimov
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/stash-pullrequest-builder-plugin
  Commit: 77000e5e491b6a288a460929bb27d6c7f78932cd
  
https://github.com/jenkinsci/stash-pullrequest-builder-plugin/commit/77000e5e491b6a288a460929bb27d6c7f78932cd
  Author: Jim Klimov 
  Date:   2019-02-15 (Fri, 15 Feb 2019)

  Changed paths:
M README.md
M 
src/main/java/stashpullrequestbuilder/stashpullrequestbuilder/StashBuildTrigger.java
M 
src/main/java/stashpullrequestbuilder/stashpullrequestbuilder/StashRepository.java
M 
src/main/resources/stashpullrequestbuilder/stashpullrequestbuilder/StashBuildTrigger/config.jelly
A 
src/main/resources/stashpullrequestbuilder/stashpullrequestbuilder/StashBuildTrigger/help-checkProbeMergeStatus.html

  Log Message:
  ---
  Add a checkProbeMergeStatus box just to probe Stash REST API (#22)

Add a checkProbeMergeStatus box just to probe Stash REST API and recalculate 
refspecs


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/stash-pullrequest-builder-plugin] 516879: JENKINS-55153 use EasySSLProtocolSocketFactory fro...

2019-02-14 Thread jakub-bochenski
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/stash-pullrequest-builder-plugin
  Commit: 5168799a537ce8add0a4181aaf1e57ad0337bbeb
  
https://github.com/jenkinsci/stash-pullrequest-builder-plugin/commit/5168799a537ce8add0a4181aaf1e57ad0337bbeb
  Author: jakub-bochenski 
  Date:   2019-02-15 (Fri, 15 Feb 2019)

  Changed paths:
M pom.xml
M src/findbugs-exclude.xml
A 
src/main/java/stashpullrequestbuilder/stashpullrequestbuilder/repackage/org/apache/commons/httpclient/contrib/ssl/EasySSLProtocolSocketFactory.java
A 
src/main/java/stashpullrequestbuilder/stashpullrequestbuilder/repackage/org/apache/commons/httpclient/contrib/ssl/EasyX509TrustManager.java
M 
src/main/java/stashpullrequestbuilder/stashpullrequestbuilder/stash/StashApiClient.java

  Log Message:
  ---
  JENKINS-55153 use EasySSLProtocolSocketFactory from commons-httpclient


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/aws-codebuild-plugin] b8bd57: [maven-release-plugin] prepare for next developmen...

2019-02-14 Thread Leo Baran
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/aws-codebuild-plugin
  Commit: b8bd5760f47781b1c8065fe3bafcf4e3aa5b6d74
  
https://github.com/jenkinsci/aws-codebuild-plugin/commit/b8bd5760f47781b1c8065fe3bafcf4e3aa5b6d74
  Author: Leo Baran 
  Date:   2019-02-14 (Thu, 14 Feb 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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/aws-codebuild-plugin]

2019-02-14 Thread Leo Baran
  Branch: refs/tags/aws-codebuild-0.35
  Home:   https://github.com/jenkinsci/aws-codebuild-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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/aws-codebuild-plugin] fb4d22: [maven-release-plugin] prepare release aws-codebui...

2019-02-14 Thread Leo Baran
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/aws-codebuild-plugin
  Commit: fb4d220632e131b786feaa6375ed33b6cfc790d8
  
https://github.com/jenkinsci/aws-codebuild-plugin/commit/fb4d220632e131b786feaa6375ed33b6cfc790d8
  Author: Leo Baran 
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release aws-codebuild-0.35


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/aws-codebuild-plugin] 5cb9d9: Set artifact location in CodeBuildResult after bui...

2019-02-14 Thread Leo Baran
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/aws-codebuild-plugin
  Commit: 5cb9d9e425784865a22075410ae1848aae56bfb6
  
https://github.com/jenkinsci/aws-codebuild-plugin/commit/5cb9d9e425784865a22075410ae1848aae56bfb6
  Author: Leo Baran 
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
M src/main/java/CodeBuilder.java

  Log Message:
  ---
  Set artifact location in CodeBuildResult after build completes


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/delphix-plugin] 0a3b5f: [maven-release-plugin] prepare for next developmen...

2019-02-14 Thread Derek Smart
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/delphix-plugin
  Commit: 0a3b5f69d906864dda3ff3b3a798249444f24f0d
  
https://github.com/jenkinsci/delphix-plugin/commit/0a3b5f69d906864dda3ff3b3a798249444f24f0d
  Author: Derek Smart 
  Date:   2019-02-14 (Thu, 14 Feb 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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/delphix-plugin]

2019-02-14 Thread Derek Smart
  Branch: refs/tags/delphix-2.0.4
  Home:   https://github.com/jenkinsci/delphix-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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/delphix-plugin] 936975: [maven-release-plugin] prepare release delphix-2.0.4

2019-02-14 Thread Derek Smart
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/delphix-plugin
  Commit: 936975544d131e6fadf1bc23b5028efa97013330
  
https://github.com/jenkinsci/delphix-plugin/commit/936975544d131e6fadf1bc23b5028efa97013330
  Author: Derek Smart 
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release delphix-2.0.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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/delphix-plugin] b587c4: recheck session for 5.3 +

2019-02-14 Thread Derek Smart
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/delphix-plugin
  Commit: b587c4df314a9921b5a9a968b643377520f90f5d
  
https://github.com/jenkinsci/delphix-plugin/commit/b587c4df314a9921b5a9a968b643377520f90f5d
  Author: Derek Smart 
  Date:   2019-02-14 (Thu, 14 Feb 2019)

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

  Log Message:
  ---
  recheck session for 5.3 +

Signed-off-by: Derek Smart 


  Commit: 2cc29e04016ab92aaec1b5e7a3dc0038858d167d
  
https://github.com/jenkinsci/delphix-plugin/commit/2cc29e04016ab92aaec1b5e7a3dc0038858d167d
  Author: Derek Smart 
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  bump jackson core

Signed-off-by: Derek Smart 


  Commit: 74228a8ba8656367462e0c22e6fff0ebaf742e25
  
https://github.com/jenkinsci/delphix-plugin/commit/74228a8ba8656367462e0c22e6fff0ebaf742e25
  Author: Derek Smart 
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
M pom.xml
M src/main/java/io/jenkins/plugins/delphix/DelphixEngine.java

  Log Message:
  ---
  Merge pull request #9 from jenkinsci/hotfix/fix-session-5.3.x

Hotfix/fix session 5.3.x


Compare: 
https://github.com/jenkinsci/delphix-plugin/compare/96c7966d8376...74228a8ba865

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/ease-plugin]

2019-02-14 Thread Rob Friedman
  Branch: refs/tags/ease-plugin-2.1
  Home:   https://github.com/jenkinsci/ease-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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/ease-plugin] b0d5b8: [maven-release-plugin] prepare for next developmen...

2019-02-14 Thread Rob Friedman
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ease-plugin
  Commit: b0d5b840aad9417dc16dfb758d00ce63212206dd
  
https://github.com/jenkinsci/ease-plugin/commit/b0d5b840aad9417dc16dfb758d00ce63212206dd
  Author: Rob Friedman 
  Date:   2019-02-14 (Thu, 14 Feb 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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/ease-plugin] 99c343: [maven-release-plugin] prepare release ease-plugin...

2019-02-14 Thread Rob Friedman
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ease-plugin
  Commit: 99c34365fd11c664e2b9d616e4e83d2fa728be14
  
https://github.com/jenkinsci/ease-plugin/commit/99c34365fd11c664e2b9d616e4e83d2fa728be14
  Author: Rob Friedman 
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release ease-plugin-2.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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/ease-plugin] 69d3a5: APP-31127: Save Api Token on the PublishFileCalll...

2019-02-14 Thread Rob Friedman
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ease-plugin
  Commit: 69d3a57972815259866c1acfd33f23dc93ac09dc
  
https://github.com/jenkinsci/ease-plugin/commit/69d3a57972815259866c1acfd33f23dc93ac09dc
  Author: Andrew Finley 
  Date:   2019-02-12 (Tue, 12 Feb 2019)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/apperian/ApperianRecorder.java
M src/main/java/org/jenkinsci/plugins/apperian/CredentialsManager.java
M src/main/java/org/jenkinsci/plugins/apperian/PublishFileCallable.java
M src/test/java/org/jenkinsci/plugins/apperian/PublishFileCallableTest.java
M src/test/java/org/jenkinsci/plugins/apperian/UploadTest.java

  Log Message:
  ---
  APP-31127:  Save Api Token on the PublishFileCalllable object


  Commit: 5e9ba49e000f3cc44cd3898b045be393ea10d825
  
https://github.com/jenkinsci/ease-plugin/commit/5e9ba49e000f3cc44cd3898b045be393ea10d825
  Author: Andrew Finley 
  Date:   2019-02-12 (Tue, 12 Feb 2019)

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

  Log Message:
  ---
  Remove unnecesary import


  Commit: d4f60fe982fe4593e47bbe2e7efe1e7d9f979c83
  
https://github.com/jenkinsci/ease-plugin/commit/d4f60fe982fe4593e47bbe2e7efe1e7d9f979c83
  Author: Andrew Finley 
  Date:   2019-02-13 (Wed, 13 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  APP-31127:  Update plugin version


  Commit: 4c98ee0cacaa06192e08caf322131943527d4893
  
https://github.com/jenkinsci/ease-plugin/commit/4c98ee0cacaa06192e08caf322131943527d4893
  Author: Andrew Finley 
  Date:   2019-02-13 (Wed, 13 Feb 2019)

  Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/plugins/apperian/ApperianRecorder.java
M src/main/java/org/jenkinsci/plugins/apperian/CredentialsManager.java
M src/main/java/org/jenkinsci/plugins/apperian/PublishFileCallable.java
M src/test/java/org/jenkinsci/plugins/apperian/PublishFileCallableTest.java
M src/test/java/org/jenkinsci/plugins/apperian/UploadTest.java

  Log Message:
  ---
  Merge pull request #16 from apperian/fix_plugin_on_nodes_APP-31127

APP-31127:  Save Api Token on the PublishFileCalllable object


  Commit: 804ffbcfa6bb11d3b323c79d0a07aa3780ef64ce
  
https://github.com/jenkinsci/ease-plugin/commit/804ffbcfa6bb11d3b323c79d0a07aa3780ef64ce
  Author: Rob Friedman 
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Jenkins is expecting 2.1, not 2.01, and this caused a merge conflict.


  Commit: 2870b54b4e05738be7ad76de0e68712f5efa5fd1
  
https://github.com/jenkinsci/ease-plugin/commit/2870b54b4e05738be7ad76de0e68712f5efa5fd1
  Author: Rob Friedman 
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/apperian/ApperianRecorder.java
M src/main/java/org/jenkinsci/plugins/apperian/CredentialsManager.java
M src/main/java/org/jenkinsci/plugins/apperian/PublishFileCallable.java
M src/test/java/org/jenkinsci/plugins/apperian/PublishFileCallableTest.java
M src/test/java/org/jenkinsci/plugins/apperian/UploadTest.java

  Log Message:
  ---
  Merge pull request #11 from apperian/master

Fixing problem with credentials from a slave node


Compare: 
https://github.com/jenkinsci/ease-plugin/compare/5142beac05c8...2870b54b4e05

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/ssh-slaves-plugin] bda1d1: [JENKINS-56147] Overwrite remoting.jar only when n...

2019-02-14 Thread Larry Grill
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ssh-slaves-plugin
  Commit: bda1d12f6bdbb1261c95a60ff8b34bfe5aab266e
  
https://github.com/jenkinsci/ssh-slaves-plugin/commit/bda1d12f6bdbb1261c95a60ff8b34bfe5aab266e
  Author: Larry Grill 
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
M src/main/java/hudson/plugins/sshslaves/SSHLauncher.java
M src/test/java/hudson/plugins/sshslaves/SSHLauncherTest.java
A src/test/resources/readInputStreamIntoByteArrayTestFile.txt

  Log Message:
  ---
  [JENKINS-56147] Overwrite remoting.jar only when necessary. (#116)

[FIX JENKINS-56147] Overwrite remoting.jar only when necessary.


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/delphix-plugin] b587c4: recheck session for 5.3 +

2019-02-14 Thread Derek Smart
  Branch: refs/heads/hotfix/fix-session-5.3.x
  Home:   https://github.com/jenkinsci/delphix-plugin
  Commit: b587c4df314a9921b5a9a968b643377520f90f5d
  
https://github.com/jenkinsci/delphix-plugin/commit/b587c4df314a9921b5a9a968b643377520f90f5d
  Author: Derek Smart 
  Date:   2019-02-14 (Thu, 14 Feb 2019)

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

  Log Message:
  ---
  recheck session for 5.3 +

Signed-off-by: Derek Smart 


  Commit: 2cc29e04016ab92aaec1b5e7a3dc0038858d167d
  
https://github.com/jenkinsci/delphix-plugin/commit/2cc29e04016ab92aaec1b5e7a3dc0038858d167d
  Author: Derek Smart 
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  bump jackson core

Signed-off-by: Derek Smart 


Compare: 
https://github.com/jenkinsci/delphix-plugin/compare/b587c4df314a%5E...2cc29e04016a

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/ontrack-plugin] 180117: [maven-release-plugin] prepare release 3.2

2019-02-14 Thread Damien Coraboeuf
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ontrack-plugin
  Commit: 1801172bf9b8bff350961c73c8d139a0daa0b3c6
  
https://github.com/jenkinsci/ontrack-plugin/commit/1801172bf9b8bff350961c73c8d139a0daa0b3c6
  Author: Damien Coraboeuf 
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
M pom.xml

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


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/ontrack-plugin]

2019-02-14 Thread Damien Coraboeuf
  Branch: refs/tags/3.2
  Home:   https://github.com/jenkinsci/ontrack-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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/ontrack-plugin] 065359: [maven-release-plugin] prepare for next developmen...

2019-02-14 Thread Damien Coraboeuf
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ontrack-plugin
  Commit: 065359706cf39387f8044959fc9b0eab9b649567
  
https://github.com/jenkinsci/ontrack-plugin/commit/065359706cf39387f8044959fc9b0eab9b649567
  Author: Damien Coraboeuf 
  Date:   2019-02-14 (Thu, 14 Feb 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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/ontrack-plugin] 52fbc7: #49 Link to build from Ontrack build notifier

2019-02-14 Thread Damien Coraboeuf
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ontrack-plugin
  Commit: 52fbc75470bb4bc736857851af2a34492127e7d7
  
https://github.com/jenkinsci/ontrack-plugin/commit/52fbc75470bb4bc736857851af2a34492127e7d7
  Author: Damien Coraboeuf 
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
M src/main/java/net/nemerosa/ontrack/jenkins/OntrackBuildNotifier.java
A src/main/java/net/nemerosa/ontrack/jenkins/actions/OntrackLinkAction.java

  Log Message:
  ---
  #49 Link to build from Ontrack build notifier


  Commit: 5ddb055bc77936eeaf8d1cbedae1fa31982dcb29
  
https://github.com/jenkinsci/ontrack-plugin/commit/5ddb055bc77936eeaf8d1cbedae1fa31982dcb29
  Author: Damien Coraboeuf 
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
M src/main/java/net/nemerosa/ontrack/jenkins/OntrackBuildNotifier.java
M src/main/java/net/nemerosa/ontrack/jenkins/OntrackPluginSupport.java
A src/main/webapp/icons/ontrack.png

  Log Message:
  ---
  #49 Ontrack build link


  Commit: f68713297c37341bfcd60913e46bd2970c94ab67
  
https://github.com/jenkinsci/ontrack-plugin/commit/f68713297c37341bfcd60913e46bd2970c94ab67
  Author: Damien Coraboeuf 
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
M src/main/java/net/nemerosa/ontrack/jenkins/OntrackBuildNotifier.java
M src/main/java/net/nemerosa/ontrack/jenkins/OntrackPluginSupport.java
M src/main/java/net/nemerosa/ontrack/jenkins/steps/OntrackBuildStep.java

  Log Message:
  ---
  #49 Ontrack links


  Commit: b4f7abbd737c2d80d73d4e15a8de11ffe61b820d
  
https://github.com/jenkinsci/ontrack-plugin/commit/b4f7abbd737c2d80d73d4e15a8de11ffe61b820d
  Author: Damien Coraboeuf 
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
M src/main/java/net/nemerosa/ontrack/jenkins/OntrackPluginSupport.java

  Log Message:
  ---
  #49 Defensive coding


Compare: 
https://github.com/jenkinsci/ontrack-plugin/compare/5a453890ab51...b4f7abbd737c

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/ontrack-plugin] b4f7ab: #49 Defensive coding

2019-02-14 Thread Damien Coraboeuf
  Branch: refs/heads/feature/49-ontrack-link
  Home:   https://github.com/jenkinsci/ontrack-plugin
  Commit: b4f7abbd737c2d80d73d4e15a8de11ffe61b820d
  
https://github.com/jenkinsci/ontrack-plugin/commit/b4f7abbd737c2d80d73d4e15a8de11ffe61b820d
  Author: Damien Coraboeuf 
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
M src/main/java/net/nemerosa/ontrack/jenkins/OntrackPluginSupport.java

  Log Message:
  ---
  #49 Defensive coding


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/ontrack-plugin] f68713: #49 Ontrack links

2019-02-14 Thread Damien Coraboeuf
  Branch: refs/heads/feature/49-ontrack-link
  Home:   https://github.com/jenkinsci/ontrack-plugin
  Commit: f68713297c37341bfcd60913e46bd2970c94ab67
  
https://github.com/jenkinsci/ontrack-plugin/commit/f68713297c37341bfcd60913e46bd2970c94ab67
  Author: Damien Coraboeuf 
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
M src/main/java/net/nemerosa/ontrack/jenkins/OntrackBuildNotifier.java
M src/main/java/net/nemerosa/ontrack/jenkins/OntrackPluginSupport.java
M src/main/java/net/nemerosa/ontrack/jenkins/steps/OntrackBuildStep.java

  Log Message:
  ---
  #49 Ontrack links


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/ontrack-plugin] 5ddb05: #49 Ontrack build link

2019-02-14 Thread Damien Coraboeuf
  Branch: refs/heads/feature/49-ontrack-link
  Home:   https://github.com/jenkinsci/ontrack-plugin
  Commit: 5ddb055bc77936eeaf8d1cbedae1fa31982dcb29
  
https://github.com/jenkinsci/ontrack-plugin/commit/5ddb055bc77936eeaf8d1cbedae1fa31982dcb29
  Author: Damien Coraboeuf 
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
M src/main/java/net/nemerosa/ontrack/jenkins/OntrackBuildNotifier.java
M src/main/java/net/nemerosa/ontrack/jenkins/OntrackPluginSupport.java
A src/main/webapp/icons/ontrack.png

  Log Message:
  ---
  #49 Ontrack build link


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/ontrack-plugin] 52fbc7: #49 Link to build from Ontrack build notifier

2019-02-14 Thread Damien Coraboeuf
  Branch: refs/heads/feature/49-ontrack-link
  Home:   https://github.com/jenkinsci/ontrack-plugin
  Commit: 52fbc75470bb4bc736857851af2a34492127e7d7
  
https://github.com/jenkinsci/ontrack-plugin/commit/52fbc75470bb4bc736857851af2a34492127e7d7
  Author: Damien Coraboeuf 
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
M src/main/java/net/nemerosa/ontrack/jenkins/OntrackBuildNotifier.java
A src/main/java/net/nemerosa/ontrack/jenkins/actions/OntrackLinkAction.java

  Log Message:
  ---
  #49 Link to build from Ontrack build notifier


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/log-file-filter-plugin] b73845: Fix IllegalStateException (4) - fix serialization

2019-02-14 Thread CarlesCapdevila
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/log-file-filter-plugin
  Commit: b738450cabab185affd1fdeb508bf06bcf538f30
  
https://github.com/jenkinsci/log-file-filter-plugin/commit/b738450cabab185affd1fdeb508bf06bcf538f30
  Author: ccapdevi 
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
M src/main/java/com/tsystems/sbs/LogFileFilterConfig.java
M src/main/java/com/tsystems/sbs/RegexpPair.java

  Log Message:
  ---
  Fix IllegalStateException (4) - fix serialization


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/stash-pullrequest-builder-plugin] 77db30: JENKINS-55153 use EasySSLProtocolSocketFactory fro...

2019-02-14 Thread Jim Klimov
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/stash-pullrequest-builder-plugin
  Commit: 77db3023a072d3d8bb4926894971566efac9fdc2
  
https://github.com/jenkinsci/stash-pullrequest-builder-plugin/commit/77db3023a072d3d8bb4926894971566efac9fdc2
  Author: jakub-bochenski 
  Date:   2019-01-29 (Tue, 29 Jan 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  JENKINS-55153 use EasySSLProtocolSocketFactory from commons-httpclient


  Commit: 2af6cd4b8e9cea8d7ccafa03f5602ca9a73a560b
  
https://github.com/jenkinsci/stash-pullrequest-builder-plugin/commit/2af6cd4b8e9cea8d7ccafa03f5602ca9a73a560b
  Author: jakub-bochenski 
  Date:   2019-01-29 (Tue, 29 Jan 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  whitespace


  Commit: 974b1fcf89b01c66bb44fa12150840898d250f5e
  
https://github.com/jenkinsci/stash-pullrequest-builder-plugin/commit/974b1fcf89b01c66bb44fa12150840898d250f5e
  Author: jakub-bochenski 
  Date:   2019-01-29 (Tue, 29 Jan 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  dependency convergence


  Commit: 4b5fb054508e800105b5ba38ca6d27cafb1c02ec
  
https://github.com/jenkinsci/stash-pullrequest-builder-plugin/commit/4b5fb054508e800105b5ba38ca6d27cafb1c02ec
  Author: jakub-bochenski 
  Date:   2019-01-30 (Wed, 30 Jan 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge branch 'master' into jakub-bochenski-patch-2


  Commit: 55c69c99b57a571b00fc3b346d5b0fa622438014
  
https://github.com/jenkinsci/stash-pullrequest-builder-plugin/commit/55c69c99b57a571b00fc3b346d5b0fa622438014
  Author: jakub-bochenski 
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update pom.xml


  Commit: 11255a02f72f87c9d55b534126b14747c7b2756a
  
https://github.com/jenkinsci/stash-pullrequest-builder-plugin/commit/11255a02f72f87c9d55b534126b14747c7b2756a
  Author: jakub-bochenski 
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
A 
src/main/java/stashpullrequestbuilder/stashpullrequestbuilder/repackage/org/apache/commons/httpclient/contrib/ssl/EasySSLProtocolSocketFactory.java
M 
src/main/java/stashpullrequestbuilder/stashpullrequestbuilder/stash/StashApiClient.java

  Log Message:
  ---
  Patch 2 (#40)

* Create Jenkinsfile

* Create EasySSLProtocolSocketFactory.java

* Update StashApiClient.java


  Commit: 0df3dd980fba00cafb3107a6259415430b817a65
  
https://github.com/jenkinsci/stash-pullrequest-builder-plugin/commit/0df3dd980fba00cafb3107a6259415430b817a65
  Author: jakub-bochenski 
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update pom.xml


  Commit: 7c038ed1932828d04d922f297f7db76a7b257bd2
  
https://github.com/jenkinsci/stash-pullrequest-builder-plugin/commit/7c038ed1932828d04d922f297f7db76a7b257bd2
  Author: jakub-bochenski 
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update pom.xml


  Commit: 2738450dbfa36d62482970d3f4a2f1c462064785
  
https://github.com/jenkinsci/stash-pullrequest-builder-plugin/commit/2738450dbfa36d62482970d3f4a2f1c462064785
  Author: jakub-bochenski 
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
A 
src/main/java/stashpullrequestbuilder/stashpullrequestbuilder/repackage/org/apache/commons/httpclient/contrib/ssl/EasyX509TrustManager.java

  Log Message:
  ---
  Patch 2 (#41)

* Create Jenkinsfile

* Create EasySSLProtocolSocketFactory.java

* Update StashApiClient.java

* Create EasyX509TrustManager.java


  Commit: 756dbfa2751c82708ed45ca72b4806252c4091a5
  
https://github.com/jenkinsci/stash-pullrequest-builder-plugin/commit/756dbfa2751c82708ed45ca72b4806252c4091a5
  Author: jakub-bochenski 
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
M src/findbugs-exclude.xml

  Log Message:
  ---
  Update findbugs-exclude.xml


  Commit: 95c88fcc54f5bced250d210bb3a2c45aabbb12dc
  
https://github.com/jenkinsci/stash-pullrequest-builder-plugin/commit/95c88fcc54f5bced250d210bb3a2c45aabbb12dc
  Author: jakub-bochenski 
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
M src/findbugs-exclude.xml

  Log Message:
  ---
  Update findbugs-exclude.xml


  Commit: 1f3d1cde72c0f5a9ef9f696d085a08ac9bfc2159
  
https://github.com/jenkinsci/stash-pullrequest-builder-plugin/commit/1f3d1cde72c0f5a9ef9f696d085a08ac9bfc2159
  Author: jakub-bochenski 
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update pom.xml


  Commit: 3568e08822b8e37f596d69a81c3e50fa818f
  
https://github.com/jenkinsci/stash-pullrequest-builder-plugin/commit/3568e08822b8e37f596d69a81c3e50fa818f
  Author: jakub-bochenski 
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update pom.xml


  Commit: 

[jenkinsci/log-file-filter-plugin] 6e579d: Fix IllegalStateException (3) - fix serialization

2019-02-14 Thread CarlesCapdevila
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/log-file-filter-plugin
  Commit: 6e579dd0f9cbdecd7b4200b014df03e516282542
  
https://github.com/jenkinsci/log-file-filter-plugin/commit/6e579dd0f9cbdecd7b4200b014df03e516282542
  Author: ccapdevi 
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
M src/main/java/com/tsystems/sbs/LogFileFilterConfig.java

  Log Message:
  ---
  Fix IllegalStateException (3) - fix serialization


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/log-file-filter-plugin] e3774c: Fix IllegalStateException (2)

2019-02-14 Thread CarlesCapdevila
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/log-file-filter-plugin
  Commit: e3774c21911661471280a5fbd9c97a82cb57989d
  
https://github.com/jenkinsci/log-file-filter-plugin/commit/e3774c21911661471280a5fbd9c97a82cb57989d
  Author: ccapdevi 
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
M src/main/java/com/tsystems/sbs/LogFileFilterConfig.java

  Log Message:
  ---
  Fix IllegalStateException (2)


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/github-branch-source-plugin] ed1f5c: That pesky spotbugs warning

2019-02-14 Thread Robert Sandell
  Branch: refs/heads/JENKINS-54126
  Home:   https://github.com/jenkinsci/github-branch-source-plugin
  Commit: ed1f5cd26d272f12e1953f2b0ca55fcb7e675cce
  
https://github.com/jenkinsci/github-branch-source-plugin/commit/ed1f5cd26d272f12e1953f2b0ca55fcb7e675cce
  Author: rsandell 
  Date:   2019-02-14 (Thu, 14 Feb 2019)

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

  Log Message:
  ---
  That pesky spotbugs warning


  Commit: 32710ee76b2843a941df5ba94d2036c5fd58fe3e
  
https://github.com/jenkinsci/github-branch-source-plugin/commit/32710ee76b2843a941df5ba94d2036c5fd58fe3e
  Author: rsandell 
  Date:   2019-02-14 (Thu, 14 Feb 2019)

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

  Log Message:
  ---
  Toggles for the workaround


Compare: 
https://github.com/jenkinsci/github-branch-source-plugin/compare/642fb388c681...32710ee76b28

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/stash-pullrequest-builder-plugin] 865689: Update pom.xml

2019-02-14 Thread jakub-bochenski
  Branch: refs/heads/jakub-bochenski-patch-2
  Home:   https://github.com/jenkinsci/stash-pullrequest-builder-plugin
  Commit: 865689f9572c51aa1d1318b639856f7f0b57ed14
  
https://github.com/jenkinsci/stash-pullrequest-builder-plugin/commit/865689f9572c51aa1d1318b639856f7f0b57ed14
  Author: jakub-bochenski 
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update pom.xml


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/stash-pullrequest-builder-plugin] c04b3c: Update pom.xml

2019-02-14 Thread jakub-bochenski
  Branch: refs/heads/jakub-bochenski-patch-2
  Home:   https://github.com/jenkinsci/stash-pullrequest-builder-plugin
  Commit: c04b3cf28400497df8babc197d3e2e2922ac019b
  
https://github.com/jenkinsci/stash-pullrequest-builder-plugin/commit/c04b3cf28400497df8babc197d3e2e2922ac019b
  Author: jakub-bochenski 
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update pom.xml


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/stash-pullrequest-builder-plugin] fe8c21: Update pom.xml

2019-02-14 Thread jakub-bochenski
  Branch: refs/heads/jakub-bochenski-patch-2
  Home:   https://github.com/jenkinsci/stash-pullrequest-builder-plugin
  Commit: fe8c2182d7197805b235e2c8e275f23924c258f9
  
https://github.com/jenkinsci/stash-pullrequest-builder-plugin/commit/fe8c2182d7197805b235e2c8e275f23924c258f9
  Author: jakub-bochenski 
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update pom.xml


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/stash-pullrequest-builder-plugin] 89f8a6: Remove obsolete maven-release-plugin workaround

2019-02-14 Thread jakub-bochenski
  Branch: refs/heads/jakub-bochenski-patch-2
  Home:   https://github.com/jenkinsci/stash-pullrequest-builder-plugin
  Commit: 89f8a60fc7932590de99b5e9fbb344f12c488cc5
  
https://github.com/jenkinsci/stash-pullrequest-builder-plugin/commit/89f8a60fc7932590de99b5e9fbb344f12c488cc5
  Author: jakub-bochenski 
  Date:   2019-01-29 (Tue, 29 Jan 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Remove obsolete maven-release-plugin workaround

The current parent pom requires maven-release-plugin 2.5.3 which itself
requires maven-scm-api & maven-scm-provider-gitexe 1.9.4.


  Commit: 67f2d56c3aef319035fb33ddbf802972ac626260
  
https://github.com/jenkinsci/stash-pullrequest-builder-plugin/commit/67f2d56c3aef319035fb33ddbf802972ac626260
  Author: Jim Klimov 
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #37 from jenkinsci/jakub-bochenski-patch-4

Remove obsolete maven-release-plugin workaround


  Commit: 9da2f6458a0e68e5d2ee5efe455cddf68562d857
  
https://github.com/jenkinsci/stash-pullrequest-builder-plugin/commit/9da2f6458a0e68e5d2ee5efe455cddf68562d857
  Author: Pavel Roskin 
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
M README.md

  Log Message:
  ---
  Improvements to README.md (#39)

* Improvements to README.md

Recommend using sourceRepositoryOwner and sourceRepositoryName in the
repository URL. It is the source repository that contains the commit we
want to test.

Recommend using pullRequestId in the Refspec setting to avoid pulling
refspecs for all PRs.

Recommend using sourceCommitHash as the branch specifier to make sure the
correct commit is being tested. Mention that using Stash merge can lead
to a race condition.

Improve formatting. Use third level headings for merge variants (Stash
"merge" refspec and local merge). Avoid numbered lists to allow adding
and removing steps without renumbering.

Further clarify why "Build only if Stash reports no conflicts" is
required when using merge by Stash.

Update the instructions for merging locally. Pull the target branch in
addition to the PR refspecs. Add `--no-merge` to the git merge command to
make sure it's non-interactive.

Both merge variants have been tested.


  Commit: 13f3d53245fa987ea6e77aa04dbe43cee7c7d55b
  
https://github.com/jenkinsci/stash-pullrequest-builder-plugin/commit/13f3d53245fa987ea6e77aa04dbe43cee7c7d55b
  Author: jakub-bochenski 
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Remove problematic maven-compiler-plugin configuration (#36)

The `source` and `target` should be configured via `java.level`
which is used by the parent pom.


  Commit: b3d6e4d10a39083fdc8d9bccd1c0c69e405aa54b
  
https://github.com/jenkinsci/stash-pullrequest-builder-plugin/commit/b3d6e4d10a39083fdc8d9bccd1c0c69e405aa54b
  Author: jakub-bochenski 
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Misc cleanup of pom.xml (#38)


  Commit: 627a965437795fad69d647cd71f757c5196dd409
  
https://github.com/jenkinsci/stash-pullrequest-builder-plugin/commit/627a965437795fad69d647cd71f757c5196dd409
  Author: jakub-bochenski 
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
M README.md
M pom.xml

  Log Message:
  ---
  Merge branch 'master' into jakub-bochenski-patch-2


Compare: 
https://github.com/jenkinsci/stash-pullrequest-builder-plugin/compare/3568e08822b8...627a96543779

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/stash-pullrequest-builder-plugin] 3568e0: Update pom.xml

2019-02-14 Thread jakub-bochenski
  Branch: refs/heads/jakub-bochenski-patch-2
  Home:   https://github.com/jenkinsci/stash-pullrequest-builder-plugin
  Commit: 3568e08822b8e37f596d69a81c3e50fa818f
  
https://github.com/jenkinsci/stash-pullrequest-builder-plugin/commit/3568e08822b8e37f596d69a81c3e50fa818f
  Author: jakub-bochenski 
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update pom.xml


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/stash-pullrequest-builder-plugin] 1f3d1c: Update pom.xml

2019-02-14 Thread jakub-bochenski
  Branch: refs/heads/jakub-bochenski-patch-2
  Home:   https://github.com/jenkinsci/stash-pullrequest-builder-plugin
  Commit: 1f3d1cde72c0f5a9ef9f696d085a08ac9bfc2159
  
https://github.com/jenkinsci/stash-pullrequest-builder-plugin/commit/1f3d1cde72c0f5a9ef9f696d085a08ac9bfc2159
  Author: jakub-bochenski 
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update pom.xml


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/stash-pullrequest-builder-plugin] 95c88f: Update findbugs-exclude.xml

2019-02-14 Thread jakub-bochenski
  Branch: refs/heads/jakub-bochenski-patch-2
  Home:   https://github.com/jenkinsci/stash-pullrequest-builder-plugin
  Commit: 95c88fcc54f5bced250d210bb3a2c45aabbb12dc
  
https://github.com/jenkinsci/stash-pullrequest-builder-plugin/commit/95c88fcc54f5bced250d210bb3a2c45aabbb12dc
  Author: jakub-bochenski 
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
M src/findbugs-exclude.xml

  Log Message:
  ---
  Update findbugs-exclude.xml


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/stash-pullrequest-builder-plugin] 756dbf: Update findbugs-exclude.xml

2019-02-14 Thread jakub-bochenski
  Branch: refs/heads/jakub-bochenski-patch-2
  Home:   https://github.com/jenkinsci/stash-pullrequest-builder-plugin
  Commit: 756dbfa2751c82708ed45ca72b4806252c4091a5
  
https://github.com/jenkinsci/stash-pullrequest-builder-plugin/commit/756dbfa2751c82708ed45ca72b4806252c4091a5
  Author: jakub-bochenski 
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
M src/findbugs-exclude.xml

  Log Message:
  ---
  Update findbugs-exclude.xml


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/stash-pullrequest-builder-plugin] 273845: Patch 2 (#41)

2019-02-14 Thread jakub-bochenski
  Branch: refs/heads/jakub-bochenski-patch-2
  Home:   https://github.com/jenkinsci/stash-pullrequest-builder-plugin
  Commit: 2738450dbfa36d62482970d3f4a2f1c462064785
  
https://github.com/jenkinsci/stash-pullrequest-builder-plugin/commit/2738450dbfa36d62482970d3f4a2f1c462064785
  Author: jakub-bochenski 
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
A 
src/main/java/stashpullrequestbuilder/stashpullrequestbuilder/repackage/org/apache/commons/httpclient/contrib/ssl/EasyX509TrustManager.java

  Log Message:
  ---
  Patch 2 (#41)

* Create Jenkinsfile

* Create EasySSLProtocolSocketFactory.java

* Update StashApiClient.java

* Create EasyX509TrustManager.java


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/stash-pullrequest-builder-plugin] 7c038e: Update pom.xml

2019-02-14 Thread jakub-bochenski
  Branch: refs/heads/jakub-bochenski-patch-2
  Home:   https://github.com/jenkinsci/stash-pullrequest-builder-plugin
  Commit: 7c038ed1932828d04d922f297f7db76a7b257bd2
  
https://github.com/jenkinsci/stash-pullrequest-builder-plugin/commit/7c038ed1932828d04d922f297f7db76a7b257bd2
  Author: jakub-bochenski 
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update pom.xml


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/stash-pullrequest-builder-plugin] 0df3dd: Update pom.xml

2019-02-14 Thread jakub-bochenski
  Branch: refs/heads/jakub-bochenski-patch-2
  Home:   https://github.com/jenkinsci/stash-pullrequest-builder-plugin
  Commit: 0df3dd980fba00cafb3107a6259415430b817a65
  
https://github.com/jenkinsci/stash-pullrequest-builder-plugin/commit/0df3dd980fba00cafb3107a6259415430b817a65
  Author: jakub-bochenski 
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update pom.xml


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/p4-plugin] 1dc31c: Added Pipeline Job support and tests for declarati...

2019-02-14 Thread Paul Allen
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/p4-plugin
  Commit: 1dc31cd2e99b6419c5bc90fc62728a33d7c665ad
  
https://github.com/jenkinsci/p4-plugin/commit/1dc31cd2e99b6419c5bc90fc62728a33d7c665ad
  Author: Paul Allen 
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/plugins/p4/PerforceScm.java
M src/main/java/org/jenkinsci/plugins/p4/build/P4EnvironmentContributor.java
M src/test/java/org/jenkinsci/plugins/p4/client/JenkinsfileTest.java

  Log Message:
  ---
  Added Pipeline Job support and tests for declarative and scripted.

JENKINS-39107


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/stash-pullrequest-builder-plugin] 11255a: Patch 2 (#40)

2019-02-14 Thread jakub-bochenski
  Branch: refs/heads/jakub-bochenski-patch-2
  Home:   https://github.com/jenkinsci/stash-pullrequest-builder-plugin
  Commit: 11255a02f72f87c9d55b534126b14747c7b2756a
  
https://github.com/jenkinsci/stash-pullrequest-builder-plugin/commit/11255a02f72f87c9d55b534126b14747c7b2756a
  Author: jakub-bochenski 
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
A 
src/main/java/stashpullrequestbuilder/stashpullrequestbuilder/repackage/org/apache/commons/httpclient/contrib/ssl/EasySSLProtocolSocketFactory.java
M 
src/main/java/stashpullrequestbuilder/stashpullrequestbuilder/stash/StashApiClient.java

  Log Message:
  ---
  Patch 2 (#40)

* Create Jenkinsfile

* Create EasySSLProtocolSocketFactory.java

* Update StashApiClient.java


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/stash-pullrequest-builder-plugin] 55c69c: Update pom.xml

2019-02-14 Thread jakub-bochenski
  Branch: refs/heads/jakub-bochenski-patch-2
  Home:   https://github.com/jenkinsci/stash-pullrequest-builder-plugin
  Commit: 55c69c99b57a571b00fc3b346d5b0fa622438014
  
https://github.com/jenkinsci/stash-pullrequest-builder-plugin/commit/55c69c99b57a571b00fc3b346d5b0fa622438014
  Author: jakub-bochenski 
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update pom.xml


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/log-file-filter-plugin] 753bc0: Fix IllegalStateException

2019-02-14 Thread CarlesCapdevila
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/log-file-filter-plugin
  Commit: 753bc0d53769966838ba06d94b8d518f7e28d701
  
https://github.com/jenkinsci/log-file-filter-plugin/commit/753bc0d53769966838ba06d94b8d518f7e28d701
  Author: ccapdevi 
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
M src/main/java/com/tsystems/sbs/LogFileFilterConfig.java
M src/main/java/com/tsystems/sbs/LogFileFilterConsoleLogFilter.java
M src/main/java/com/tsystems/sbs/LogFileFilterOutputStream.java
M src/main/java/com/tsystems/sbs/LogFileFilterStep.java

  Log Message:
  ---
  Fix IllegalStateException


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/publish-over-ssh-plugin] 554ae8: [JENKINS-16035] Implementation of commands "ls" an...

2019-02-14 Thread Alexander Zhdankin
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/publish-over-ssh-plugin
  Commit: 554ae883c68dfdd365966537ef6efca07deda6c9
  
https://github.com/jenkinsci/publish-over-ssh-plugin/commit/554ae883c68dfdd365966537ef6efca07deda6c9
  Author: Alexander Zhdankin <37632918+alexzhdan...@users.noreply.github.com>
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
M src/main/java/jenkins/plugins/publish_over_ssh/BapSshClient.java
M 
src/main/resources/jenkins/plugins/publish_over_ssh/BapSshTransfer/help-useSftpForExec.html
M src/main/resources/jenkins/plugins/publish_over_ssh/Messages.properties

  Log Message:
  ---
  [JENKINS-16035] Implementation of commands "ls" and "get" was added to 
SftpForExec (#24)

* [JENKINS-16035] Implementation of commands "ls" and "get" was added to 
SftpForExec

* [JENKINS-16035] Arguments of several methods were fixed, some methods were 
reduced to commands, the way of getting local directory was changed

* Fix import *


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/stash-pullrequest-builder-plugin] b3d6e4: Misc cleanup of pom.xml (#38)

2019-02-14 Thread jakub-bochenski
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/stash-pullrequest-builder-plugin
  Commit: b3d6e4d10a39083fdc8d9bccd1c0c69e405aa54b
  
https://github.com/jenkinsci/stash-pullrequest-builder-plugin/commit/b3d6e4d10a39083fdc8d9bccd1c0c69e405aa54b
  Author: jakub-bochenski 
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Misc cleanup of pom.xml (#38)


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/stash-pullrequest-builder-plugin] 13f3d5: Remove problematic maven-compiler-plugin configura...

2019-02-14 Thread jakub-bochenski
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/stash-pullrequest-builder-plugin
  Commit: 13f3d53245fa987ea6e77aa04dbe43cee7c7d55b
  
https://github.com/jenkinsci/stash-pullrequest-builder-plugin/commit/13f3d53245fa987ea6e77aa04dbe43cee7c7d55b
  Author: jakub-bochenski 
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Remove problematic maven-compiler-plugin configuration (#36)

The `source` and `target` should be configured via `java.level`
which is used by the parent pom.


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/stash-pullrequest-builder-plugin] 9da2f6: Improvements to README.md (#39)

2019-02-14 Thread Pavel Roskin
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/stash-pullrequest-builder-plugin
  Commit: 9da2f6458a0e68e5d2ee5efe455cddf68562d857
  
https://github.com/jenkinsci/stash-pullrequest-builder-plugin/commit/9da2f6458a0e68e5d2ee5efe455cddf68562d857
  Author: Pavel Roskin 
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
M README.md

  Log Message:
  ---
  Improvements to README.md (#39)

* Improvements to README.md

Recommend using sourceRepositoryOwner and sourceRepositoryName in the
repository URL. It is the source repository that contains the commit we
want to test.

Recommend using pullRequestId in the Refspec setting to avoid pulling
refspecs for all PRs.

Recommend using sourceCommitHash as the branch specifier to make sure the
correct commit is being tested. Mention that using Stash merge can lead
to a race condition.

Improve formatting. Use third level headings for merge variants (Stash
"merge" refspec and local merge). Avoid numbered lists to allow adding
and removing steps without renumbering.

Further clarify why "Build only if Stash reports no conflicts" is
required when using merge by Stash.

Update the instructions for merging locally. Pull the target branch in
addition to the PR refspecs. Add `--no-merge` to the git merge command to
make sure it's non-interactive.

Both merge variants have been tested.


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/kerberos-sso-plugin] 9a1550: [maven-release-plugin] prepare for next developmen...

2019-02-14 Thread Oliver Gondža
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/kerberos-sso-plugin

  Commit: 9a1550f96ec3bcd0501be76951acb91470a57e8c

  
https://github.com/jenkinsci/kerberos-sso-plugin/commit/9a1550f96ec3bcd0501be76951acb91470a57e8c

  Author: Oliver Gondža 

  Date:   2019-02-14 (Thu, 14 Feb 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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/kerberos-sso-plugin] ac067f: [maven-release-plugin] prepare release kerberos-ss...

2019-02-14 Thread Oliver Gondža
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/kerberos-sso-plugin

  Commit: ac067f4627b3f6bb714f645306a7e70b252f16b1

  
https://github.com/jenkinsci/kerberos-sso-plugin/commit/ac067f4627b3f6bb714f645306a7e70b252f16b1

  Author: Oliver Gondža 

  Date:   2019-02-14 (Thu, 14 Feb 2019)



  Changed paths:

M pom.xml



  Log Message:

  ---

  [maven-release-plugin] prepare release kerberos-sso-1.5





-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/kerberos-sso-plugin]

2019-02-14 Thread Oliver Gondža
  Branch: refs/tags/kerberos-sso-1.5
  Home:   https://github.com/jenkinsci/kerberos-sso-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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/kerberos-sso-plugin] 984f0e: Prevent hypothetical NPE

2019-02-14 Thread Oliver Gondža
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/kerberos-sso-plugin

  Commit: 984f0ecb0e54e71c774c0cebaa127d0aa82813f1

  
https://github.com/jenkinsci/kerberos-sso-plugin/commit/984f0ecb0e54e71c774c0cebaa127d0aa82813f1

  Author: Oliver Gondža 

  Date:   2019-02-14 (Thu, 14 Feb 2019)



  Changed paths:

M 
src/main/java/com/sonymobile/jenkins/plugins/kerberossso/KerberosSSOFilter.java



  Log Message:

  ---

  Prevent hypothetical NPE





-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/stash-pullrequest-builder-plugin] 89f8a6: Remove obsolete maven-release-plugin workaround

2019-02-14 Thread Jim Klimov
  Branch: refs/heads/jakub-bochenski-patch-3
  Home:   https://github.com/jenkinsci/stash-pullrequest-builder-plugin
  Commit: 89f8a60fc7932590de99b5e9fbb344f12c488cc5
  
https://github.com/jenkinsci/stash-pullrequest-builder-plugin/commit/89f8a60fc7932590de99b5e9fbb344f12c488cc5
  Author: jakub-bochenski 
  Date:   2019-01-29 (Tue, 29 Jan 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Remove obsolete maven-release-plugin workaround

The current parent pom requires maven-release-plugin 2.5.3 which itself
requires maven-scm-api & maven-scm-provider-gitexe 1.9.4.


  Commit: 67f2d56c3aef319035fb33ddbf802972ac626260
  
https://github.com/jenkinsci/stash-pullrequest-builder-plugin/commit/67f2d56c3aef319035fb33ddbf802972ac626260
  Author: Jim Klimov 
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #37 from jenkinsci/jakub-bochenski-patch-4

Remove obsolete maven-release-plugin workaround


  Commit: 60132577d36102351cdfe8d7d75dd43918d3e150
  
https://github.com/jenkinsci/stash-pullrequest-builder-plugin/commit/60132577d36102351cdfe8d7d75dd43918d3e150
  Author: Jim Klimov 
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge branch 'master' into jakub-bochenski-patch-3


Compare: 
https://github.com/jenkinsci/stash-pullrequest-builder-plugin/compare/39bc5f3725cb...60132577d361

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/stash-pullrequest-builder-plugin] 89f8a6: Remove obsolete maven-release-plugin workaround

2019-02-14 Thread Jim Klimov
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/stash-pullrequest-builder-plugin
  Commit: 89f8a60fc7932590de99b5e9fbb344f12c488cc5
  
https://github.com/jenkinsci/stash-pullrequest-builder-plugin/commit/89f8a60fc7932590de99b5e9fbb344f12c488cc5
  Author: jakub-bochenski 
  Date:   2019-01-29 (Tue, 29 Jan 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Remove obsolete maven-release-plugin workaround

The current parent pom requires maven-release-plugin 2.5.3 which itself
requires maven-scm-api & maven-scm-provider-gitexe 1.9.4.


  Commit: 67f2d56c3aef319035fb33ddbf802972ac626260
  
https://github.com/jenkinsci/stash-pullrequest-builder-plugin/commit/67f2d56c3aef319035fb33ddbf802972ac626260
  Author: Jim Klimov 
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #37 from jenkinsci/jakub-bochenski-patch-4

Remove obsolete maven-release-plugin workaround


Compare: 
https://github.com/jenkinsci/stash-pullrequest-builder-plugin/compare/6115a02e9c08...67f2d56c3aef

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/plugin-compat-tester] cc9a17: [JENKINS-56138] - Docker image: Implement automati...

2019-02-14 Thread Oleg Nenashev
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/plugin-compat-tester
  Commit: cc9a17e6e8b6b6ec4a635a5f7a77449ebf7d8a26
  
https://github.com/jenkinsci/plugin-compat-tester/commit/cc9a17e6e8b6b6ec4a635a5f7a77449ebf7d8a26
  Author: Oleg Nenashev 
  Date:   2019-02-14 (Thu, 14 Feb 2019)

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

  Log Message:
  ---
  [JENKINS-56138] - Docker image: Implement automatic discovery of the bundled 
plugin version when VERSION is not passed


  Commit: 636f22969a8da297bd20a9627ce5db2b91b28a5b
  
https://github.com/jenkinsci/plugin-compat-tester/commit/636f22969a8da297bd20a9627ce5db2b91b28a5b
  Author: Oleg Nenashev 
  Date:   2019-02-14 (Thu, 14 Feb 2019)

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

  Log Message:
  ---
  Merge pull request #112 from oleg-nenashev/JENKINS-56138

[JENKINS-56138] - Docker image: Implement automatic discovery of the bundled 
plugin version when VERSION is not passed


Compare: 
https://github.com/jenkinsci/plugin-compat-tester/compare/878722124741...636f22969a8d

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/anka-build-plugin]

2019-02-14 Thread asafg6
  Branch: refs/heads/release/1.19
  Home:   https://github.com/jenkinsci/anka-build-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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/saml-plugin] 72a8f1: Fixed some parts after SonarLint scan (#62)

2019-02-14 Thread Chris R.
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/saml-plugin
  Commit: 72a8f1d52b46228cedbcb66354ea8ddcfcb7bc29
  
https://github.com/jenkinsci/saml-plugin/commit/72a8f1d52b46228cedbcb66354ea8ddcfcb7bc29
  Author: Chris R <42734068+chrisr...@users.noreply.github.com>
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/saml/IdpMetadataConfiguration.java
M src/main/java/org/jenkinsci/plugins/saml/SamlAuthenticationToken.java
M src/main/java/org/jenkinsci/plugins/saml/SamlEncryptionData.java
M src/main/java/org/jenkinsci/plugins/saml/SamlGroupDetails.java
M src/main/java/org/jenkinsci/plugins/saml/SamlSecurityRealm.java

  Log Message:
  ---
  Fixed some parts after SonarLint scan (#62)

* Fixed some parts after SonarLint scan


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/ssh-slaves-plugin] cece7b: Correct spelling error faisl to fails (#118)

2019-02-14 Thread Tom Peck
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ssh-slaves-plugin
  Commit: cece7bc9bd81a7e6c9dde5e183eae9160e5baa55
  
https://github.com/jenkinsci/ssh-slaves-plugin/commit/cece7bc9bd81a7e6c9dde5e183eae9160e5baa55
  Author: Tom Peck 
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
M doc/TROUBLESHOOTING.md

  Log Message:
  ---
  Correct spelling error faisl to fails (#118)


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkins-infra/jenkins.io] e54574: Add changelog and upgrade guide for 2.150.3

2019-02-14 Thread Daniel Beck
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: e54574adca312c069c6e9ab5be2cf3d804e830dc
  
https://github.com/jenkins-infra/jenkins.io/commit/e54574adca312c069c6e9ab5be2cf3d804e830dc
  Author: Daniel Beck 
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
M content/_data/changelogs/lts.yml
M content/doc/upgrade-guide/2.150.adoc

  Log Message:
  ---
  Add changelog and upgrade guide for 2.150.3


  Commit: 197f504bc3cde365c9757f19367945f950563cbe
  
https://github.com/jenkins-infra/jenkins.io/commit/197f504bc3cde365c9757f19367945f950563cbe
  Author: Daniel Beck 
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
M content/_data/changelogs/lts.yml
M content/doc/upgrade-guide/2.150.adoc

  Log Message:
  ---
  Merge pull request #2110 from daniel-beck/changelog-2.150.3

Add changelog and upgrade guide for 2.150.3


Compare: 
https://github.com/jenkins-infra/jenkins.io/compare/1e44b0566238...197f504bc3cd

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/code-coverage-api-plugin] be2127: improve codes

2019-02-14 Thread Shenyu Zheng
  Branch: refs/heads/dev
  Home:   https://github.com/jenkinsci/code-coverage-api-plugin
  Commit: be212762d0062c2bc801944cecd4abaa03d6eb6b
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/be212762d0062c2bc801944cecd4abaa03d6eb6b
  Author: Shenyu Zheng 
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
M pom.xml
M src/main/java/io/jenkins/plugins/coverage/CoverageAction.java
M 
src/main/java/io/jenkins/plugins/coverage/adapter/converter/DocumentConverter.java
M src/main/java/io/jenkins/plugins/coverage/adapter/util/XMLUtils.java
M src/main/java/io/jenkins/plugins/coverage/targets/CoverageResult.java

  Log Message:
  ---
  improve codes


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/tap-plugin]

2019-02-14 Thread Bruno P. Kinoshita
  Branch: refs/tags/tap-2.2.2
  Home:   https://github.com/jenkinsci/tap-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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/tap-plugin] f71fd7: [maven-release-plugin] prepare for next developmen...

2019-02-14 Thread Bruno P. Kinoshita
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/tap-plugin
  Commit: f71fd7eacb9688b868b1b5e6ecca94f8ddc1ce6d
  
https://github.com/jenkinsci/tap-plugin/commit/f71fd7eacb9688b868b1b5e6ecca94f8ddc1ce6d
  Author: Bruno P. Kinoshita 
  Date:   2019-02-14 (Thu, 14 Feb 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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/tap-plugin] 75cf96: [maven-release-plugin] prepare release tap-2.2.2

2019-02-14 Thread Bruno P. Kinoshita
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/tap-plugin
  Commit: 75cf96aa4d1725bf9b9bac8d3423a0ff7da3011f
  
https://github.com/jenkinsci/tap-plugin/commit/75cf96aa4d1725bf9b9bac8d3423a0ff7da3011f
  Author: Bruno P. Kinoshita 
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release tap-2.2.2


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/tap-plugin] bef58a: [JENKINS-55787] Switch labels from entry to checkbox

2019-02-14 Thread Bruno P. Kinoshita
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/tap-plugin
  Commit: bef58a25a15a7b877870e6ed913c8abba99a4da3
  
https://github.com/jenkinsci/tap-plugin/commit/bef58a25a15a7b877870e6ed913c8abba99a4da3
  Author: Josh Soref 
  Date:   2019-02-04 (Mon, 04 Feb 2019)

  Changed paths:
M src/main/resources/org/tap4j/plugin/TapPublisher/config.jelly

  Log Message:
  ---
  [JENKINS-55787] Switch labels from entry to checkbox


  Commit: e2c3dac0cd105ca28c937325ba6ef48af70e3cc9
  
https://github.com/jenkinsci/tap-plugin/commit/e2c3dac0cd105ca28c937325ba6ef48af70e3cc9
  Author: Bruno P. Kinoshita 
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
M src/main/resources/org/tap4j/plugin/TapPublisher/config.jelly

  Log Message:
  ---
  Merge pull request #23 from jsoref/JENKINS-55787

[JENKINS-55787] Switch labels from entry to checkbox


Compare: 
https://github.com/jenkinsci/tap-plugin/compare/3a35b7f6b20e...e2c3dac0cd10

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/jira-plugin] 8e8614: correctly close httpclient when validate settings

2019-02-14 Thread Olivier Lamy
  Branch: refs/heads/JENKINS-50643_http_client_reuse
  Home:   https://github.com/jenkinsci/jira-plugin
  Commit: 8e8614010e7f69dbbd150826579ad4cb9f37b16c
  
https://github.com/jenkinsci/jira-plugin/commit/8e8614010e7f69dbbd150826579ad4cb9f37b16c
  Author: olivier lamy 
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
M pom.xml
M src/main/java/hudson/plugins/jira/JiraRestService.java
M src/main/java/hudson/plugins/jira/JiraSite.java
M src/test/java/hudson/plugins/jira/DescriptorImpl2Test.java

  Log Message:
  ---
  correctly close httpclient when validate settings

Signed-off-by: olivier lamy 


  Commit: 0262abc6a1d5055031f9726b91e7cd13a803bee3
  
https://github.com/jenkinsci/jira-plugin/commit/0262abc6a1d5055031f9726b91e7cd13a803bee3
  Author: olivier lamy 
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
M pom.xml
M 
src/main/java/com/atlassian/httpclient/apache/httpcomponents/MavenUtils.java

  Log Message:
  ---
  avoid an other file leaking, fix library dependency...

Signed-off-by: olivier lamy 


  Commit: 3eb65b01e50fc48df242bc390562e43204dc3547
  
https://github.com/jenkinsci/jira-plugin/commit/3eb65b01e50fc48df242bc390562e43204dc3547
  Author: olivier lamy 
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
M 
src/main/java/com/atlassian/httpclient/apache/httpcomponents/DefaultHttpClientFactory.java
M src/main/java/hudson/plugins/jira/JiraRestService.java
M src/main/java/hudson/plugins/jira/JiraSite.java
M src/main/webapp/help_fr.html
M src/test/java/hudson/plugins/jira/DescriptorImpl2Test.java

  Log Message:
  ---
  [JENKINS-50643] use only one http client instance to avoid too many selectors 
open

Signed-off-by: olivier lamy 


Compare: 
https://github.com/jenkinsci/jira-plugin/compare/8e8614010e7f%5E...3eb65b01e50f

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.