-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
What is the proper way to create Build Information from partially uploaded packages?
Scenario
- A pipeline uploads a recipe and zero or more packages for that recipe. It then uses
conan art:build-info create
and... upload
to upload the Build Information. - Another pipeline builds and uploads packages for the recipe with different profiles. The recipe revision already exists on Artifactory and the recipe upload is elided. It then creates and uploads the new Build Information.
One example of this scenario is the products pipeline in the CI workflow in the conan docs.
Questions
What is the expected build name and build number for the recipe?
Is the recipe a dependency to the second Build Information, or is it an artifact?
Metadata
Metadata
Assignees
Labels
No labels