From 495237f3169fefd9ac8226dee3e45912df593863 Mon Sep 17 00:00:00 2001 From: Simon Bomm Date: Thu, 11 Aug 2022 13:58:54 +0200 Subject: [PATCH] Remove extra quote (#3829) --- centreon-plugins/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/centreon-plugins/Jenkinsfile b/centreon-plugins/Jenkinsfile index f5f9372b1..0fc22d928 100644 --- a/centreon-plugins/Jenkinsfile +++ b/centreon-plugins/Jenkinsfile @@ -75,7 +75,7 @@ stage('RPM Delivery') { fi FILELIST=${FILELIST},$package done - curl -u $NEXUS_USERNAME:$NEXUS_PASSWORD -H \"Content-Type: multipart/form-data\" -T \"{$FILELIST}\" https://apt.centreon.com/repository/$REPO/" + curl -u $NEXUS_USERNAME:$NEXUS_PASSWORD -H \"Content-Type: multipart/form-data\" -T \"{$FILELIST}\" https://apt.centreon.com/repository/$REPO/ ''' } }