diff options
author | Stefan Kobza <skobza@cisco.com> | 2016-02-16 22:12:33 +0100 |
---|---|---|
committer | Stefan Kobza <skobza@cisco.com> | 2016-02-18 20:30:59 +0100 |
commit | d4ce147ffcf4e727cf0ac4911c8fa9d7ef879b8a (patch) | |
tree | 7578cb762418751a6a68fa5a6560a23e8adf35c4 /jjb | |
parent | e0d06b8c66cb11c2a305fa446bebcdb42e4faa8d (diff) |
Enable robot framework jenkins plugin.
Change-Id: I506ea3dd431b559c3ce1e756f2310103da05024d
Signed-off-by: Stefan Kobza <skobza@cisco.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/csit/csit-vpp-functional.yaml | 4 | ||||
-rw-r--r-- | jjb/csit/csit-vpp-pylint.yaml | 1 | ||||
-rw-r--r-- | jjb/global-macros.yaml | 7 |
3 files changed, 12 insertions, 0 deletions
diff --git a/jjb/csit/csit-vpp-functional.yaml b/jjb/csit/csit-vpp-functional.yaml index cb42bfbdd..59bd10dde 100644 --- a/jjb/csit/csit-vpp-functional.yaml +++ b/jjb/csit/csit-vpp-functional.yaml @@ -70,3 +70,7 @@ publishers: - archive-artifacts: artifacts: 'report.html, log.html, output.xml' + latest-only: false + + - robot-report + diff --git a/jjb/csit/csit-vpp-pylint.yaml b/jjb/csit/csit-vpp-pylint.yaml index 326f206e6..817286c99 100644 --- a/jjb/csit/csit-vpp-pylint.yaml +++ b/jjb/csit/csit-vpp-pylint.yaml @@ -58,3 +58,4 @@ publishers: - archive-artifacts: artifacts: 'pylint.log' + latest-only: false diff --git a/jjb/global-macros.yaml b/jjb/global-macros.yaml index 9c0eeacbb..2b1d91c5b 100644 --- a/jjb/global-macros.yaml +++ b/jjb/global-macros.yaml @@ -171,6 +171,13 @@ healthy: 50 unhealthy: 40 +- publisher: + name: robot-report + publishers: + - robot: + output-path: '' + other-files: '' + ###### BUILDERS - builder: name: ci-management-check-unicode |