mirror of
https://git.jami.net/savoirfairelinux/jami-client-android.git
synced 2026-03-13 10:42:02 +08:00
ci: disable downloading screenshots
Change-Id: If520ed25b83f71973b09b61e956b32d55c388116
This commit is contained in:
4
ci/Jenkinsfile
vendored
4
ci/Jenkinsfile
vendored
@@ -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 *'
|
||||
|
||||
Reference in New Issue
Block a user