From 2535643503792ef5a37ae99dea1ff1ea98390d4f Mon Sep 17 00:00:00 2001 From: Anil Belur Date: Tue, 1 Oct 2019 21:15:40 +0530 Subject: Fix incorrect syntax to use unstable-return The shell with !include-raw-escape assumes "command" with no parameters, therefore if we need to use the additional parameters such as `unstable-return` this command must be explicitly defined. Issue: IT-17774 Change-Id: Ide4702af634f4a2fadca3d20514b1bd17b871e02 Signed-off-by: Anil Belur --- jjb/vpp/vpp.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'jjb/vpp/vpp.yaml') diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml index 5d294e850..46a04feac 100644 --- a/jjb/vpp/vpp.yaml +++ b/jjb/vpp/vpp.yaml @@ -751,9 +751,8 @@ builders: - shell: - !include-raw-escape: include-raw-vpp-coverity.sh -# TODO: make unstable return actually work with include-raw-escape -# unstable-return: 42 + command: !include-raw-escape: include-raw-vpp-coverity.sh + unstable-return: 42 publishers: - email-ext: -- cgit 1.2.3-korg