SDP Jenkins Job Name

Posted by sedge on 15-Nov-2012 17:09

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

All Replies

This thread is closed