From 22cd1fd0214e42767ae45d6ec8376109a52605ed Mon Sep 17 00:00:00 2001 From: Anton Danchenko Date: Wed, 6 Sep 2017 13:50:03 +0300 Subject: [PATCH] added checkout step to Jenkinsfile --- test/appium/Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/test/appium/Jenkinsfile b/test/appium/Jenkinsfile index 4861dcf810..02b8775482 100644 --- a/test/appium/Jenkinsfile +++ b/test/appium/Jenkinsfile @@ -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 {