Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cbi-dev] Writing into a project's downloads area with Hudson

You can also just do a copy of the build artifacts to /home/data/httpd/download.eclipse.org/birt/ in a shell build step.

As a committer, you should be able to log into any Hudson project instance and have a look at jobs configurations (but you can't modify them, of course). This is enforced for almost all projects.

Please, feel free to send a mail to this mailing list if you need more information. Many wiki pages use a lot of assumptions and the fact that the download area is available @ /home/data/httpd/download.eclipse.org on all HIPP instances is one of them. I will do a review of https://wiki.eclipse.org/Hudson today and will change a few things. Please, feel free to edit these pages too when you find that something is outdated.

Cheers.
Mikael

Le 26 août 2015 à 05:56, Sam Davis <sam.davis@xxxxxxxxxxx> a écrit :

I don't think there is any magic to it. I think you could just
cd /home/data/httpd/download.eclipse.org/<your project>
and then use wget to download the artifacts from hudson.

HTH,
Sam


--
Sam Davis
Software Engineer, Tasktop Dev
Committer, Eclipse Mylyn
http://tasktop.com

On Tue, Aug 25, 2015 at 5:58 PM, Ben Gamble <BGamble@xxxxxxxxxxx> wrote:

Excellent, thanks.  I was brief to the point of incomprehensibility: I got the appropriate permissions configured, but have no idea what a job actually *does* to write artifacts to build.eclipse.org.  I had hoped to dig it out of somebody else’s project configuration but it appears that these details are not available to someone outside your project anyway, so I’m back at square one.

 

n  Ben

 

From: cbi-dev-bounces@xxxxxxxxxxx [mailto:cbi-dev-bounces@xxxxxxxxxxx] On Behalf Of Sam Davis
Sent: Tuesday, August 25, 2015 4:35 PM
To: Common-build Developers discussion
Subject: Re: [cbi-dev] Writing into a project's downloads area with Hudson

 

I recently did this for Mylyn. All that was required was to file a bug in Community/Hudson asking the webmaster to add the Mylyn HIPP user (genie.mylyn) to the mylyn UNIX group. I imagine it would be similar for BIRT. But this does create a security risk - see https://bugs.eclipse.org/bugs/show_bug.cgi?id=375350#c42 for a fix.



--
Sam Davis
Software Engineer, Tasktop Dev
Committer, Eclipse Mylyn
http://tasktop.com

 

On Tue, Aug 25, 2015 at 4:23 PM, Ben Gamble <BGamble@xxxxxxxxxxx> wrote:

Apologies in advance for the dumb question if the answer is sitting out somewhere obvious that I just didn't see.  (Also I'm probably about two years late to this party...)  Anyway, https://wiki.eclipse.org/Hudson tells me that:

> Optionally, a project's Hudson instance can be configured to write into a project's downloads area

Which sounds like something that might be useful to BIRT, but the page says nothing further on the subject.  If someone has a project already doing this that could illustrate the process for me, that would be a tremendous help.

Thanks,
Ben Gamble || BIRT Build/Release Engineer || bgamble@xxxxxxxxxxxx
_______________________________________________
cbi-dev mailing list
cbi-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cbi-dev

 


_______________________________________________
cbi-dev mailing list
cbi-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cbi-dev

_______________________________________________
cbi-dev mailing list
cbi-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cbi-dev


Back to the top