Surround spoon with lockable resource sync
This commit is contained in:
parent
99ff2cf08c
commit
33d07a764f
1 changed files with 3 additions and 1 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -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'])
|
||||
}
|
Loading…
Reference in a new issue