I've set up a Bamboo plan that triggers when a new commit is made to a Github repo.
I'm now in the process of setting up a job to build an Android .apk of that code. I've set up a script which looks like the following:
https://i.imgur.com/CB6YPDy.png
However, when I run the plan, I get the following output:
'gradlew' is not recognized as an internal or external command, operable program or batch file.
What should I change in my script to get this to work?
Community moderators have prevented the ability to post new answers.
Hi!
Looks like your script run on incorrect agent instead with gradle installation
https://confluence.atlassian.com/bamboo/agents-and-capabilities-289277114.html
Cheers,
Gonchik Tsymzhitov
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.