1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-07-12 11:35:22 +02:00

jenkinsfile: checkout GERRIT_REFSPEC

Change-Id: Id616cc1a53e3d86f220c8bde5a2e0a4c1213f1b6
This commit is contained in:
Sébastien Blin 2022-12-02 16:19:11 -05:00
parent 7321796100
commit d70a663914

View file

@ -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
"""