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

jenkinsfile: checkout gerrit_refspec

Change-Id: I79991fe7c84b395e69db41721e473376740cb797
parent 80dc4458
No related branches found
No related tags found
No related merge requests found
......@@ -56,6 +56,7 @@ pipeline {
steps {
script {
sh """
git fetch ssh://sblin@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