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?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.