Skip to content

Commit

Permalink
[CIAPP-1862] Enable --logs for junitxml upload to CI Visibility (#3488)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrián López Calvo authored Apr 12, 2022
1 parent fec46e8 commit c3bbd7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/upload_ciapp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ java_prop () {
}

# based on tracer implementation: https://github.com/DataDog/dd-trace-java/blob/master/dd-java-agent/agent-bootstrap/src/main/java/datadog/trace/bootstrap/instrumentation/decorator/TestDecorator.java#L55-L77
datadog-ci junit upload --service $SERVICE_NAME \
datadog-ci junit upload --service $SERVICE_NAME --logs \
--tags "test.traits:{\"marker\":[\"$1\"]}" \
--tags "runtime.name:$(java_prop java.runtime.name)" \
--tags "runtime.vendor:$(java_prop java.vendor)" \
Expand Down

0 comments on commit c3bbd7b

Please sign in to comment.