I have several jobs that execute TFS commands in
wrappers such as ANT tasks or maven goals.  I have had to install two version 
of the TF command line on my build server in order to get the individual jobs 
running. One works for the ANT tasks and one works for the maven goal.   If I 
place the version of the TF command first in the PATH that works for the mvn 
release goals, the ANT tasks fail. If I place the version of the TF command 
first in the PATH that works for the ANT tasks, the mvn release goals fail. 

What I want to do is to manipulate the PATH environment variable on a per job 
basis so I can put the proper TF command in the path.  What is the best way to 
do this?

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to