Erreur de syntaxe
Cadoles/Jenkins/pipeline/head There was a failure building this commit Details

This commit is contained in:
Benjamin Bohard 2022-02-09 21:48:40 +01:00
parent 4dfdb53bad
commit e16ccf8bf8
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -122,7 +122,7 @@ pipeline {
def distributionName = repositoriesMapping[result.env]
def base_path = distributionName.replaceAll(' ', '_')
def distributionHREF = pulp.distributePublication(credentials, publicationHREF[0], distributionName, base_path)
def distributionURL = pulp.getDistributionURL(credentials, distributionHREF[0]))
def distributionURL = pulp.getDistributionURL(credentials, distributionHREF[0])
// On liste l'ensemble des paquets construits
def publishedPackages = result.packages.collect { p ->