git url: 'xx.git', credentialsId:123abc
--
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 jenkinsci-de...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr3zqEHFbp3sKzB2mD3oo-mnYiotjuZxbMZVoZPwbqd5qQ%40mail.gmail.com.
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 jenkinsci-de...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr2ZYPq4B3jseWJR8CZ%3Dw2fS0KUMjafoQ8%3D-1R4k_0ARoA%40mail.gmail.com.
On Sat, Feb 28, 2015 at 6:16 AM, nicolas de loof
<nicolas...@gmail.com> wrote:
> my question is about to validate the DSL script before you actually run the workflow.
There is no such system, and I have a hard time imagining how one
would work anyway.
> validate the id is wrong or the syntax is using invalid attribute name as I made a typo
This is what the Snippet Generator is for; or in the future perhaps
DSLD/GDSL as well.
--
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 jenkinsci-de...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr3EO%3DXbEJTLh%2BSZNHVbNObL4fo3v7hPjM3MqQP6NiZ%3DQw%40mail.gmail.com.
Not in a dynamically-typed language, at least not reliably.
Not in a dynamically-typed language, at least not reliably.
--
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 jenkinsci-de...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr1QLe9VzGECJ-wbz2WjTozLz58BkYyf_664OvDmOq9akQ%40mail.gmail.com.
Yes but that is not true of the non-step Groovy code, which may have side effects and/or rely on the return values of steps.