Hi,

writing a Jenkinsfile like this:

node{
    def WORKSPACE=pwd()
}

The path is initially empty. The content is stored at pwd() + "@script".

So basically I could use two variables
 - def WORK_PATH=pwd()
 - def SOURCES=pwd() + "@script"

However there is also a @tmp path for the project and when the job runs in 
parallel we also have numbering in the paths.

Since I'm writing coded pipelines ... I could live with that if I could see
how to access the individial paths. I have not found documentation on this.

Anybody who could help please?

Kind regards,
Thomas

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/532af1ba-ed01-4051-b822-d4a6448b5685%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to