We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f1e500 commit 19ba0d2Copy full SHA for 19ba0d2
test-in-k8s.sh
@@ -15,7 +15,7 @@ kubectl delete --ignore-not-found --now pod jenkins
15
sed "s/@HTTP_PORT@/$http_port/g; s/@TCP_PORT@/$tcp_port/g" < test-in-k8s.yaml | kubectl apply -f -
16
kubectl wait --for=condition=Ready --timeout=15m pod/jenkins
17
# Copy temporary split files
18
-kubectl exec jenkins -- mkdir "$WORKSPACE_TMP"
+kubectl exec jenkins -- mkdir -p "$WORKSPACE_TMP"
19
tar cf - "$WORKSPACE_TMP" | kubectl exec -i jenkins -- tar xf - -C "$WORKSPACE_TMP"
20
# Copy plugin files
21
kubectl exec jenkins -- mkdir /checkout
0 commit comments