Skip to content

Commit 47e2c4d

Browse files
authored
Merge pull request #1727 from jglick/jenkins.host.address
Fixing `jenkins.host.address` instructions
2 parents 48ea4aa + 5d36d3f commit 47e2c4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1018,7 +1018,7 @@ then
10181018
```bash
10191019
kubectl krew install tunnel # as needed; install Krew first
10201020
kubectl tunnel expose jenkins 8000:8000 8001:8001 &
1021-
mvn test -Djenkins.host.address=jenkins.default -Dport=8000 -DslaveAgentPort=8001 -Dtest=KubernetesPipelineTest#runInPod
1021+
mvn test -Djenkins.host.address=jenkins.default.svc.cluster.local -Dport=8000 -DslaveAgentPort=8001 -Dtest=KubernetesPipelineTest#runInPod
10221022
```
10231023

10241024
Alternately, you can run everything like in CI:

0 commit comments

Comments
 (0)