summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoan Touzet <wohali@apache.org>2018-06-11 01:19:10 -0700
committerJoan Touzet <wohali@apache.org>2018-06-11 01:19:10 -0700
commit994b37053391cf1f00cb00ecd9f2744e6752562c (patch)
tree5bc6a760a9d1ed9885fe092d31aa433c8505aba3
parent62f71c0b06900f71f74e22a7dbfbad506b01c179 (diff)
downloadcouchdb-994b37053391cf1f00cb00ecd9f2744e6752562c.tar.gz
Jenkinsfile: typo
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 107112d7f..b3cd9758e 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/' : '.']