When using the pipeline editor, errors with the current pipeline will print the steps location in an array like the following:
pipeline steps[12]: should have required property 'displayName'. Changing this message to include the step id would be a huge increase in usability of the error feature, so something like this:
pipeline step MyStepId: should have required property 'displayName'.
When using the pipeline editor, errors with the current pipeline will print the steps location in an array like the following:
pipeline steps[12]: should have required property 'displayName'
. Changing this message to include the step id would be a huge increase in usability of the error feature, so something like this:pipeline step MyStepId: should have required property 'displayName'
.