We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c7d8e4 commit 93aca68Copy full SHA for 93aca68
1 file changed
Jenkinsfile
@@ -29,21 +29,6 @@ bstack-local''',
29
}
30
31
32
- stage('Start Local') {
33
- if ( "${params.TEST_TYPE}".contains('local') ) {
34
- dir('app') {
35
- git branch: 'master', url: 'https://github.com/browserstack/browserstack-demo-app'
36
- sh '''
37
- npm install
38
- npm run build
39
- npm start &
40
- '''
41
- }
42
- } else {
43
- Utils.markStageSkippedForConditional('Start Local')
44
45
46
-
47
stage('Install Dependencies'){
48
sh '''
49
pip3 install robotframework
0 commit comments