[prev in list] [next in list] [prev in thread] [next in thread] 

List:       struts-dev
Subject:    [struts] branch docker-build updated: Adds missing env variable
From:       lukaszlenart () apache ! org
Date:       2019-08-30 7:36:48
Message-ID: 156715060806.14113.13708145304869082191 () gitbox ! apache ! org
[Download RAW message or body]

This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch docker-build
in repository https://gitbox.apache.org/repos/asf/struts.git


The following commit(s) were added to refs/heads/docker-build by this push:
     new 4ecfb7e  Adds missing env variable
4ecfb7e is described below

commit 4ecfb7e5848f53d5d104267a2f55a947082bcaad
Author: Lukasz Lenart <lukaszlenart@apache.org>
AuthorDate: Fri Aug 30 09:36:40 2019 +0200

    Adds missing env variable
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 1a45e80..0f9713a 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -4,7 +4,7 @@ pipeline {
     docker {
       label 'ubuntu'
       image 'maven:3-jdk-8-slim'
-      args '-v $HOME/.m2:/root/.m2 -e MAVEN_OPTS="-Xmx1024m"'
+      args '-v $HOME/.m2:/root/.m2 -e MAVEN_OPTS="-Xmx1024m" -e USER=$USER'
     }
   }
   options {

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic