Merge branch '2017.7' into '2018.3'

No conflicts.
This commit is contained in:
rallytime 2018-10-22 10:15:39 -04:00
commit 87e20fd9a0
No known key found for this signature in database
GPG key ID: E8F1A4B90D0DEA19
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
timeout(time: 6, unit: 'HOURS') {
timeout(time: 8, unit: 'HOURS') {
node('kitchen-slave') {
timestamps {
ansiColor('xterm') {

View file

@ -13,7 +13,7 @@ end
group :windows do
gem 'winrm', '~>2.0'
gem 'winrm-fs', :git => 'https://github.com/dwoz/winrm-fs.git', :branch => 'chunked_downloads'
gem 'winrm-fs', '~>1.3.1'
end
group :ec2 do