1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-08-29 19:23:40 +02:00

jenkinsfile: add missing steps

Change-Id: I0844f54e0f4c4e0785938fa88d1f20bbab9cf757
This commit is contained in:
Sébastien Blin 2022-12-05 10:13:18 -05:00
parent 565c04e725
commit dfa377bc9b
No known key found for this signature in database
GPG key ID: C894BB01EEB2A9A9

View file

@ -53,6 +53,7 @@ pipeline {
stages { stages {
stage('SCM Checkout') { stage('SCM Checkout') {
steps {
// Wipe workspace and fetch jami-daemon // Wipe workspace and fetch jami-daemon
checkout changelog: true, poll: false, checkout changelog: true, poll: false,
scm: [$class: 'GitSCM', scm: [$class: 'GitSCM',
@ -64,6 +65,7 @@ pipeline {
submoduleCfg: [], submoduleCfg: [],
userRemoteConfigs: [[refspec: '${GERRIT_REFSPEC}', url: 'https://${JAMI_GERRIT_URL}/jami-client-qt']]] userRemoteConfigs: [[refspec: '${GERRIT_REFSPEC}', url: 'https://${JAMI_GERRIT_URL}/jami-client-qt']]]
} }
}
stage('Init repository') { stage('Init repository') {
steps { steps {