Azure / pipelines

Enable GitHub developers to trigger Azure Pipelines from a GitHub Actions workflow
MIT License
73 stars 83 forks source link

Any examples to consume the artifacts from a workflow? #15

Open seanyen opened 4 years ago

seanyen commented 4 years ago

I am not sure if it is a relevant or supported scenario, but it is possible to consume a artifact produced by the workflow from Azure DevOps pipeline side? Or pass additional parameters to Azure DevOps pipeline?

N-Usha commented 4 years ago

Would this template help? https://github.com/Azure/actions-workflow-samples/blob/master/AzurePipelines/trigger-azure-pipelines.yml . Workflow pushes the docker image to ACR which Azure Pipelines can down and deploy.

ahmedsza commented 4 years ago

I am looking for something similar.. when actions triggers a pipeline does it send or can it send any additional information eg the build id

thesattiraju commented 3 years ago

Pinging: @N-Usha