Skip to content

Commit 7fc366c

Browse files
committed
missing arguments there
1 parent 84b8cc4 commit 7fc366c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-in-k8s.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ kubectl exec jenkins -- \
2828
-DslaveAgentPort=$tcp_port \
2929
-Djenkins.host.address=jenkins.kubernetes-plugin-test.svc.cluster.local \
3030
-Dmaven.test.failure.ignore \
31-
verify
31+
verify \
3232
"$@"
3333
kubectl exec jenkins -- sh -c 'fgrep skipped /checkout/target/surefire-reports/*.xml' || :

0 commit comments

Comments
 (0)