I am trying to pass on to a deploy script the username of whoever startes the build-job. Can't seem to find a list of all available varibales in documentation.
Found now that it is a variable with the information about user "manualBuildTriggerReason.username" - but it isn't made available to export from bamboo untill 3.3
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
if your'e in windows, why not trigger a batch job and have a 'SET' entry in a batch file, or 'export' if a linux environment. That would give you some console output, probably?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think that would only give me available environment variables on my target - but I need to tell bamboo which ones to pass along to script. As described in http://confluence.atlassian.com/display/BAMBOO/How+can+I+pass+bamboo+variables+to+my+build+script
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.