Typo
Cadoles/Jenkins/pipeline/head There was a failure building this commit Details

This commit is contained in:
Benjamin Bohard 2022-02-10 11:18:39 +01:00
parent 7be6603e81
commit 672531fc36
1 changed files with 2 additions and 2 deletions

View File

@ -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 = ''