When SDP Creates a Project in Jenkins the Project Name is ${project.groupId}_${project.artfactId}
I'd like the Project to be created using with a suffix from another Property: ${project.groupId}_${project.artfactId}_${project.properties.someOtherProperty}
Is this possible?
Can it be done in the createHudsonJob.xsl in the Subversion post-commit hook? What value would I need to set?
Thanks
Steve