summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Newson <rnewson@apache.org>2023-04-27 09:09:28 +0100
committerRobert Newson <rnewson@apache.org>2023-04-27 10:32:15 +0100
commit307450c3c0dcc7a06631d54ccdd5c0ceca191481 (patch)
tree27d81edfdaf1db629f7da9dcdd40e3f4a4897177
parent67e17afd99fe2a85daf8acf48b32ce1b1f86c772 (diff)
downloadcouchdb-307450c3c0dcc7a06631d54ccdd5c0ceca191481.tar.gz
cache (immutable) maven artifacts
-rw-r--r--build-aux/Jenkinsfile.full2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/Jenkinsfile.full b/build-aux/Jenkinsfile.full
index b69dcc02f..8f0e9e31e 100644
--- a/build-aux/Jenkinsfile.full
+++ b/build-aux/Jenkinsfile.full
@@ -277,7 +277,7 @@ pipeline {
// We need the jenkins user mapped inside of the image
// npm config cache below deals with /home/jenkins not mapping correctly
// inside the image
- DOCKER_ARGS = '-e npm_config_cache=npm-cache -e HOME=. -v=/etc/passwd:/etc/passwd -v /etc/group:/etc/group'
+ DOCKER_ARGS = '-e npm_config_cache=npm-cache -e HOME=. -v=/etc/passwd:/etc/passwd -v /etc/group:/etc/group -v /root/.m2:/root/.m2'
}
options {