How can i run python scripts on Bamboo. Can i run an inline script task or should i have to run the script through an external file.
Create ansible script to run customized build on all develop branches for all mulesoft bamboo plans.
can anyone pls help me about this..???
Hello @Yaswanth Attuluri
Please check the Script task documentation for more information.
Regards,
Eduardo Alvarenga
Atlassian Support APAC
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for the information. If possible, Could you please elaborate as i am new to bamboo:
How can I use external files ?
How to add #!/usr/bin/python ?
in the script task, how can i get the python packages installed with simple example.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can run scripts either inline by pasting the script on the Script task UI or you can use an external file as you wish.
Make sure to add the traditional #!/usr/bin/python shebang (or equivalent path) to each script.
Eduardo Alvarenga
Atlassian Support APAC
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.