engswee / flashpipe

The CI/CD Companion for SAP Integration Suite
https://engswee.github.io/flashpipe/
Apache License 2.0
33 stars 11 forks source link

Deploying to same iflow to same tenant but to different package like QA #36

Open itstushar22 opened 4 days ago

itstushar22 commented 4 days ago

I have build jobs to deploy to same tenant but in different package.

engswee commented 2 days ago

Hi @itstushar22

  1. For the deployment, the error shows that artifact-ids is not set. Please check your configuration
  2. For updating the same IFlow to a different package and IFlow ID, I can't tell what is causing the problem from the screenshot. If you could share the configuration of the job, that may help. Alternatively, I suggest you check out https://github.com/engswee/flashpipe-demo/tree/azure-pipelines that shows how an artefact can be deployed multiple times to the same tenant but with different package/ID. Note the example is for Azure Pipelines, but the approach should be similar for GitHub Actions.
itstushar22 commented 21 hours ago

i will check this jobs, Thanks!