From d70a663914a6cbebcc53f7a620acd462ed2f1ebf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Blin?= Date: Fri, 2 Dec 2022 16:19:11 -0500 Subject: [PATCH] jenkinsfile: checkout GERRIT_REFSPEC Change-Id: Id616cc1a53e3d86f220c8bde5a2e0a4c1213f1b6 --- extras/ci/client-qt-gnulinux/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/ci/client-qt-gnulinux/Jenkinsfile b/extras/ci/client-qt-gnulinux/Jenkinsfile index f54e6fee..53893bf2 100644 --- a/extras/ci/client-qt-gnulinux/Jenkinsfile +++ b/extras/ci/client-qt-gnulinux/Jenkinsfile @@ -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 """