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