Forgot to add linuxfs agent jar
This commit is contained in:
parent
16fd07c3ea
commit
b7c2ed96cd
1 changed files with 2 additions and 0 deletions
|
@ -35,5 +35,7 @@ RUN echo "autobuild installables edit fmodstudio platform=linux hash=$(md5sum li
|
|||
|
||||
ADD agent.secret /agent.secret
|
||||
|
||||
RUN curl -sO https://ci.zontreck.com/jnlpJars/agent.jar
|
||||
|
||||
RUN curl -sO https://ci.zontreck.com/jnlpJars/agent.jar
|
||||
ENTRYPOINT [ "java", "-jar", "/agent.jar", "-url", "https://ci.zontreck.com", "-secret", "@/agent.secret", "-name", "LinuxFS", "-workDir", "/builder" ]
|
Loading…
Reference in a new issue