Forum Discussion
6 Replies
- Sravanthi_KodakNew Contributor II
Hi Team,
Can we get some help on SnapLogic Versioning in BitBucket?
Thanks,
Sravanthi- petar_rajchinosNew Contributor III
Hi Sravanthi,
From my understanding, currently SnapLogic support only GitHub versioning directly from the SnapLogic Manager.
If you prefer using BitBucket, based on my experience, then you should probably go with a custom versioning tool in SnapLogic (at least in this point of time). We have already made one tool for another versioning system and it is working fine.Regards,
Petar
- Sravanthi_KodakNew Contributor II
Hi Peter,
Can you please provide some idea on custom versioning tool in SnapLogic.
Thanks,
Sravanthi- petar_rajchinosNew Contributor III
Hi Sravanthi,
You need to search for BitBucket REST APIs documentation and create your own project in SnapLogic. You should also read more about SnapLogic Metadata Snap Pack. For example if you want to push some pipeline to git, read that pipeline using SnapLogic Read snap and using rest api provided from BitBucket push it to the repository.
Regards,
Petar
- Sravanthi_KodakNew Contributor II
Thank you Petar
- petar_rajchinosNew Contributor III
You are welcome.