-
Notifications
You must be signed in to change notification settings - Fork 0
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
[MER-2009] include aviator_upload_url env variable #2
Conversation
@@ -13,4 +13,5 @@ steps: | |||
AVIATOR_API_TOKEN: <<parameters.aviator_api_token>> | |||
ASSETS: <<parameters.assets>> | |||
name: Upload junit xml files | |||
when: always |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what does this do?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it makes sure that this command is always run, even if a previous step failed (eg, if a test suite fails we still want to upload the xml files)
No description provided.