Skip to content

Commit 4acc34d

Browse files
committed
Added echo stmt
1 parent 4786c4f commit 4acc34d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

buildenv/jenkins/JenkinsfileBase

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -765,6 +765,7 @@ def runTest( ) {
765765
}
766766
for (int i = 1; i <= ITERATIONS; i++) {
767767
echo "ITERATION: ${i}/${ITERATIONS}"
768+
echo "currentBuild.result: ${currentBuild.result}"
768769
if (currentBuild.result == 'ABORTED') {
769770
echo "Build is aborted. Stop the loop...."
770771
break

0 commit comments

Comments
 (0)