Issue Type: Improvement Improvement
Assignee: Jesse Glick
Components: cloudbees-folder
Created: 15/Oct/14 8:59 AM
Description:

We are using $JOB_NAME a lot to automatically create names für ClearCase views in our jobs. This looks like

${USER_NAME}_${COMPUTERNAME}_${JOB_NAME} for the view tag and
${JOB_NAME} for the view name.

Additionaly we ha a small managed script to automatically create a build tag:
echo %BUILD_TAG% > %CLEARCASE_VIEWPATH%%JOB_NAME%-build.tag

When a Job is now moved into a folder the JOB-NAME is "foldername/jobname" which is longer and contains a slash causing real pain on windows.

I don't know if someone is relying on JOB_NAME containing the folder name and the slash, but would it be possible to separate this into two variables like FOLDER_NAME and (SHORT_)JOB_NAME?

Project: Jenkins
Priority: Minor Minor
Reporter: Dirk Kuypers
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to