Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
jami-client-android
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-client-android
Commits
1f48fe41
Commit
1f48fe41
authored
2 months ago
by
Adrien Béraud
Browse files
Options
Downloads
Patches
Plain Diff
ci: disable downloading screenshots
Change-Id: If520ed25b83f71973b09b61e956b32d55c388116
parent
53a34867
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
ci/Jenkinsfile
+2
-2
2 additions, 2 deletions
ci/Jenkinsfile
with
2 additions
and
2 deletions
ci/Jenkinsfile
+
2
−
2
View file @
1f48fe41
...
@@ -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 *'
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment