Skip to content

Commit

Permalink
add host entry for SUT
Browse files Browse the repository at this point in the history
downstream of jenkinsci/acceptance-test-harness#1331 adds a host entry to avoid DNS lookups using the sslip.io DNS service.
  • Loading branch information
jtnord authored Aug 14, 2023
1 parent c5b3204 commit ad4afa5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ath.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ exec docker run --rm \
--volume "$(pwd)"/war/target/jenkins.war:/jenkins.war:ro \
--volume /var/run/docker.sock:/var/run/docker.sock:rw \
--volume "$(pwd)"/target/ath-reports:/reports:rw \
--add-host jenkins.127.0.0.1.sslip.io:127.0.0.1 \
--interactive \
jenkins/ath:"$ATH_VERSION" \
bash <<-'INSIDE'
Expand Down

0 comments on commit ad4afa5

Please sign in to comment.