mirror of
https://github.com/apache/struts.git
synced 2026-08-31 11:24:28 +00:00
Uses $env to resolve variables
This commit is contained in:
Vendored
+1
-1
@@ -1,6 +1,6 @@
|
||||
#!groovy
|
||||
|
||||
dockerArgs = '-v $WORKSPACE/.m2:/root/.m2 -e MAVEN_OPTS="-Xmx1024m" -e USER=$USER'
|
||||
dockerArgs = "-v ${env.WORKSPACE}/.m2:/root/.m2 -e MAVEN_OPTS=\"-Xmx1024m\" -e USER=${env.USER}"
|
||||
|
||||
pipeline {
|
||||
agent none
|
||||
|
||||
Reference in New Issue
Block a user