How to run a python application in Bamboo with out docker

Vineesh June 26, 2019

Is it possible to run the python application with all the dependencies . With out using Docker.

Since, Docker handle all the dependencies and creating the virtual environment to run the program.

Is it possible to run the same using Bamboo?

1 answer

1 accepted

0 votes
Answer accepted
Philip Colmer
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 27, 2019

Vineesh

If you are running Bamboo on your own server then the answer is yes if you are able to install the software required to run the Python application.

You can use virtualenv or Pipenv to create the virtual environment then use a simple script task in Bamboo to call the Python application.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events