debug return content
Some checks failed
Cadoles/Jenkins/pipeline/head There was a failure building this commit
Some checks failed
Cadoles/Jenkins/pipeline/head There was a failure building this commit
This commit is contained in:
parent
ab34e49bc1
commit
2969fb2a7c
@ -8,7 +8,8 @@ def exportPackages(
|
||||
def exportTasks = []
|
||||
packages.each {
|
||||
def response = httpRequest authentication: credentials, url: "https://${pulpHost}/pulp/api/v3/content/deb/packages/", httpMode: 'POST', ignoreSslErrors: true, multipartName: "file", timeout: 900, responseHandle: 'NONE', uploadFile: "${it}"
|
||||
jsonResponse = readJSON text: response.content
|
||||
println(response)
|
||||
def jsonResponse = readJSON text: response.content
|
||||
println(jsonResponse)
|
||||
exportTasks << jsonResponse['task']
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user