We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f44988a + 9815b2e commit 2e04b21Copy full SHA for 2e04b21
1 file changed
Jenkinsfile
@@ -22,7 +22,7 @@ bstack-local''',
22
23
stage('Pull from Github') {
24
dir('test') {
25
- git branch: 'review', changelog: false, poll: false, url: 'https://github.com/browserstack/browserstack-examples-robot.git'
+ git branch: 'main', changelog: false, poll: false, url: 'https://github.com/browserstack/browserstack-examples-robot.git'
26
}
27
dir('pipPackage') {
28
git branch: 'develop_webdriver-framework_python', changelog: false, poll: false, url: 'https://github.com/browserstack/webdriver-framework.git'
0 commit comments