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 have a task which is to execute a PowerShell script. However the system can not find it.
Unable to find executable at C:\Source\dockerdemo\DockerDemo\src\DockerDemo\CustomDockerProfile.publish.ps1. Will try to run it anyway.
See the plan image.
script.PNG
After read https://answers.atlassian.com/questions/11962663
I used a command task. I got a different error:
E:\bamboo-home\xml-data\build-dir\DOC-DOC-JOB1\CustomDockerProfile.publish.ps1
: The term 'E:\bamboo-home\xml-data\build-dir\DOC-DOC-JOB1\CustomDockerProfile.
publish.ps1' is not recognized as the name of a cmdlet, function, script file,
or operable program. Check the spelling of the name, or if a path was
included, verify that the path is correct and try again.
Hi @Hui Zhao,
At the first glance it looks like this is a user permission issue. Can you please check if the system user running Bamboo has read/write/execute permissions in the script you're trying to run?
If you run Bamboo as Windows Service, please ensure that the account configured in the service has read/write/execute permissions.
I hope this helps!
Adding a small point further, on the 'Log on as a service' window, remove your username and then add again. Worked for me. Thanks.
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.