test(@general): print result

This commit is contained in:
Anthony Laibe 2022-10-19 13:15:32 +02:00 committed by Anthony Laibe
parent a60e5d49cf
commit 1dcc3a1f2f
1 changed files with 1 additions and 0 deletions

View File

@ -123,6 +123,7 @@ pipeline {
squishPackageName: 'squish-6.7.2-qt514x-linux64',
testSuite: '${WORKSPACE}/test/ui-test/testSuites/*',
])
echo res
if ( res == "SUCCESS" || res == "UNSTABLE" ) {
return
}