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 994b370 Jenkinsfile: typo
994b370 is described below
commit 994b37053391cf1f00cb00ecd9f2744e6752562c
Author: Joan Touzet <[email protected]>
AuthorDate: Mon Jun 11 01:19:10 2018 -0700
Jenkinsfile: typo
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 107112d..b3cd975 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -369,7 +369,7 @@ pipeline {
}
steps {
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') {
+ 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].