Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Jenkinsfile-minimal
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pipeline {
parameters {
choice(name: 'BROWSER', choices: 'chrome\nfirefox\nPhantomJS', description: 'Select Browser')
choice(name: 'MODE', choices: 'normal', description: 'Select browser mode')
//choice(name: 'TARGET', choices: 'www\nstaging\nstaging2', description: 'Select Environment')
choice(name: 'TARGET', choices: 'www\nstaging\nstaging2', description: 'Select Environment')
//choice(name: 'SELENIUM_GRID_NODE', choices: '5\n1\n2\n3\n4\n6\n7\n8\n9\n10', description: 'Select number of Nodes want to register')
string(name: 'TAGS', defaultValue: '--tags @cbt', description: 'Enter tags here')
}
Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile-nogrid
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pipeline {
choice(name: 'BROWSER', choices: 'chrome\nfirefox\nPhantomJS', description: 'Select Browser')
choice(name: 'MODE', choices: 'grid', description: 'Select browser mode')
string(name: 'DRIVER', defaultValue: 'drivers/linux/chromedriver_2_33', description: 'Enter Driver Path')
//choice(name: 'TARGET', choices: 'www\nstaging\nstaging2', description: 'Select Environment')
choice(name: 'TARGET', choices: 'www\nstaging\nstaging2', description: 'Select Environment')
//choice(name: 'SELENIUM_GRID_NODE', choices: '5\n1\n2\n3\n4\n6\n7\n8\n9\n10', description: 'Select number of Nodes want to register')
string(name: 'TAGS', defaultValue: '--tags @cbt', description: 'Enter tags here')
}
Expand Down