This is an automated email from the ASF dual-hosted git repository.
wohali pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb.git
The following commit(s) were added to refs/heads/master by this push:
new 62f71c0 Fix container for package-building step
62f71c0 is described below
commit 62f71c0b06900f71f74e22a7dbfbad506b01c179
Author: Joan Touzet <[email protected]>
AuthorDate: Sat Jun 9 10:31:40 2018 -0700
Fix container for package-building step
---
Jenkinsfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 7213775..107112d 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/' : '.']
--
To stop receiving notification emails like this one, please contact
[email protected].