mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-08-29 03:03:11 +02:00
jenkinsfile: add missing steps
Change-Id: I0844f54e0f4c4e0785938fa88d1f20bbab9cf757
This commit is contained in:
parent
565c04e725
commit
dfa377bc9b
1 changed files with 12 additions and 10 deletions
22
extras/ci/client-qt-gnulinux/Jenkinsfile
vendored
22
extras/ci/client-qt-gnulinux/Jenkinsfile
vendored
|
@ -53,16 +53,18 @@ pipeline {
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
stage('SCM Checkout') {
|
stage('SCM Checkout') {
|
||||||
// Wipe workspace and fetch jami-daemon
|
steps {
|
||||||
checkout changelog: true, poll: false,
|
// Wipe workspace and fetch jami-daemon
|
||||||
scm: [$class: 'GitSCM',
|
checkout changelog: true, poll: false,
|
||||||
branches: [[name: 'FETCH_HEAD']],
|
scm: [$class: 'GitSCM',
|
||||||
doGenerateSubmoduleConfigurations: false,
|
branches: [[name: 'FETCH_HEAD']],
|
||||||
extensions: [
|
doGenerateSubmoduleConfigurations: false,
|
||||||
[$class: 'CloneOption', noTags: true, reference: '', shallow: true],
|
extensions: [
|
||||||
[$class: 'WipeWorkspace']],
|
[$class: 'CloneOption', noTags: true, reference: '', shallow: true],
|
||||||
submoduleCfg: [],
|
[$class: 'WipeWorkspace']],
|
||||||
userRemoteConfigs: [[refspec: '${GERRIT_REFSPEC}', url: 'https://${JAMI_GERRIT_URL}/jami-client-qt']]]
|
submoduleCfg: [],
|
||||||
|
userRemoteConfigs: [[refspec: '${GERRIT_REFSPEC}', url: 'https://${JAMI_GERRIT_URL}/jami-client-qt']]]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
stage('Init repository') {
|
stage('Init repository') {
|
||||||
|
|
Loading…
Add table
Reference in a new issue