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:
@ -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)
|
||||||
|
Reference in New Issue
Block a user