- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
30-10-20 12:21 PM
Can we integrate Blue Prism 6.9 with Version Controlled Systems like Git and Bitbucket?
I know my data like Processes, credentials etc.. will be saving in LocalDB. But I want to save in Git or Bitbucket (It is Client Requirement)
Can we do that? If so, How?
Thanks in advance.
------------------------------
Vinod
------------------------------
Answered! Go to Answer.
Helpful Answers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
30-10-20 01:21 PM
Blueprism itself is good enough to keep version history, so I agree that it is not worth it, but you can keep your bprelease files or individual processes/VBO xml files in git if you really want to.
------------------------------
Andrey Kudinov
Project Manager
MobileTelesystems PJSC
Europe/Moscow
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
30-10-20 12:47 PM
There is no out of the box integration possibility with external version control tools for BP. Release management and version control is managed by blueprism by keeping all the versions of the process in the backend DB. You can always compare different versions in Studio, View and export older version.
best thing you can do is to keep the xml of process and objects in Git and later import it to BP (trust me its not worth the effort. Lets wait for BP team to come with Git integration they have already accepted the idea already through idea portal
🙂
------------------------------
Jerin Jose
RPA Product SME
EY
Asia/Kolkata
*"If you find this post helpful, please press the "Recommend" Button.*
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
30-10-20 01:21 PM
Blueprism itself is good enough to keep version history, so I agree that it is not worth it, but you can keep your bprelease files or individual processes/VBO xml files in git if you really want to.
------------------------------
Andrey Kudinov
Project Manager
MobileTelesystems PJSC
Europe/Moscow
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
30-10-20 01:26 PM
"but you can keep your bprelease files or individual processes/VBO xml files in git if you really want to."
Do we need to add processes/VBO in git
1. manually or
2. automate the Git or
3. any code or VBO exists for that operation
------------------------------
Vinod Kumar
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
30-10-20 01:46 PM
1) Export bprelease from Testing environment
2) Commit it to svn
3) Create a change request to import it on prod with a link to svn.
4) Person responsible for prod checks out from svn and imports to prod.
So it is just used as storage, because changing policy just for our case would be more work that just doing this.
------------------------------
Andrey Kudinov
Project Manager
MobileTelesystems PJSC
Europe/Moscow
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
02-11-20 01:41 PM
As per previous information I can understand we cannot integrate BP with GIT.
But when I gone through a document Auto-Deployment BP-GIT using Jenkins, I was able to understand we can do it, but I need a clear explanation.
Please check the attached document and let me know your views.
Thanks in advance
------------------------------
Vinod Kumar
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-01-22 01:57 PM
One of the most useful features of version control systems like Git is that multiple developers can work on the same project at the same time. Each developer has their own copy of the project to edit and test, then the developer merges their changes into the master copy. The basic unit in Git is a text line, which is why XML fails in Git (XML doesn't care about line breaks) as noted by several others in this discussion.
Is there any way for multiple developers to work on the same process at the same time?
Kevin
------------------------------
Kevin Miller
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-01-22 04:16 PM
It's possible, but very tricky. You would essentially have developers working on different pages within a process or actions within a VBO. They each create a copy of the base process/VBO and then create their own specific pages/actions. After that, you would have to merge (i.e. copy&paste) those individual pages/actions back into the base copy of the process/VBO.
Cheers,
------------------------------
Eric Wilson
Director, Integrations and Enablement
Blue Prism Digital Exchange
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-01-22 04:22 PM
It would be nice to have some kind of build system that can combine actions you need into a single object automatically, then we could have a git repo of actions.
I was thinking about this idea a while ago, but never got to try to implement it.
------------------------------
Andrey Kudinov
Project Manager
MobileTelesystems PJSC
Europe/Moscow
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-01-22 04:31 PM
------------------------------
Kevin Miller
------------------------------
