We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cefffbc commit 43e1cfbCopy full SHA for 43e1cfb
1 file changed
.circleci/upload_ciapp.sh
@@ -30,6 +30,7 @@ junit_upload() {
30
--tags "os.architecture:$(java_prop os.arch)" \
31
--tags "os.platform:$(java_prop os.name)" \
32
--tags "os.version:$(java_prop os.version)" \
33
+ --tags "git.repository.url:https://github.com/DataDog/dd-trace-java" \
34
./results
35
}
36
0 commit comments