You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Script task is running cmd or powershell. But i want to run x86 powershell instead of x64 bit. Is there a provision there to run script in desired bit?
As a workaround , If i run command task with providing powershell 32 bit path the script is being executed but the problem is even if build fails it says succeeded.
As per command task the script is invoked and it consider it as success.
And once you get past the basics, you may run into a variety of other complications - for example, Windows programs that send error output to stdout by default instead of stderr (we've run into this with sqlcmd and msbuild). See this thread for some related comments.
Howdy,
Thanks for reaching out to the Atlassian Community.
You are correct that running the script task in x86 mode will require using the direct path to the x86 version in an x64 environment.
Regarding the build being marked as a success; Bamboo will only consider non-zero exit code successful. To have a build considered a failure, simply have the script exist with a non-zero value.
Regards,
Bill Carreon
DevTools Support Engineer
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.