test(@general): print result
This commit is contained in:
parent
a60e5d49cf
commit
1dcc3a1f2f
|
@ -123,6 +123,7 @@ pipeline {
|
||||||
squishPackageName: 'squish-6.7.2-qt514x-linux64',
|
squishPackageName: 'squish-6.7.2-qt514x-linux64',
|
||||||
testSuite: '${WORKSPACE}/test/ui-test/testSuites/*',
|
testSuite: '${WORKSPACE}/test/ui-test/testSuites/*',
|
||||||
])
|
])
|
||||||
|
echo res
|
||||||
if ( res == "SUCCESS" || res == "UNSTABLE" ) {
|
if ( res == "SUCCESS" || res == "UNSTABLE" ) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue