Last active
August 29, 2015 14:24
-
-
Save orius123/5167506b8ca48ec63b39 to your computer and use it in GitHub Desktop.
Jenkins demo sample inputs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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