Promoting changes from development to production

Reab January 3, 2021

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

2 answers

1 accepted

1 vote
Answer accepted
Gonchik Tsymzhitov
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 3, 2021

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.

Reab January 6, 2021

Can you elaborate more on your way using gitflow to deploy automation scripts to production ?

 

Thanks

Gonchik Tsymzhitov
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 6, 2021

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. 

Like Reab likes this
Reab January 6, 2021

Thanks!

Like Gonchik Tsymzhitov likes this
0 votes
Ravi Sagar _Sparxsys_
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.
January 3, 2021

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 

Gonchik Tsymzhitov
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 3, 2021

Hi @Ravi Sagar _Sparxsys_ , 

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 ? 

Suggest an answer

Log in or Sign up to answer