Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-project
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
savoirfairelinux
jami-project
Commits
7afb34e2
Unverified
Commit
7afb34e2
authored
2 years ago
by
Sébastien Blin
Browse files
Options
Downloads
Patches
Plain Diff
Jenkinsfile: fix merge
Change-Id: I45428dbf670683f9039dd796a2d8c811c5c339e4
parent
319d748b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Jenkinsfile
+1
-5
1 addition, 5 deletions
Jenkinsfile
with
1 addition
and
5 deletions
Jenkinsfile
+
1
−
5
View file @
7afb34e2
...
...
@@ -136,13 +136,9 @@ See https://wiki.savoirfairelinux.com/wiki/Jenkins.jami.net#Configuration_client
steps
{
sh
"""git checkout ${params.CHANNEL}
git status
git reset --hard origin/${params.CHANNEL}
git status
# Submodules are generally not managed by merging
git merge -X theirs --no-commit FETCH_HEAD || true
git status
git checkout FETCH_HEAD && git add -A
git merge -X theirs --no-commit FETCH_HEAD
git status
"""
}
...
...
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