cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Has Anyone Imiplemented a CI/CD Process Successfully?

mroldanvega
Executive Chef I
Executive Chef I

I would love to know if someone has implemented a fully automated CI/CD process that is working today. What tools are they using? How are they doing it? etc. Any suggestions?

2 ACCEPTED SOLUTIONS

maryhodges
Community Manager
Community Manager

Hey, there! We have an existing thread related to this topic here: https://systematic.workato.com/t5/workato-pros-discussion-board/hi-everyone/m-p/456/highlight/true#M...

Hope this helps!

Community Manager
Workato
https://www.linkedin.com/in/mary-yukari-hodges/

View solution in original post

jbashford
Deputy Chef II
Deputy Chef II

So using an external deployment tool (like Octopus Deploy or Jenkins) you could work across multiple workspaces and roll back versions of whole manifests automatically.  There are lots of things that need to be in place before you get there though (strict naming of assets, existing deployment infrastructure and established change control process).  Auto rollback would also require all of that to be hooked into a reliable monitoring system.

I did a Workato Happy Hour (not sure that's still a thing) on this subject a couple of years ago.  Would be happy to re-do that session for the Systematic Community if there is appetite.

View solution in original post

10 REPLIES 10

jbashford
Deputy Chef II
Deputy Chef II

So using an external deployment tool (like Octopus Deploy or Jenkins) you could work across multiple workspaces and roll back versions of whole manifests automatically.  There are lots of things that need to be in place before you get there though (strict naming of assets, existing deployment infrastructure and established change control process).  Auto rollback would also require all of that to be hooked into a reliable monitoring system.

I did a Workato Happy Hour (not sure that's still a thing) on this subject a couple of years ago.  Would be happy to re-do that session for the Systematic Community if there is appetite.

Hey, Josh! I would follow you up on your offer to host a session on this topic! I will send you a DM ๐Ÿ™‚ 

Community Manager
Workato
https://www.linkedin.com/in/mary-yukari-hodges/

Do we have a recording of this demo? Looking to implement something with Github for my team.

Great question, @victoria-vo!

@jbashford do you know if a recording is floating around somewhere?

In the meantime Victoria, I recommend reaching out to your Workato CSM for 1:1 assistance. Our team is happy to help!

mroldanvega
Executive Chef I
Executive Chef I

Thanks for the input @jbashford !