| On JENKINS-41668, I'm realizing I'd like to have validation of, in this case, whether the Dockerfile name contains a directory name as well. I could theoretically bake that into ModelValidatorImpl directly, but that's not ideal, so I'd like to see something connected to our extension points (specifically WithScript and its descendants) that allows providing additional validation. |