mirror of
https://github.com/savoirfairelinux/jami-client-qt.git
synced 2025-12-16 14:41:25 +08:00
ci: use contrib tarballs cache
Change-Id: I96af9a6daf6460f3d45de26bbcab86066de19716
This commit is contained in:
2
extras/ci/client-qt-gnulinux/Jenkinsfile
vendored
2
extras/ci/client-qt-gnulinux/Jenkinsfile
vendored
@@ -94,7 +94,7 @@ pipeline {
|
||||
def jenkinsUser = jenkinsUID+':'+jenkinsGID
|
||||
def cpuCount = sh returnStdout: true, script: 'nproc || echo -n 4'
|
||||
|
||||
docker.image('client-validation').withRun('-t -u '+jenkinsUser+' -v '+pwd()+':/foo:rw -v /var/cache/jami:/var/cache/jami:rw -w /foo -e BATCH_MODE=1', '/bin/bash') {
|
||||
docker.image('client-validation').withRun('-t -u '+jenkinsUser+' -v '+pwd()+':/foo:rw -v /var/cache/jami:/var/cache/jami:rw -w /foo -e BATCH_MODE=1 -e TARBALLS=$TARBALLS -e CACHE_DIR=$CACHE_DIR', '/bin/bash') {
|
||||
container -> code:{
|
||||
def base_cmd = 'docker exec -t '+container.id+" sh -c '"
|
||||
def exec_cmd = { cmd -> sh base_cmd+cmd+"'" }
|
||||
|
||||
Reference in New Issue
Block a user