Hi,

I am trying to write jobdsl to create a conditional step which will send 
email if the condition is met, 

It's not working for me unfortunately :( . Please help improve the code 
below.

 conditionalSteps {
        condition {
            stringsMatch('${ENV,var="RIGHT"}', "true", false)
        }
       extendedEmail("[email protected]", "for Componets",
                      "Test Jira")  
  }

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" 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-dev/7504f06e-1cf8-4050-af0e-2d1c0f836052%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to