Please use the Job DSL mailing list (
https://groups.google.com/forum/#!forum/job-dsl-plugin) or StackOverflow (
http://stackoverflow.com/questions/tagged/jenkins-job-dsl) for Job DSL
questions.

And describe the problem in detail apart from "it's not working for me"

Daniel

On Wed, May 20, 2015 at 7:19 AM, Manoj Thakkar <[email protected]>
wrote:

> 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
> <https://groups.google.com/d/msgid/jenkinsci-dev/7504f06e-1cf8-4050-af0e-2d1c0f836052%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 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/CAKqW32CNmPDr3cCmqvgy7QnJo-pbBAHDB2xh8znWxW5ZbWVC8w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to