Issue Type: Bug Bug
Affects Versions: current
Assignee: Unassigned
Components: parameters
Created: 26/Nov/12 10:08 AM
Description:

The RunParameter creates 2 environment variables which contain a '.' character.

I cannot reference these environment variables from a bash script due to this character.

env
PARAMETER_NAME=http://xxx/jenkins/job/ASE_CI/2072/
PARAMETER_NAME.number=2072
PARAMETER_NAME.jobName=ASE_CI

echo ${PARAMETER_NAME.number}
${PARAMETER_NAME.number}: bad substitution

Can you also create environment variables which use an underscore?
PARAMETER_NAME
PARAMETER_NAME_NUMBER
PARAMETER_NAME_NAME

Project: Jenkins
Priority: Major Major
Reporter: Geoff Cummings
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

Reply via email to