Skip to content

Commit dbf84d0

Browse files
author
Abhi Singh
authored
removes local website startup
1 parent 811811d commit dbf84d0

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

Jenkinsfile

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -27,21 +27,6 @@ node {
2727
}
2828
}
2929

30-
stage('Start Local') {
31-
if ("${params.TEST_TYPE}".contains('local')) {
32-
dir('app') {
33-
git branch: 'main', changelog: false, poll: false, url: 'https://github.com/browserstack/browserstack-demo-app'
34-
sh label: '', returnStatus: true, script: '''#!/bin/bash -l
35-
cd browserstack - demo - app
36-
npm install
37-
npm run build
38-
npm start &'''
39-
}
40-
} else {
41-
Utils.markStageSkippedForConditional('Start Local')
42-
}
43-
}
44-
4530
stage('Run Test') {
4631
browserstack(credentialsId: "${params.BROWSERSTACK_USERNAME}") {
4732
def user = "${env.BROWSERSTACK_USERNAME}"

0 commit comments

Comments
 (0)