fabianlupa / ci-lib

Continuous Integration Library (TESTING)
MIT License
12 stars 1 forks source link

API #10

Open fabianlupa opened 5 years ago

fabianlupa commented 5 years ago

All of these need to be called on DEV and QAS, need to check if abapGit is required on QAS for this.

Resources:

himanshush13 commented 4 years ago

Hello @flaiker , I am going to follow this Repo https://github.com/trr-official/abapunit2junit

for making my azure pipeline for CI CD work, but there are some doubts, as in, Do I need to directly fork this repo and, give the host, protocol, username etc. details in the config.js file and it will automatically going to help me to run this. ( I am very naive to this part )

Or, if you have tried Azure DevOps service, so is there anything, how you can guide me. Or I can get any hints for that

himanshush13 commented 4 years ago

image

I don't know, where I am getting wrong with this

fabianlupa commented 4 years ago

Hi, I haven't worked on this for quite some time and have no experience with Azure.

To execute unit tests and ATC checks remotely in a CI scenario I would use sapcli.

himanshush13 commented 4 years ago

Okay, Thanks for the reply. I will try to use sapcli now.😊