From e16ccf8bf8624fbd1c038c11afe98019b0723bcb Mon Sep 17 00:00:00 2001 From: Benjamin Bohard Date: Wed, 9 Feb 2022 21:48:40 +0100 Subject: [PATCH] Erreur de syntaxe --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index f523c6f..c8114ab 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 ->