Typo
Cadoles/Jenkins/pipeline/head There was a failure building this commit
Details
Cadoles/Jenkins/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
7be6603e81
commit
672531fc36
|
@ -88,7 +88,7 @@ def addToRepository(
|
|||
def publishRepository(
|
||||
String credentials,
|
||||
String repositoryHREF,
|
||||
String signing_service = null
|
||||
String signing_service = null,
|
||||
String pulpHost = '192.168.30.3'
|
||||
) {
|
||||
def postContent = ["repository": repositoryHREF, "simple": true]
|
||||
|
@ -110,7 +110,7 @@ def distributePublication(
|
|||
String distributionName,
|
||||
String basePath,
|
||||
String contentGuard = null,
|
||||
String pulpHost = '192.168.30.3',
|
||||
String pulpHost = '192.168.30.3'
|
||||
) {
|
||||
def httpMode = ''
|
||||
def url = ''
|
||||
|
|
Loading…
Reference in New Issue