Erreur de nom de paramètre pour la requête
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
3897b60ef7
commit
b4bb6dd7d6
@ -95,7 +95,7 @@ def publishRepository(
|
|||||||
if (signing_service) {
|
if (signing_service) {
|
||||||
def signingServiceHREF = getResourceHREF(credentials, 'signing-services/', signing_service)
|
def signingServiceHREF = getResourceHREF(credentials, 'signing-services/', signing_service)
|
||||||
if (signingServiceHREF) {
|
if (signingServiceHREF) {
|
||||||
postContent.put("signing-service", "https://${pulpHost}${signingServiceHREF}")
|
postContent.put("signing_service", "https://${pulpHost}${signingServiceHREF}")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
def postBody = JsonOutput.toJson(postContent)
|
def postBody = JsonOutput.toJson(postContent)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user