08-02-2017 11:29 PM
Hello SL community!!
Coming from a typical SOA/ESB background and working on tools like TIBCO Businessworks, Webmethods, etc. I was wondering if we have a way of using any code repository tool (Github, etc.) to store our Projects and other artifacts.
I understand we have a intuitive Import/Export capabilities, this is manual and is a explicit activity to be performed by a developer.
I was wondering:
if we have anything (or is there a possibility) to integrate SL and GitHub.
This should ensure that the Project and its assets gets checked-in into the GitHub repo without us doing any manual import-export.
And that this can be further use to move code from one environment to another (code migration).
I am new to the SL world, but already finding the community really helpful 🙂
All response would be of help 🙂
Thank you!
Sudhendu
10-23-2017 03:12 PM
See Product Management’s request for information about GitHub Integration in the Enhancement category for the opportunity to provide input into this feature request: GITHUB integration
01-03-2018 02:38 PM
Hi,
Note I have also shared our current solution for source control in the other thread: GITHUB integration.
Cheers,
C.J.
01-14-2018 09:52 PM
this is working fine when dealing with default branch… but how do i work with specific branch ?
01-14-2018 11:06 PM
may be you can use ref parameter in api requests to commit to other branch. I also use this parameter in apis .
Better way is to take this as pipeline parameter and use that in api
01-14-2018 11:39 PM
I’m trying since two days but unable to do … my rest get is retrieving data for the branch… but put is not putting data into branch… can u explain me how to do