Add timestamps to JJB jobs.

When the timeout wrapper is overridden to increase the default timeout
in Jenkins Jobs we need to specify that timestamps should be set as the
default to use timestamps is overridden as well.

Change-Id: I7fd55f14c647f6ff97741108fb6768ddad3b448e
Reviewed-on: https://review.openstack.org/30003
Reviewed-by: Elizabeth Krumbach Joseph <lyz@princessleia.com>
Reviewed-by: James E. Blair <corvus@inaugust.com>
Approved: Clark Boylan <clark.boylan@gmail.com>
Reviewed-by: Clark Boylan <clark.boylan@gmail.com>
Tested-by: Jenkins
This commit is contained in:
Clark Boylan 2013-05-21 15:41:18 -07:00 committed by Jenkins
parent b137954246
commit 798fdcda55
2 changed files with 5 additions and 0 deletions

View File

@ -10,6 +10,7 @@
- timeout:
timeout: 40
fail: true
- timestamps
triggers:
- zuul-post
@ -136,6 +137,7 @@
- timeout:
timeout: 40
fail: true
- timestamps
triggers:
- zuul-post

View File

@ -7,6 +7,7 @@
- timeout:
timeout: 40
fail: true
- timestamps
triggers:
- zuul
@ -42,6 +43,7 @@
- timeout:
timeout: 40
fail: true
- timestamps
triggers:
- zuul
@ -72,6 +74,7 @@
- timeout:
timeout: 40
fail: true
- timestamps
triggers:
- zuul-post