Skip to content
Snippets Groups Projects
Commit 1f48fe41 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

ci: disable downloading screenshots

Change-Id: If520ed25b83f71973b09b61e956b32d55c388116
parent 53a34867
No related branches found
No related tags found
No related merge requests found
...@@ -121,11 +121,11 @@ pipeline { ...@@ -121,11 +121,11 @@ pipeline {
errorOccurred = true errorOccurred = true
} }
try { /*try {
sh 'cd /jami-client-android/ci && ./download_screenshots.sh' sh 'cd /jami-client-android/ci && ./download_screenshots.sh'
} catch (Exception e) { } catch (Exception e) {
echo "Failed to download screenshots: ${e.getMessage()}" echo "Failed to download screenshots: ${e.getMessage()}"
} }*/
// Archive tests output and save it as Jenkins artifact // Archive tests output and save it as Jenkins artifact
sh 'cd /jami-client-android/ci/spoon-output && zip -r ../ui-test-output.zip *' sh 'cd /jami-client-android/ci/spoon-output && zip -r ../ui-test-output.zip *'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment