Hi,
We are using a lot of customization and many adds-on including script runner. We are trying to automate the process of promoting the changes form development to production as much as possible in a clean way. Currently, using project configurator or configuration manager still requires a lot of manual work that we are not satisfied with.
Is there any way to achieve this? and what is the best way to manage the dev/prod environments.
Thanks
Hi!
I use gitflow (dev and master branch) and script editor for the deploying the automation (scipts) to production.
About changes in workflow, unfortunately we do as manual steps.
I am also, interested to the automation that changes.
Sure, that's easy.
I have 2 branches - dev and master.
Master is restricted.
Everyone can create a new branch and do git checkout on test env.
<jira-home>/scripts
and for test env everyone can do checkout and git pull from service account via ssh access.
The scripts located in gitlab.
Once everything is ok, on prod env we have access only for the 3 users, they can git pull. + 1 service account, which account automatically do git pull from master branch after commit event, merge.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Reab
You are on the right track by using Project Configurator or Configuration Manager.
Have you looked at the Project Configurator APIs to automate various functions?
Ravi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
the problem with project configurator is a lot of rudiments, do you think in nearest future will it be better for that?
Maybe I use a lot of automation ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.