Skip to content

Commit 19ba0d2

Browse files
committed
mkdir -p
1 parent 6f1e500 commit 19ba0d2

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
@@ -15,7 +15,7 @@ kubectl delete --ignore-not-found --now pod jenkins
1515
sed "s/@HTTP_PORT@/$http_port/g; s/@TCP_PORT@/$tcp_port/g" < test-in-k8s.yaml | kubectl apply -f -
1616
kubectl wait --for=condition=Ready --timeout=15m pod/jenkins
1717
# Copy temporary split files
18-
kubectl exec jenkins -- mkdir "$WORKSPACE_TMP"
18+
kubectl exec jenkins -- mkdir -p "$WORKSPACE_TMP"
1919
tar cf - "$WORKSPACE_TMP" | kubectl exec -i jenkins -- tar xf - -C "$WORKSPACE_TMP"
2020
# Copy plugin files
2121
kubectl exec jenkins -- mkdir /checkout

0 commit comments

Comments
 (0)