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 1bbb244 Remove copy/paste error in jenkinsfile
1bbb244 is described below
commit 1bbb24454197c971126596731d0a05255338abe8
Author: Joan Touzet <[email protected]>
AuthorDate: Wed Aug 30 16:49:32 2017 -0400
Remove copy/paste error in jenkinsfile
---
Jenkinsfile | 6 ------
1 file changed, 6 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index aa9e311..d521227 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -410,12 +410,6 @@ pipeline {
label 'couchdbtest'
}
}
- image 'couchdbdev/debian-8-base:latest'
- // We need the jenkins user mapped inside of the image
- args '-v /etc/passwd:/etc/passwd -v /etc/group:/etc/group'
- label 'couchdbtest'
- }
- }
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') {
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].