What is your feature request about?
If i only specify ProjectName and ProjectVersion but do not have AutoCreate effective the plugin fails. it wants me to specify the uuid.
Describe the solution you'd like
Source Code:
|
if (PluginUtil.isBlank(projectId) && !effectiveAutocreate) { |
Would it be possible at this point if only ProjectName and ProjectVersion are specified but autoCreate is not effective to lookup the ProjectId with name and version? Give an error if no project matches, use the uuid if one is found.
In my opinion that would be a nice QoL Improvement. Hardcoding a uuid into my Jenkins/Jenkinsfile does not sound appealing to me.
Or am i missing something?
Additional context
No response