diff options
author | Joan Touzet <wohali@apache.org> | 2018-06-11 01:19:10 -0700 |
---|---|---|
committer | Joan Touzet <wohali@apache.org> | 2018-06-11 01:19:10 -0700 |
commit | 994b37053391cf1f00cb00ecd9f2744e6752562c (patch) | |
tree | 5bc6a760a9d1ed9885fe092d31aa433c8505aba3 | |
parent | 62f71c0b06900f71f74e22a7dbfbad506b01c179 (diff) | |
download | couchdb-994b37053391cf1f00cb00ecd9f2744e6752562c.tar.gz |
Jenkinsfile: typo
-rw-r--r-- | Jenkinsfile | 2 |
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/' : '.'] |