summaryrefslogtreecommitdiff
path: root/releasenotes/notes/provides_requires-4c6b54ede999e86c.yaml
blob: 19900659150d1be16e004a26ed569fd31ecd3b2c (plain)
1
2
3
4
5
6
7
---
features:
  - Support for expressing artifact or other resource dependencies
    between jobs running on different changes with a dependency
    relationship (e.g., a container image built in one project and
    consumed in a second project) has been added via the
    :attr:`job.provides` and :attr:`job.requires` job attributes.