Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-plugin
  Commit: bdcee113501723dda95c38eb635edeb30cf48bef
      
https://github.com/jenkinsci/workflow-plugin/commit/bdcee113501723dda95c38eb635edeb30cf48bef
  Author: Arthur Schreiber <arthur.schrei...@hp.com>
  Date:   2016-01-21 (Thu, 21 Jan 2016)

  Changed paths:
    M 
durable-task-step/src/main/java/org/jenkinsci/plugins/workflow/steps/durable_task/DurableTaskStep.java

  Log Message:
  -----------
  Make `durable-task-step` play nicely with WinRM connections.

WinRM is slow. Like, really, __really__ slow. So slow, that streaming
back the results of a `DurableTaskStep` can easily take more than
the previously set timeout of 3 seconds. This would cause even
super-simple builds steps like `bat 'echo TEST'` to run for very
long times (in some cases more than 20 minutes).

Bumping the internal timeout of a `DurableTaskStep` to 10 seconds seems
to fix any issues with slaves connected over WinRM, and I've not seen
a single `InterruptedException` show up in the log files.


  Commit: 7451eabf8b47eebc5e8926af62959542a0a8d0b4
      
https://github.com/jenkinsci/workflow-plugin/commit/7451eabf8b47eebc5e8926af62959542a0a8d0b4
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2016-01-22 (Fri, 22 Jan 2016)

  Changed paths:
    M CHANGES.md
    M 
durable-task-step/src/main/java/org/jenkinsci/plugins/workflow/steps/durable_task/DurableTaskStep.java

  Log Message:
  -----------
  [FIXED JENKINS-32547] Merging #316.


Compare: 
https://github.com/jenkinsci/workflow-plugin/compare/bf0388000b94...7451eabf8b47

-- 
You received this message because you are subscribed to the Google 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.

Reply via email to