Surround spoon with lockable resource sync

This commit is contained in:
ligi 2016-05-16 20:53:43 +02:00
parent 99ff2cf08c
commit 33d07a764f

4
Jenkinsfile vendored
View file

@ -19,6 +19,8 @@ node {
stage 'UITest'
node {
sh "./gradlew spoon${flavorCombination}"
lock('adb') {
sh "./gradlew spoon${flavorCombination}"
}
publishHTML(target:[allowMissing: true, alwaysLinkToLastBuild: true, keepAll: true, reportDir: 'android/build/spoon-output/${flavorCombination}DebugAndroidTest/', reportFiles: 'index.html', reportName: 'Spoon reports'])
}