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.
Hello all,
I try to configure a Task to run SQL scripts (located in git repository).
I try with Powershell / sqlcmd, but not sure this is possible / manageable ?
Starting my test with
Invoke-Sqlcmd -Username xxx -Password yyy -InputFile "gitrepo/folder/script.sql" -ServerInstance "YYYY"
failed and return:
Failing task since return code of [powershell -NonInteractive -ExecutionPolicy bypass -Command /bin/sh /opt/bamboo-agent-home/temp/xxx.ps1] was -1 while expected 0
Moreover, my needs would to execute only updated scripts.
Is there a way to do that ?
THanks in advance.
regards,
changing operating systems on plan task solved the issue
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.