| Summary: | Add job for 'js4emf' | ||
|---|---|---|---|
| Product: | Community | Reporter: | Chris Aniszczyk <caniszczyk> |
| Component: | CI-Jenkins | Assignee: | Eclipse Webmaster <webmaster> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | CC: | hal |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Chris Aniszczyk
Actually, Hallvard should have his committer id added to the job too but I don't know his committer id. Done. -M. (In reply to comment #1) > Actually, Hallvard should have his committer id added to the job too but I > don't know his committer id. My id is htraetteb, I think. (In reply to comment #2) > Done. > > -M. Thanks! I've tried to configure the build, using egit as the model (since I use Maven + Tycho). The SCM is git, with the repo at github. The manually schedules build fails with a timout when trying to clone from git://github.com/hallvard/js4emf.git. Does this mean I have to move to git @ eclipse.org? I suspect the issue is that the proxy/firewall isn't allowing your outbound git URI request. If you use an http git URI it should be fine. You may need to make sure to pass the proxy configuration to git if it's not picking up the details from the environment. -M. (In reply to comment #5) > I suspect the issue is that the proxy/firewall isn't allowing your outbound git > URI request. If you use an http git URI it should be fine. You may need to > make sure to pass the proxy configuration to git if it's not picking up the > details from the environment. github gives me the following https URI: https://hallvard@github.com/hallvard/js4emf.git However, the build fails with fatal: Unable to find remote helper for 'https' Perhaps I'm missing the point here? Sigh it looks like our git build can't find libcurl. I'll have to work on producing a new git RPM and pushing it out to the hudson nodes. If you need this 'now' your best bet is going to be using an Eclipse git URI. -M. (In reply to comment #7) > Sigh it looks like our git build can't find libcurl. I'll have to work on > producing a new git RPM and pushing it out to the hudson nodes. > > If you need this 'now' your best bet is going to be using an Eclipse git URI. > > -M. I've moved to git @ eclipse, now, and the build setup works. Thanks for your effort! I've built and installed a new git RPM with https support. -M. |