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.
I need to execute a PowerShell script in Bamboo. Below are the steps I did:
Note : the build agent is a windows machine
The task failing with error -
Failing task since return code of [powershell -NonInteractive -ExecutionPolicy bypass -Command d:\bambooagent\temp\MER-BPMUI-JOB1-33-ScriptBuildTask-7361736628996142855.ps1] was -1 while expected 0
The PowerShell Execution policy of the build agent machine is
Scope ExecutionPolicy
----- ---------------
MachinePolicy Restricted
UserPolicy Restricted
Process Undefined
CurrentUser Unrestricted
LocalMachine Unrestricted
I am blocked in this step. Looking for urgent assistance on this. What needs to be done?