[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:
committed by
Aleksandr Vodyanov
parent
4517589bdd
commit
040453bd90
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user