Skip to content

Commit

Permalink
Appending .svc.cluster.local to work around aws/containers-roadmap#236.
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Oct 23, 2019
1 parent 15568d7 commit 24c97c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-in-k8s.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ kubectl exec jenkins -- \
-DconnectorHost=0.0.0.0 \
-Dport=8000 \
-DslaveAgentPort=50000 \
-Djenkins.host.address=jenkins.kubernetes-plugin-test \
-Djenkins.host.address=jenkins.kubernetes-plugin-test.svc.cluster.local \
-Dmaven.test.failure.ignore \
$args

0 comments on commit 24c97c2

Please sign in to comment.