cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP WEBIDE & Azure DevOps

1,612

Hi

We have an in-house (local) deployment of Azure DevOps and wanted to know if we can integrate source control management (check in/out) when using SAP WEBIDE, or does WEBIDE only support Git

Accepted Solutions (0)

Answers (2)

Answers (2)

rima-sirich
Product and Topic Expert
Product and Topic Expert

Hi Reuven,

Due to Azure DevOps documentation Git in Azure Repos is standard Git therefore it should work in Web IDE Full Stack out of the box. In order to be on the safe side 🙂 I created a public repository https://dev.azure.com/rimasirich/rimasirich/_git/rimasirich and was able successfully to perform clone/push commit/create remote branch git operations from Web IDE Full Stack using PAT (personal access token). You mentioned that you have an in-house(local) deployment of Azure DevOps. In this case you will need probably to perform an additional configuration required for working with Git On-premise repositories.

Hope it answers your question.

Best Regards,

Sirich Rima,

Web IDE Platform Team

shiromani_soni1
Active Participant
0 Likes

We can use Azure Devops for SAP WebIDE as well even on Neo, all you need to do is to Initialize the GIT repository and Set Remote Branch as Azure DevOps and pull the changes to Azure master branch.

Creation and release of pipeline will deploy the app to SAP Cloud Platform GIT repo which a Developer should not touch as SCP will take care of that once deployed from Azure.

Please comment/like if you are convinced with this answer.