My Java integration tests make a call to "svn". But tthe agent can not find the command. I have added this executable with correct path (/progs/bin/svn) as a capability to the agent. But it does not show up in the log when starting the job:
Beginning to execute external process for build 'App - trunk - install' ... running command line: /com/prosess/maven/bin/mvn -Djava.io.tmpdir=/var/tmp/nnn clean install ... in: /com/data/bamboo-v322/xml-data/build-dir/nnnn
... using extra environment variables: MAVEN2_HOME=/com/prosess/maven JAVA_HOME=/com/opt/jdk M2_HOME=/com/prosess/maven PATH=/com/opt/jdk/bin:/com/opt/jdk/bin:/com/prosess/maven/bin:/com/prosess/ant/bin:/com/sbin:/usr/bin
Does it work if you specify
PATH=/progs/bin/svn
in your environment variables section in the maven task definition?
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.