Hi all, hope this is an easy one. Didn't find it in help page: https://confluence.atlassian.com/bamboo/bamboo-variables-289277087.html
e.g., Project = MyCoolSoftware
Plan = master
I can get "master" with ${bamboo.shortPlanName}
How do I get "MyCoolSoftware"?
Thanks
Just in a command step, to create a nuget package (with no nuspec) based on the project name.
e.g.,:
Octo --create-package ${bamboo.projectName} ?
Can I use regex or scripts to parse things like bamboo.planName and create my own variables somehow?
There is no variable for project name. Maybe you can extract it from bamboo.planName.
Where are you trying to get it? In a script or in a plugin?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.