atomist / sdm-core

Event-based implementation of an SDM, which subscribes to Atomist GraphQL
Apache License 2.0
6 stars 3 forks source link

Add token replacement in goal cache classifier #213

Closed ddgenome closed 4 years ago

ddgenome commented 4 years ago

To enable different scoping on cache items, add token replacement similar to that done when YAML objects are converted into goals sets, e.g., replace ${push.repo.name} with the repository name.

ddgenome commented 4 years ago

I prototype of this was done here: https://github.com/atomist/sdm-pack-gcp/commit/f4f017996d4f20b0541fef9248f6c6d4fac0cc5b

Work on this will be done on the dynamic-goals branch.