Alter format of env vars file to be compatible with Jenkins groovy

This commit is contained in:
zontreck 2024-09-07 01:11:23 -07:00
parent cb52a92ee9
commit d60580e697
2 changed files with 2 additions and 4 deletions

View file

@ -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" ]