ci: disable downloading screenshots

Change-Id: If520ed25b83f71973b09b61e956b32d55c388116
This commit is contained in:
Adrien Beraud
2025-03-11 17:40:52 -04:00
parent 53a348678b
commit 1f48fe41f8

4
ci/Jenkinsfile vendored
View File

@ -121,11 +121,11 @@ pipeline {
errorOccurred = true
}
try {
/*try {
sh 'cd /jami-client-android/ci && ./download_screenshots.sh'
} catch (Exception e) {
echo "Failed to download screenshots: ${e.getMessage()}"
}
}*/
// Archive tests output and save it as Jenkins artifact
sh 'cd /jami-client-android/ci/spoon-output && zip -r ../ui-test-output.zip *'