Skip to content
Snippets Groups Projects
Commit d70a6639 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

jenkinsfile: checkout GERRIT_REFSPEC

Change-Id: Id616cc1a53e3d86f220c8bde5a2e0a4c1213f1b6
parent 73217961
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ pipeline {
steps {
script {
sh """
git fetch ssh://sblin@review.jami.net:29420/jami-client-qt $GERRIT_REFSPEC && git checkout FETCH_HEAD
git fetch ssh://jenkins@review.jami.net:29420/jami-client-qt $GERRIT_REFSPEC && git checkout FETCH_HEAD
git rev-parse HEAD
git submodule update --init --recursive
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment