My jobs have something like ${ENV,var="GDA_squish_job_to_trigger"}/
Note var is in lower case, and the quote surrounding the variable name
Matthew Webber

From: jenkinsci-users@googlegroups.com 
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of David Aldrich
Sent: 04 December 2015 09:07
To: jenkinsci-users@googlegroups.com
Subject: RE: Regular expression for conditional build step?

Hi

I’m still struggling with this. My workspace is:

C:\Jenkins\workspace\VS2010_all_branches_and_trunk\trunk

My condition for a build step is:

Expression: .*trunk.*
Label: ${ENV,VAR=WORKSPACE}

So the build step should execute but it doesn’t:

C:\Jenkins\workspace\VS2010_all_branches_and_trunk\trunk\MSVC\Zodiac2010_Release>exit
 0
Regular expression run condition: Expression=[.*trunk.*], 
Label=[${ENV,VAR=WORKSPACE}]
Run condition [Regular expression match] preventing perform for step [Execute 
Windows batch command]

Why is this?  Am I referencing the WORKSPACE variable incorrectly?

Best regards

David

From: jenkinsci-users@googlegroups.com<mailto:jenkinsci-users@googlegroups.com> 
[mailto:jenkinsci-users@googlegroups.com]
Sent: 03 December 2015 14:04
To: jenkinsci-users@googlegroups.com<mailto:jenkinsci-users@googlegroups.com>
Subject: RE: Regular expression for conditional build step?

Have tried a bit harder.

WORKSPACE is:

C:\Jenkins\workspace\VS2010_all_branches_and_trunk\trunk

Jenkins replies:


Regular expression run condition: Expression=[.*\\trunk.*], 
Label=[${ENV,VAR=WORKSPACE}]

Run condition [Regular expression match] preventing perform for step [Execute 
Windows batch command]

I want the step to execute. What am I doing wrong?

Best regards

David


From: jenkinsci-users@googlegroups.com<mailto:jenkinsci-users@googlegroups.com> 
[mailto:jenkinsci-users@googlegroups.com]
Sent: 03 December 2015 12:28
To: jenkinsci-users@googlegroups.com<mailto:jenkinsci-users@googlegroups.com>
Subject: Regular expression for conditional build step?

Hi

I am using the multi-branch plugin to run a job on multiple branches and the 
trunk.  I want to add a conditional build step that is only executed on the 
trunk.  So I’m thinking of adding a conditional build step that uses a regular 
expression to check whether $WORKSPACE contains ‘trunk’.  I guess the regular 
expression would be something like:

Expression: ${ENV,var="WORKSPACE"}
Label: trunk

But that isn’t right. What would I specify please?

Best regards

David
--
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<mailto:jenkinsci-users+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/41302A7145AC054FA7A96CFD03835A0A0BA24F55%40EX10MBX02.EU.NEC.COM<https://groups.google.com/d/msgid/jenkinsci-users/41302A7145AC054FA7A96CFD03835A0A0BA24F55%40EX10MBX02.EU.NEC.COM?utm_medium=email&utm_source=footer>.
For more options, visit https://groups.google.com/d/optout.

-- 
This e-mail and any attachments may contain confidential, copyright and or 
privileged material, and are for the use of the intended addressee only. If you 
are not the intended addressee or an authorised recipient of the addressee 
please notify us of receipt by returning the e-mail and do not use, copy, 
retain, distribute or disclose the information in or attached to the e-mail.
Any opinions expressed within this e-mail are those of the individual and not 
necessarily of Diamond Light Source Ltd. 
Diamond Light Source Ltd. cannot guarantee that this e-mail or any attachments 
are free from viruses and we cannot accept liability for any damage which you 
may sustain as a result of software viruses which may be transmitted in or with 
the message.
Diamond Light Source Limited (company no. 4375679). Registered in England and 
Wales with its registered office at Diamond House, Harwell Science and 
Innovation Campus, Didcot, Oxfordshire, OX11 0DE, United Kingdom

-- 
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/6836E1DC2DDC174C9D64B7860E5AF5FCA907048A%40EXCHMBX01.fed.cclrc.ac.uk.
For more options, visit https://groups.google.com/d/optout.

Reply via email to