Skip to content
This repository was archived by the owner on Mar 11, 2022. It is now read-only.

Commit bf8796d

Browse files
committed
Added working directory clean before unstashing
1 parent fbf1895 commit bf8796d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Jenkinsfile

+2
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ stage('QA') {
5454
Android:
5555
{
5656
node('android') {
57+
// Clean the directory before un-stashing
58+
deleteDir()
5759
unstash name: 'built'
5860
try {
5961
sh './gradlew -Dtest.with.specified.couch=true -Dtest.couch.host=cloudantsync002.bristol.uk.ibm.com -Dtest.couch.port=5984 -Dtest.couch.ignore.compaction=true -Dtest.couch.ignore.auth.headers=true -b AndroidTest/build.gradle uploadFixtures connectedCheck'

0 commit comments

Comments
 (0)