Skip to content

Commit cdc6147

Browse files
committed
Allow access to the Jenkins webui which is useful when troubleshooting on dokken
Signed-off-by: Lance Albertson <[email protected]>
1 parent 1fd553a commit cdc6147

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

kitchen.dokken.yml

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ driver:
33
privileged: true # because Docker and SystemD
44
chef_version: <%= ENV['CHEF_VERSION'] || 'current' %>
55
env: [CHEF_LICENSE=accept]
6+
# Allow access to the Jenkins webui which is useful when troubleshooting
7+
ports:
8+
- 8080:8080
69

710
transport:
811
name: dokken

0 commit comments

Comments
 (0)