upgrade jenkins build-timeout plugin due to a performance bug
There was a sever performance bug in version 1.13 : https://issues.jenkins-ci.org/browse/JENKINS-23012 I have tested version 1.14 on jenkins_dev.o.o and have verified that I could not reproduce the performance problem reported in ver 1.13. I think it's safe to use this version because plugin does not enable the log watching feature by default and none of our projects currently use that feature. Change-Id: I82f60ebe352d33e4664fdbc1ff1aa876527cb23a
This commit is contained in:
parent
aac34ce01b
commit
08755fe2e0
@ -61,7 +61,7 @@ class openstack_project::jenkins (
|
||||
version => '1.20',
|
||||
}
|
||||
jenkins::plugin { 'build-timeout':
|
||||
version => '1.13',
|
||||
version => '1.14',
|
||||
}
|
||||
jenkins::plugin { 'copyartifact':
|
||||
version => '1.22',
|
||||
|
@ -43,7 +43,7 @@ class openstack_project::jenkins_dev (
|
||||
version => '1.20',
|
||||
}
|
||||
jenkins::plugin { 'build-timeout':
|
||||
version => '1.13',
|
||||
version => '1.14',
|
||||
}
|
||||
jenkins::plugin { 'copyartifact':
|
||||
version => '1.22',
|
||||
|
Loading…
x
Reference in New Issue
Block a user