[DO-416] tavro svace analyze (#17)

Reviewed-on: https://git.avroid.tech/DevOps/jenkins-shared-lib/pulls/17
Co-authored-by: aleksandr.vodyanov <aleksandr.vodyanov@avroid.tech>
Co-committed-by: aleksandr.vodyanov <aleksandr.vodyanov@avroid.tech>
This commit is contained in:
aleksandr.vodyanov
2024-04-08 18:44:28 +03:00
committed by Aleksandr Vodyanov
parent 4517589bdd
commit 040453bd90
2 changed files with 66 additions and 6 deletions

View File

@@ -113,8 +113,10 @@ class Nexus implements Serializable {
url: url,
authentication: this.credentials,
httpMode: "GET",
quiet: true,
outputFile: artifact
outputFile: artifact,
contentType: 'APPLICATION_JSON',
acceptType: 'APPLICATION_JSON',
responseHandle: 'NONE'
)
return artifact