Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id B110C200CF8 for ; Wed, 30 Aug 2017 22:49:53 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id AFAEC169FAC; Wed, 30 Aug 2017 20:49:53 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 08596169FAA for ; Wed, 30 Aug 2017 22:49:52 +0200 (CEST) Received: (qmail 18282 invoked by uid 500); 30 Aug 2017 20:49:51 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 18273 invoked by uid 99); 30 Aug 2017 20:49:51 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Aug 2017 20:49:51 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 6A81381735; Wed, 30 Aug 2017 20:49:48 +0000 (UTC) Date: Wed, 30 Aug 2017 20:49:48 +0000 To: "commits@couchdb.apache.org" Subject: [couchdb] branch master updated: Remove copy/paste error in jenkinsfile MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <150412618890.11972.2802027552597020990@gitbox.apache.org> From: wohali@apache.org Reply-To: "commits@couchdb.apache.org" X-Git-Host: gitbox.apache.org X-Git-Repo: couchdb X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: f6f5ff7be248496aeae4e7d14762ebe14728d8dd X-Git-Newrev: 1bbb24454197c971126596731d0a05255338abe8 X-Git-Rev: 1bbb24454197c971126596731d0a05255338abe8 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated archived-at: Wed, 30 Aug 2017 20:49:53 -0000 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 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 ['"commits@couchdb.apache.org" '].