Thanks for the reply. I am using a pipeline job, so can I just put this in
my pipeline script?

  JOB_BASE_NAME: JOB_NAME.split('/').last()





On Wed, 25 Jan 2017 at 10:59 Dirk Heinrichs <dhein...@opentext.com> wrote:

> Am 25.01.2017 um 11:38 schrieb Mark Allison:
>
> I want to use the ${JOB_NAME} environment variable on my Windows slave,
> however my project is in a folder in Jenkins and I want to exclude the
> folder. How can I use %JOB_NAME% without the folder name?
>
>
> In the job configuration, check "Prepare an environment for the run" and
> enter the following snippet under "Evaluated Groovy script" (may need
> Groovy plugin):
>
> return [
>   JOB_BASE_NAME: JOB_NAME.split('/').last()
> ]
>
> You can then use %JOB_BASE_NAME%.
>
> HTH...
>
>     Dirk
> --
> *Dirk Heinrichs*
> Senior Systems Engineer, Delivery Pipeline
> OpenTextTM Discovery | Recommind
> *Email*: dirk.heinri...@recommind.com
> *Website*: www.recommind.de
>
> Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
>
> Vertretungsberechtigte Geschäftsführer John Marshall Doolittle, Gordon
> Davies, Roger Illing, Registergericht Amtsgericht Bonn, Registernummer HRB
> 10646
>
> This e-mail may contain confidential and/or privileged information. If you
> are not the intended recipient (or have received this e-mail in error)
> please notify the sender immediately and destroy this e-mail. Any
> unauthorized copying, disclosure or distribution of the material in this
> e-mail is strictly forbidden
>
> Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte
> Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail
> irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und
> vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte
> Weitergabe dieser Mail sind nicht gestattet.
>
> --
> 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/8601d9d6-1eb8-c31a-96e0-e267d05c43c7%40opentext.com
> <https://groups.google.com/d/msgid/jenkinsci-users/8601d9d6-1eb8-c31a-96e0-e267d05c43c7%40opentext.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>
-- 

Sent from my phone

-- 
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/CAN9sP2Y11ibDgucx_H6hBNhtCb%3D1nNN7qD4tU3fhb_7kYqMQBQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to