summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoan Touzet <wohali@apache.org>2018-06-09 10:31:40 -0700
committerJoan Touzet <wohali@apache.org>2018-06-09 10:31:40 -0700
commit62f71c0b06900f71f74e22a7dbfbad506b01c179 (patch)
tree7c30c2c1edee7818598944cd8013a97822a50d78
parent398ac18e8f377b5b3f11ad739bad05b53594a862 (diff)
downloadcouchdb-62f71c0b06900f71f74e22a7dbfbad506b01c179.tar.gz
Fix container for package-building step
-rw-r--r--Jenkinsfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 721377519..107112d7f 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -368,8 +368,8 @@ pipeline {
}
}
steps {
- sh 'docker pull couchdbdev/debian-8-base:latest'
- withDockerContainer(image: 'couchdbdev/debian-8-base:latest', args: '-e npm_config_cache=npm-cache -e HOME=. -v=/etc/passwd:/etc/passwd -v /etc/group:/etc/group') {
+ sh 'docker pull couchdbdev/debian-stretch-erlang-19.3.6:latest'
+ withDockerContainer(image: 'couchdbdev/debian-stretch-erlang-19.3.6::latest', args: '-e npm_config_cache=npm-cache -e HOME=. -v=/etc/passwd:/etc/passwd -v /etc/group:/etc/group') {
withCredentials([file(credentialsId: 'jenkins-key', variable: 'KEY')]) {
sh 'rm -rf pkgs *.tar.gz'
unarchive mapping: ['pkgs/' : '.']