diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-12-23 19:31:23 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-12-23 19:31:23 +0100 |
commit | ea2f52db7d79dc3d9c256ee5891b4f34cb06eb32 (patch) | |
tree | fa53fb94f4cca0e9d92efea3bfe588d2ae023488 | |
parent | a8e79f002b51f51c764d40e06ce8ea477167aec9 (diff) |
Fix container name when dumpin Functest results
Change-Id: I3345116682238aab3b593c49dd79dea6f451cdaf
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-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' |