Skip to content

Commit

Permalink
test-in-k8s.sh did not support Incrementals.
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Nov 15, 2019
1 parent f7d4362 commit cad9d8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test-in-k8s.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ kubectl apply -f test-in-k8s.yaml
kubectl wait --for=condition=Ready --timeout=15m pod/jenkins
kubectl exec jenkins -- sh -c 'rm -rf /checkout && mkdir /checkout'
kubectl cp pom.xml jenkins:/checkout/pom.xml
kubectl cp .mvn jenkins:/checkout/.mvn
kubectl cp src jenkins:/checkout/src
kubectl cp settings-azure.xml jenkins:/settings-azure.xml
if [ -v TEST ]
Expand Down

0 comments on commit cad9d8a

Please sign in to comment.