| Summary: | Hudson instance for Wakaama | ||
|---|---|---|---|
| Product: | Community | Reporter: | Julien Vermillard <julien> |
| Component: | CI-Jenkins | Assignee: | CI Admin Inbox <ci.admin-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | contact, david.navarro, denis.roy, thanh.ha, webmaster |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Julien Vermillard
As the wakaama project lead, I support this request. The Wakaama HIPP instance is now available at https://hudson.eclipse.org/wakaama/ cmake and gcc are available on the HIPP server. Committers can now login and manage jobs. Please keep in mind that unlike on the shared instance you will need to login using your _email_ address. If you require any additional Hudson plugins feel free to reopen this bug and list the plugins. Finally we can also optionally add the HIPP user to the your project group which would allow the HIPP user to have write access anywhere the project group has access to including downloads area and any git repositories. This could be useful if you'd like to use Hudson for automated build promotion but keep in mind there is some risk in giving Hudson more permissions than it needs. If you'd like to to enable this please reopen and let us know. yeah! Thanks Thanh I tried to log with "jvermillar@sierrawireless.com" no success :( (In reply to Julien Vermillard from comment #4) > I tried to log with "jvermillar@sierrawireless.com" no success :( Not sure what happened but the security settings got corrupted. I reset it and it seems to be ok now. Can you try again? Thanks works now I can log in but the cmake version is too old: error message: CMake 2.8.3 or higher is required. You are running version 2.6.2 (In reply to Julien Vermillard from comment #7) > I can log in but the cmake version is too old: > > error message: CMake 2.8.3 or higher is required. You are running version > 2.6.2 Unfortunately we're using SLES 11 SP3 and that is the latest cmake version available in SLES repositories. Alternatively if it's possible to compile cmake 2.8.3 you can compile it and place it somewhere in /shared/common and then use it in your build. I had a look at /shared/common and noticed someone actually compiled cmake 2.8.10.2 already perhaps you can try using that version? It's located at /shared/common/cmake-2.8.10.2/bin Thanks again it works using the cmake from shared! I think this is done. |