-
Improvement
-
Resolution: Not A Defect
-
Minor
-
plugin version: 2.2.0
jenkins: CloudBees Jenkins Enterprise 2.176.4.3-rolling
Currently the plugin/pipeline configuration requires an existing project by defining projectId.
I think it would be smoother to auto-create project, and read name/version from pom-files like:
name: ${groupId}-${artifactId}
version: ${version}
then the entry-barrier would be lowered and it would be easier to adopt DT at larger scale.
[JENKINS-60643] Auto-create project for maven-based jobs
Environment |
New:
plugin version: 2.2.0 jenkins: CloudBees Jenkins Enterprise 2.176.4.3-rolling |
Attachment | New: Screenshot 2020-01-22 at 14.17.14.png [ 50023 ] |
Auto-creating projects is already supported, but is limited to pipeline jobs. Non-pipeline jobs do not have the option.