From commits-return-18767-archive-asf-public=cust-asf.ponee.io@struts.apache.org Thu Feb 13 06:25:16 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 7130E1802C7 for ; Thu, 13 Feb 2020 07:25:16 +0100 (CET) Received: (qmail 81981 invoked by uid 500); 13 Feb 2020 06:25:15 -0000 Mailing-List: contact commits-help@struts.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@struts.apache.org Delivered-To: mailing list commits@struts.apache.org Received: (qmail 81972 invoked by uid 99); 13 Feb 2020 06:25:15 -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; Thu, 13 Feb 2020 06:25:15 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 5D7C68546B; Thu, 13 Feb 2020 06:25:15 +0000 (UTC) Date: Thu, 13 Feb 2020 06:25:15 +0000 To: "commits@struts.apache.org" Subject: [struts] branch master updated: Marks .m2 folder as read/write and shared MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <158157511530.327.6754125455206851719@gitbox.apache.org> From: lukaszlenart@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: struts X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 9a3616b21c45bff3bbc74cb4d3c623fa19bab6fd X-Git-Newrev: 8d66e858460a5e8af9c8669cdcd51d22b80064f0 X-Git-Rev: 8d66e858460a5e8af9c8669cdcd51d22b80064f0 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/struts.git The following commit(s) were added to refs/heads/master by this push: new 8d66e85 Marks .m2 folder as read/write and shared 8d66e85 is described below commit 8d66e858460a5e8af9c8669cdcd51d22b80064f0 Author: Lukasz Lenart AuthorDate: Thu Feb 13 07:25:09 2020 +0100 Marks .m2 folder as read/write and shared --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index aa4fedc..fe4fc75 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -18,7 +18,7 @@ pipeline { docker { label 'ubuntu' image 'maven:3-jdk-11' - args '-v $HOME/.m2:$HOME/.m2 -e MAVEN_OPTS="-Xmx1024m" -e USER=$USER' + args '-v $HOME/.m2:$HOME/.m2:rw,z -e MAVEN_OPTS="-Xmx1024m" -e USER=$USER' } } stages {