-
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.