mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-29 16:45:04 +02:00
Remove extra quote (#3829)
This commit is contained in:
parent
5ee3511dca
commit
495237f316
2
centreon-plugins/Jenkinsfile
vendored
2
centreon-plugins/Jenkinsfile
vendored
@ -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…
x
Reference in New Issue
Block a user