diff options
author | Cedric Ollivier <cedric.ollivier@orange.com> | 2019-12-23 18:52:05 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2019-12-23 18:52:05 +0000 |
commit | fecd485d74b3164902782ace05c301694128ddf8 (patch) | |
tree | 57d6700e09e25b4d12ca58593dab9b49f494a70a | |
parent | e3030816622573cf755e0a28def10b183bd0f06f (diff) | |
parent | ea2f52db7d79dc3d9c256ee5891b4f34cb06eb32 (diff) |
Merge "Fix container name when dumpin Functest results"
-rw-r--r-- | jjb/functest/functest.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/functest/functest.yaml b/jjb/functest/functest.yaml index 249c1d582..25a3d1ee8 100644 --- a/jjb/functest/functest.yaml +++ b/jjb/functest/functest.yaml @@ -422,7 +422,7 @@ - project: name: 'functest-{tag}-zip' <<: *functest-params - container: 'healthcheck' + container: 'functest-healthcheck' jobs: - 'functest-{tag}-zip' |