Using Bamboo and Exalate

Originally asked by George Smith on 15 November 2021 (original question)


Hello!

I’m setting up a ServiceNow to Jira integration.

In the past, I like to deploy scripts to systems using Bamboo. Is it possible to deploy scripts to the docker image as we do with the Jira version so we can automate the process of making code updates?

Cheers,

George


Answer by Harold Oconitrillo on 21 December 2021

Hello George,

Yes, the scripts have to be put into /opt/snownode/data/scripts for docker, the directory can be mounted from host and deployed to the host through git checkout.

Kind regards,

Harold Cruz