SAP-archive / cloud-s4-sdk-pipeline

The Cloud SDK pipeline uses the Cloud SDK continuous delivery server for building, checking, and deploying extension applications. Projects based on the SAP Cloud SDK archetype will automatically use this pipeline.
Apache License 2.0
65 stars 25 forks source link

How to disable taging to github in production deployment stage for every run #49

Closed santhosh042 closed 4 years ago

santhosh042 commented 4 years ago

Issue Description (Mandatory)

The pipeline is failing in the stage: production deployment https://qmpspa.jaas-gcp.cloud.sap.corp/job/qm-pspa/job/master/294/console

have to stop this tags from pipeline: https://github.wdf.sap.corp/quality-management/supplier-issue-process/releases/tag/build_0.0.1-20201006060143%2Ba3b0726a7d65b2a1babcb1bdd2b09aa54f71cc7f

https://github.wdf.sap.corp/quality-management/supplier-issue-process/releases/tag/ms%2F0.0.1-20201005135659%2B9931281994d35a735a99af06cdbb292961b69c71

stippi2 commented 4 years ago

If you use our issue template, we can help you faster, as it prevents the need to ask for more information.

The pipeline run you linked did not fail in the production deployment stage. What do you mean?

If you don't want the version tags, you can configure the step artifactPrepareVersion, here is a link to its documentation. You can set the parameter versioningType to the value cloud_noTag. Please make sure that you really don't need these tags.

Please let me know if this solves the issue, thanks!

santhosh042 commented 4 years ago

Hi Stephan,

Thanks for the solution.. it worked.

BR, Santhosh