Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support the build step's metadata annotations #17

Open
noamt opened this issue Dec 8, 2016 · 0 comments
Open

Support the build step's metadata annotations #17

noamt opened this issue Dec 8, 2016 · 0 comments
Assignees
Milestone

Comments

@noamt
Copy link
Contributor

noamt commented Dec 8, 2016

For example

metadata:
    set:
      - qa: pending
      - commit_message: ${{CF_COMMIT_MESSAGE}}
      - successful: true
      - quality: 90
      - is_tested: 
          eval: "${{unit_test_step.status}} === success"
@noamt noamt self-assigned this Dec 8, 2016
@noamt noamt added this to the 0.0.8 milestone Dec 8, 2016
noamt added a commit that referenced this issue Dec 8, 2016
* Add the ability to annotate newly built images with metadata values of type : boolean, string, number and tevale evaluation
noamt added a commit that referenced this issue Dec 14, 2016
* Add the ability to specify "dangling" metadata annotations
* Change the tevale eval field to "evaluation"
noamt added a commit that referenced this issue Dec 15, 2016
* Add support for post step annotation ops
noamt added a commit that referenced this issue Dec 15, 2016
* Add support for post step annotation ops
noamt added a commit that referenced this issue Dec 15, 2016
* Add support for post step annotation ops
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant