Hi all, I want to process the JUnit result file junitResult.xml for the 
current build. I have found this file in path 
$JENKINS_HOME/jobs/<project>/branches/<branch>/builds/<buildNumber>/junitResult.xml
 
. Now I want to use the current path in my Jenkins file as parameter like 
this

        stage ("Process test result") {
            sh "mytool -resultFile ${env.<pathToJunitResultXml>}"
        }

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 subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/b349c91e-e290-4e4f-97a1-b4bcb1215b62%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to