Skip to content

Instantly share code, notes, and snippets.

@orius123
Last active August 29, 2015 14:24
Show Gist options
  • Save orius123/5167506b8ca48ec63b39 to your computer and use it in GitHub Desktop.
Save orius123/5167506b8ca48ec63b39 to your computer and use it in GitHub Desktop.
Jenkins demo sample inputs
remote: false
hub:
host: localhost
username: root
password: screencast
port: "49513"
image_name: selenium/hub
nodes_list:
- host: localhost
port: "49153"
username: root
password: screencast
image_name: selenium/node-chrome
container_name: selenium-node-chrome-1
- host: localhost
port: "49153"
username: root
password: screencast
image_name: selenium/node-firefox
container_name: selenium-node-firefox-1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment