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

For EGit we run the Maven profile "publish" defined in [1] which uses an ant task to copy
the EGit p2 repository to the download server. The target path on the build server is
configured in the EGit build job on Hudson, e.g.:

download-publish-path=/home/data/httpd/download.eclipse.org/egit/updates-nightly

[1] http://git.eclipse.org/c/egit/egit.git/tree/org.eclipse.egit.repository/pom.xml#n29

-Matthias

On Wed, Aug 26, 2015 at 2:58 AM, 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


Back to the top