jenkinsci / jenkinsci/change-assembly-version-plugin
[JENKINS-33316] Can't use environment variables
- Dominant language
- Java
- Stars
- 16
- Forks
- 25
- PR merge metrics
- No merged PRs in 30d
Description
Can't use environment variables in the FileName box. This force me to change this line in every project.
For example I would like to change all AssemblyInfo.cs in a directory called like $JOB_NAME. So I want to write:
$JOB_NAME**\Properties\AssemblyInfo.cs
but that's not working.
---
Originally reported by andyp, imported from: Can't use environment variables
mdkf
Raw content of original issue
Can't use environment variables in the FileName box. This force me to change this line in every project.
For example I would like to change all AssemblyInfo.cs in a directory called like $JOB_NAME. So I want to write:
$JOB_NAME**\Properties\AssemblyInfo.cs
but that's not working.
environment
```
Jenkins 1.651
change-assembly-version-plugin 1.5.1
```
Contributor guide
Assessment
This issue has not been assessed yet.