-
Type: Bug
-
Status: Open
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: QualifiedToSchedule
-
Component/s: nuxeo-connect-client
-
Epic Link:
-
Sprint:DevOps Sprint 4, DevOps Sprint 9, DevOps Sprint 11
The newly-released Jenkins report package 3.5.1 cannot install correctly on a 5.9.3-SNAPHOT even when relaxing version checks.
It's deployed correctly on connect at https://connect.nuxeo.com/nuxeo/site/marketplace/package/nuxeo-jenkins-report-mp?version=3.5.1
There are several problems with it:
1. it cannot be downloaded correctly from the admin center
2014-02-25 10:38:40,500 ERROR [ConnectDownloadThread-1-3] [org.nuxeo.connect.downloads.LocalDownloadingPackage] org.nuxeo.connect.update.PackageException: Invalid package - no package.xml file found in package nuxeo-jenkins-report-mp-3.5.1-278541464
indeed the corresponding temp folder is empty
2. when trying to install it from the command line:
Downloading [nuxeo-jenkins-report-mp-3.5.1]... org.nuxeo.connect.update.PackageException: Invalid package - no package.xml file found in package nuxeo-jenkins-report-mp-3.5.1--1179752260 Downloading [nuxeo-jenkins-report-mp-3.5.1]... org.nuxeo.connect.update.PackageException: Invalid package - no package.xml file found in package nuxeo-jenkins-report-mp-3.5.1--1364221006 Failed to install package: nuxeo-jenkins-report-mp-3.5.1 (Package not found: nuxeo-jenkins-report-mp-3.5.1) Unable to install nuxeo-jenkins-report-mp-3.5.1
Donwloading the jar directly from connect and installing it locally through the command line works ok.