Skip to content

Allow specifying project name and version only without auto-create effective #382

@jansenm

Description

@jansenm

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions