Remove extra quote (#3829)
This commit is contained in:
parent
5ee3511dca
commit
495237f316
|
@ -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/
|
||||
'''
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue