Hi, I'm looking into JENKINS-26085 <https://issues.jenkins-ci.org/browse/JENKINS-26085> (credentials in workflow `git` keyword)
I'd like to offer some way to validate the ID passed by user as : git url: 'xx.git', credentialsId:123abc For this I can use comparable code Git Plugin has in Descriptor validate method. But I don't think workflow do offer such a "validation" - both on groovy DSL to ensure correct syntax + semantic to let each step confirm correct parameters. Is this something that has already been considered ? -- 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/CANMVJz%3D_djwFVjD6bQ5WNrv5zW%3DT%2B_ktrhvVeogUnhkv4EErzQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
