Alter format of env vars file to be compatible with Jenkins groovy
This commit is contained in:
parent
cb52a92ee9
commit
d60580e697
2 changed files with 2 additions and 4 deletions
|
@ -18,6 +18,5 @@ WORKDIR /
|
|||
ADD acmvn /acmvn
|
||||
ADD processData /processData
|
||||
RUN chmod +x /processData && /processData
|
||||
RUN source /acmvn
|
||||
|
||||
ENTRYPOINT [ "java", "-jar", "/agent.jar", "-url", "https://ci.zontreck.com", "-secret", "@/agent.secret", "-name", "Linux", "-workDir", "/builder" ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue