This commit is contained in:
Zakaria Guennoune 2022-04-14 13:08:22 +02:00
parent 3be026b0dc
commit 44a95ebb2d
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ try {
unstash "Debian11"
sh '''for i in $(echo *.deb)
do
curl -u $NEXUS_USERNAME:$NEXUS_PASSWORD -H "Content-Type: multipart/form-data" --data-binary "@./$i" https://apt.centreon.com/repository/22.04/
curl -u $NEXUS_USERNAME:$NEXUS_PASSWORD -H "Content-Type: multipart/form-data" --data-binary "@./$i" https://apt.centreon.com/repository/22.04-unstable/
done
'''
}