sure, so my question is about to validate the DSL script before you actually run the workflow. I don't want to have to run my workflow (that may be a complex and long process) dozen times to validate the id is wrong or the syntax is using invalid attribute name as I made a typo. I expect some way to dry-run the workflow so each step just validate attributes I've set.
2015-02-27 23:07 GMT+01:00 Jesse Glick <[email protected]>: > On Fri, Feb 27, 2015 at 4:41 PM, nicolas de loof > <[email protected]> wrote: > > I was consider direct DSL edition. Especially when editing an existing > one. > > Well, either your credentialsId is valid, or it is not. If not, the > lookup from CredentialsProvider will fail to find an item with the > matching ID, so you will throw AbortException and that is that. > > -- > 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/CANfRfr2ZYPq4B3jseWJR8CZ%3Dw2fS0KUMjafoQ8%3D-1R4k_0ARoA%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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CANMVJznjWj9oL1xwWJboA0dWoczWVO0pEo%2BRnyEj75YjVJjGwg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
