From 1f48fe41f812593694316e890751801e217b0e99 Mon Sep 17 00:00:00 2001
From: Adrien Beraud <adrien.beraud@savoirfairelinux.com>
Date: Tue, 11 Mar 2025 17:40:52 -0400
Subject: [PATCH] ci: disable downloading screenshots

Change-Id: If520ed25b83f71973b09b61e956b32d55c388116
---
 ci/Jenkinsfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ci/Jenkinsfile b/ci/Jenkinsfile
index 1ded26788..f8a37eabc 100644
--- a/ci/Jenkinsfile
+++ b/ci/Jenkinsfile
@@ -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 *'
-- 
GitLab