2017-08-28 10:02:20 +00:00
|
|
|
node {sauce('6269510b-13f3-4019-b156-c2c835f3a408') {
|
2017-09-06 09:24:09 +00:00
|
|
|
try {sh 'cd test/appium/tests && /usr/local/bin/python3 -m pytest -m sanity --build ${JOB_NAME}__${BUILD_NUMBER} -v --dist=loadscope -n3'
|
2017-08-28 10:02:20 +00:00
|
|
|
}
|
|
|
|
finally {
|
|
|
|
saucePublisher()
|
2017-09-06 09:24:09 +00:00
|
|
|
junit testDataPublishers: [[$class: 'SauceOnDemandReportPublisher', jobVisibility: 'public']], testResults: 'test/appium/tests/*.xml' }
|
2017-08-28 10:02:20 +00:00
|
|
|
}
|
|
|
|
}
|