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?
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
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.