We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93d2941 commit 6b3db8dCopy full SHA for 6b3db8d
Jenkinsfile
@@ -60,6 +60,8 @@ podTemplate(label: 'mobile-cli-go', cloud: "openshift", containers: [goSlaveCont
60
sh "./mobile"
61
}
62
63
+ /*TestLabel*/
64
+
65
stage ("Integration") {
66
sh "oc project ${project}"
67
sh "go test -timeout 30m -c ./integration"
0 commit comments