mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-14 02:35:54 +00:00
added checkout step to Jenkinsfile
This commit is contained in:
parent
3afae8a42b
commit
22cd1fd021
1
test/appium/Jenkinsfile
vendored
1
test/appium/Jenkinsfile
vendored
@ -1,4 +1,5 @@
|
||||
node {sauce('b9aded57-5cc1-4f6b-b5ea-42d989987852') {
|
||||
checkout([$class: 'GitSCM', branches: [[name: '*/develop']], doGenerateSubmoduleConfigurations: false, extensions: [[$class: 'CleanBeforeCheckout']], submoduleCfg: [], userRemoteConfigs: [[url: 'https://github.com/status-im/status-react.git']]])
|
||||
try {sh 'cd test/appium/tests && /usr/local/bin/python3 -m pytest -m sanity --build ${JOB_NAME}__${BUILD_NUMBER} -v --dist=loadscope -n3'
|
||||
}
|
||||
finally {
|
||||
|
Loading…
x
Reference in New Issue
Block a user