Can anyone help me with CICD YAML pipeline for SAP Commerce CCv2?
How to set up CICD YAML pipeline for SAP Commerce cloud, CCv2? I could not find correct document for the same.
Can anyone help me with CICD YAML pipeline for SAP Commerce CCv2?
How to set up CICD YAML pipeline for SAP Commerce cloud, CCv2? I could not find correct document for the same.
Issue accessing variable in Yaml pipeline
I have a yaml pipeline with 2 stages, each one job and multiple steps.
I based my approach on what is documented on this page : https://learn.microsoft.com/en-us/azure/devops/pipelines/process/variables?view=azure-devops&tabs=yaml%2Cbatch#use-outputs-in-a-different-stage
Recreate Gitlab CI before_script / extends functionality to avoid duplicate code
With Gitlab CI, you can use before_script to run a script before every script command of a yaml file (cf. example 1 below).
Azure DevOps yaml pipeline IISWebAppDeploymentOnMachineGroup xmlTransformation
In my yaml pipeline, I have a deployment job for IIS web app, in .Net Framework 4.6.1. The build job creates a zip containing all files including the Web.config and Web.Fonc.config, Web.PreProd.config, etc. The Xml transformation works on the old release pipeline (classic) and I would like to work also in my new yaml version. But it doesn’t.
CD pipelines not triggered anymore
We split our CI/CD pipelines in a CI and CD pipeline.
The CI pipeline is called “VABApolloDataModel-Export”, we only have a main branch.