Skip to content

Commit

Permalink
Merge pull request #650 from jglick/kind-incrementals
Browse files Browse the repository at this point in the history
test-in-k8s.sh did not support Incrementals
  • Loading branch information
jglick authored Nov 15, 2019
2 parents cf624ff + d13e4fe commit b1959ad
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 b1959ad

Please sign in to comment.