Re: Is there any environment variable for the current build directory?

2018-03-06 Thread 'Björn Pedersen' via Jenkins Users
test result") { > sh "mytool -resultFile ${env.}" > } > > I've tried env.WORKSPACE, but this is the checkout directory. Is there any > environment variable for the current build directory? > > Thanks in advance. > > Kind regards, > Marku

Re: Is there any environment variable for the current build directory?

2018-03-06 Thread Mark Waite
e the current path in my Jenkins file as parameter like > this > > stage ("Process test result") { > sh "mytool -resultFile ${env.}" > } > > I've tried env.WORKSPACE, but this is the checkout directory. Is there any > envir

Is there any environment variable for the current build directory?

2018-03-06 Thread Markus Neifer
esult") { sh "mytool -resultFile ${env.}" } I've tried env.WORKSPACE, but this is the checkout directory. Is there any environment variable for the current build directory? Thanks in advance. Kind regards, Markus -- You received this message because you are subs