What are you trying to do? At first sight, seems to me you're on the path of pain. You seem to be to developing things somehow in the "user" space relying on internal things that may change without any notice IMO.
Just my 2 cents Le 20 sept. 2016 11:10 AM, <[email protected]> a écrit : > One information is "*pwd(tmp:true)*" which provides the @tmp path. When > same job runs two times in parallel the path provided by pwd(...) returns a > path with additionally a number. > > Current path:/var/lib/jenkins/workspace/Foo@2 > Temp path:/var/lib/jenkins/workspace/Foo@2@tmp > > > *Remains*: how do I get the @script Path? > > On Tuesday, September 20, 2016 at 9:34:29 AM UTC+2, [email protected] > wrote: >> >> 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 [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/jenkinsci-users/3acd3033-b266-4676-9e84-6ca4bad0c902%40googlegroups. > com > <https://groups.google.com/d/msgid/jenkinsci-users/3acd3033-b266-4676-9e84-6ca4bad0c902%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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/CANWgJS4wdn4Z_goeFsNG2VwChqVLfroLD62K5Uh%2BRkzakYWGuw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
