Code changed in jenkins
User: Khai Do
Path:
pom.xml
src/main/java/be/certipost/hudson/plugin/SCPRepositoryPublisher.java
http://jenkins-ci.org/commit/scp-plugin/49399091a5aa7fdf5d3937cfa90ced22c1118a4e
Log:
fix uploading of build console logs to remote server

Fixes issue JENKINS-21138

An exception occurs during console log upload causing only partial logs
to be copied to the remote server. The problem is that the session object
is not thread safe. To fix this problem we need to move the session
object into the ConsoleRunnable thread. Now the console upload always
runs in a completely detached thread.

Notes:
1. Needed to update jenkins version to 1.430 because 1.403 would not build
anymore. I think 1.430 should be conservative enought to be compatible
with most of the existing jenkins installs.
2. Updated com.jcraft.jsch depenency to version 1.50

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

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

Reply via email to