Skip to content

Commit 12acd3e

Browse files
committed
A message is logged when polled for labels
1 parent 1e7cc42 commit 12acd3e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Jenkinsfile

+3
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ podTemplate(label: 'mobile-cli-go', cloud: "openshift", containers: [goSlaveCont
6767
def test_short = "-test.short"
6868
if(labels.contains("run long tests")){
6969
test_short = ""
70+
print "Will run the full integration test-suite"
71+
} else {
72+
print "Will run the integration test-suite with -test.short flag"
7073
}
7174
sh "./integration.test ${test_short} -test.v -prefix=test-${sanitizeObjectName(env.BRANCH_NAME)}-build-$BUILD_NUMBER -namespace=`oc project -q` -executable=`pwd`/mobile"
7275
}

0 commit comments

Comments
 (0)