We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1309520 + eba5970 commit 4a911e5Copy full SHA for 4a911e5
1 file changed
Jenkinsfile
@@ -10,6 +10,7 @@ node {
10
$class: 'TextareaChoiceListProvider',
11
addEditedValue: false,
12
choiceListText: '''bstack-single
13
+bstack-parallel
14
bstack-local''',
15
defaultChoice: 'bstack-single'
16
],
@@ -70,10 +71,8 @@ bstack-local''',
70
71
python3 -m robot --variable testType:bstack-single .
72
73
//pabot --testlevelsplit --verbose --variable testType:bstack-single --suite product .
74
+
75
'''
-
76
- }
77
else if ( "${params.TEST_TYPE}".contains('local') ) {
78
sh '''
79
cd test
@@ -86,6 +85,7 @@ bstack-local''',
86
85
87
export CONFIG_FILE_PATH=`pwd`/'resources/conf/caps/bstack-config.yaml'
88
89
90
91
}
0 commit comments