SAP-archive / devops-cm-client

Simple command line interface to handle basic change management related actions via ODATA requests.
Apache License 2.0
36 stars 15 forks source link

Source code for SCTS_CLOUD_API_ODATA_SRV #22

Closed Srinu3366 closed 5 years ago

Srinu3366 commented 5 years ago

Can we get source code for SCTS_CLOUD_API_ODATA_SRV as a git package so that we can download to 7.52 SP01 version to work with this CLI tool. Is there any dependency other that this service?

1084565 commented 5 years ago

Unfortunately we can not do that. What is your scenario? Could you maybe use an RFC solution as a fallback?

https://github.com/SAP/jenkins-library/pull/449

Srinu3366 commented 5 years ago

We trying to release the transports from Azure DevOps pipelines. We are using ABAP Git to commit the code to a git repository and then running unit tests from the pipeline. We want to release the transport in ABAP system from the pipeline if the unit tests are successful.

1084565 commented 5 years ago

As an alternative for your 7.52 SP01 you could try RFC communication instead. We have a Dockerfile that can help you to realease TRs from your pipeline: https://github.com/SAP/devops-docker-images/tree/master/node-rfc Would that work for you?

Srinu3366 commented 5 years ago

I will try using this and post an update here.

radsoulbeard commented 5 years ago

As there was no update since nearly 2 months I close the issue.