diff --git a/Jenkinsfile-minimal b/Jenkinsfile-minimal index 93b6acb..91e3a44 100644 --- a/Jenkinsfile-minimal +++ b/Jenkinsfile-minimal @@ -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') } diff --git a/Jenkinsfile-nogrid b/Jenkinsfile-nogrid index 18fed66..dce4527 100644 --- a/Jenkinsfile-nogrid +++ b/Jenkinsfile-nogrid @@ -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') }