Replies: 1 comment 1 reply
-
I found the answer basically:
but is there anything else I should be aware of or consider? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm intertested using danger ci for two purposes (at the same time):
so the qa check runs early in the pipeline possibly failing the whole pipeline, but the information job needs to be run last and use artifacts from previous jobs to render information.
for example reviewapp deploy would leave deploy.json that would contain information about helm deploy name and URLs exposed.
so, how to run danger two instances, so they don't overwrite each other? or maybe some other ideas how to display info bits in merge request? i find danger suitable as it already has integration (tokens, etc) in our infrastructure and has API that I need (just
markdown
method).Beta Was this translation helpful? Give feedback.
All reactions