Skip to content

Commit 4a911e5

Browse files
Merge branch 'develop' into review
2 parents 1309520 + eba5970 commit 4a911e5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Jenkinsfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ node {
1010
$class: 'TextareaChoiceListProvider',
1111
addEditedValue: false,
1212
choiceListText: '''bstack-single
13+
bstack-parallel
1314
bstack-local''',
1415
defaultChoice: 'bstack-single'
1516
],
@@ -70,10 +71,8 @@ bstack-local''',
7071
python3 -m robot --variable testType:bstack-single .
7172
7273
//pabot --testlevelsplit --verbose --variable testType:bstack-single --suite product .
74+
7375
'''
74-
75-
76-
}
7776
else if ( "${params.TEST_TYPE}".contains('local') ) {
7877
sh '''
7978
cd test
@@ -86,6 +85,7 @@ bstack-local''',
8685
cd test
8786
export CONFIG_FILE_PATH=`pwd`/'resources/conf/caps/bstack-config.yaml'
8887
python3 -m robot --variable testType:bstack-single .
88+
8989
'''
9090

9191
}

0 commit comments

Comments
 (0)