diff options
author | Ed Warnicke <eaw@cisco.com> | 2016-10-12 15:56:57 -0700 |
---|---|---|
committer | Ed Warnicke <eaw@cisco.com> | 2016-10-12 15:56:57 -0700 |
commit | 500359cbb470de6bd6686f30980a1d7ff567f3d0 (patch) | |
tree | 42a0436534d040e945b9190c457bbf9701138e9a /jjb | |
parent | a6c59b97cd401c262a4f03cf0e55905ac68dc25a (diff) |
Add timestampes to all vpp jobs
Change-Id: Ic67f62f48421ad18147a13ce6485bd1c892cc3a0
Signed-off-by: Ed Warnicke <eaw@cisco.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/vpp/vpp.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml index 3088e9e96..36b97a66c 100644 --- a/jjb/vpp/vpp.yaml +++ b/jjb/vpp/vpp.yaml @@ -86,6 +86,7 @@ choosing-strategy: 'gerrit' wrappers: + - timestamps - ssh-agent-credentials: users: - '{ssh-credentials}' @@ -138,6 +139,7 @@ choosing-strategy: 'gerrit' wrappers: + - timestamps - ssh-agent-credentials: users: - '{ssh-credentials}' @@ -199,6 +201,7 @@ choosing-strategy: 'default' wrappers: + - timestamps - ssh-agent-credentials: users: - '{ssh-credentials}' @@ -387,6 +390,7 @@ choosing-strategy: 'gerrit' wrappers: + - timestamps - ssh-agent-credentials: users: - '{ssh-credentials}' @@ -447,6 +451,7 @@ choosing-strategy: 'default' wrappers: + - timestamps - ssh-agent-credentials: users: - '{ssh-credentials}' |