Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cbi-dev] Pushing files to Eclipse download section

Thank you for the tip, I will do like that.

-----Message d'origine-----
De : cbi-dev-bounces@xxxxxxxxxxx [mailto:cbi-dev-bounces@xxxxxxxxxxx] De la part de Jonah Graham
Envoyé : mercredi 2 août 2017 17:01
À : Common-build Developers discussion <cbi-dev@xxxxxxxxxxx>
Objet : Re: [cbi-dev] Pushing files to Eclipse download section

Hi,

AFAIK it is optional to have jenkins have permission to write to your download area. (There are tradeoffs of convenience vs security.) I think you are supposed to raise a bugzilla requesting your jenkins user to get such permission. I have found such requests are normally turned around quite quickly by the Eclipse Foundation team

Jonah

~~~
Jonah Graham
Kichwa Coders Ltd.
www.kichwacoders.com


On 2 August 2017 at 15:58, DRUILHE Rémi 240961 <Remi.DRUILHE@xxxxxx> wrote:
> Thanks Mikael and Jonah for the documentation and the examples from the others projects.
>
> But it seems that my Jenkins job does not have the rights to copy a file in the download server. Thus, is there a specific configuration enabling a Jenkins job to acquire the right to copy and clean the download server (only for our project of course) and not use my personal credentials?
>
> Thanks.
>
> -----Message d'origine-----
> De : cbi-dev-bounces@xxxxxxxxxxx [mailto:cbi-dev-bounces@xxxxxxxxxxx] 
> De la part de Jonah Graham Envoyé : mercredi 2 août 2017 15:00 À : 
> Common-build Developers discussion <cbi-dev@xxxxxxxxxxx> Objet : Re: 
> [cbi-dev] Pushing files to Eclipse download section
>
> AFAIK the way to do it is "however you want" :-)
>
> For example, in Eclipse  January I do a series of shell commands as a 
> promotion step, see 
> https://ci.eclipse.org/january/job/january-master/configure
> And in CDT the build does it as part of the maven run:
> http://git.eclipse.org/c/cdt/org.eclipse.cdt.git/tree/releng/org.eclip
> se.cdt.repo/pom.xml#n25
>
> HTH,
> Jonah
>
> ~~~
> Jonah Graham
> Kichwa Coders Ltd.
> www.kichwacoders.com
>
>
> On 2 August 2017 at 13:53, DRUILHE Rémi 240961 <Remi.DRUILHE@xxxxxx> wrote:
>> Hello,
>>
>>
>>
>> I am trying to push the result of a build in Jenkins, i.e., a ZIP 
>> archive, into the “downloads” area of Eclipse (on the download.eclipse.org server).
>>
>>
>>
>> I successfully sent a first file manually, i.e., from my computer to 
>> the server. But I used my account to do that. Now, I would like to 
>> automate this task in a Jenkins job, i.e., move the ZIP archive and 
>> clean older files, without using my account.
>>
>>
>>
>> According to the documentation, see link 1 and link 2, the Jenkins 
>> instance is supposed to be connected to the download server. However, 
>> I have neither a CLI interface nor a way to check how to access to 
>> the server from Jenkins in order to create and debug my job.
>>
>>
>>
>> Is there another documentation explaining how to configure the job to 
>> move a ZIP file from Jenkins to the download server?
>>
>>
>>
>> Thanks.
>>
>>
>>
>> Best regards.
>>
>> --
>>
>> Rémi Druilhe
>>
>>
>>
>>
>> _______________________________________________
>> 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
_______________________________________________
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