Skip to content
Snippets Groups Projects
Commit 555d28e7 authored by Pierre Nicolas's avatar Pierre Nicolas :joy:
Browse files

tests: download tests artifact

Change-Id: Id889836921bc679edb286286707ef1b6cf5d5d14
parent 6e9d9e95
No related branches found
No related tags found
No related merge requests found
......@@ -110,6 +110,10 @@ pipeline {
sh 'su jenkins -c "cd /jami-client-android && ./compile.sh --test"'
sh 'cd /jami-client-android/ci && ./start_emu_headless.sh'
sh 'su jenkins -c "cd /jami-client-android/ci && ./jami_test.sh"'
// Archive tests output save it as Jenkins artifact
sh 'cd /jami-client-android/ci/spoon-output && zip -r ../ui-test-output.zip *'
archiveArtifacts artifacts: 'ci/ui-test-output.zip', allowEmptyArchive: false
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment