On jenkins-dev open port 8080 instead of 80

This commit is contained in:
Mikolaj Izdebski 2015-06-26 20:55:03 +00:00
parent 4e593519cc
commit ee079dbf85

View file

@ -19,7 +19,7 @@ cloud_networks:
jenkins_master: True
tcp_ports: [ 80 ]
tcp_ports: [ 8080 ]
custom_nat_rules: [
# Redirect port 80 to 8080, which is used by jenkins