Re: Claiming build is impossible due to short refresh period on build page !

2015-03-27 Thread Sylvain Richet
> top right) > > Richard. > > On Fri, 27 Mar 2015 at 05:07 Sylvain Richet > wrote: > >> Hi, >> >> I am facing a superficial problem in Jenkins Build page (with Claim link >> inside). >> But i didn't found any workaround. >> >> *sympt

Claiming build is impossible due to short refresh period on build page !

2015-03-26 Thread Sylvain Richet
Hi, I am facing a superficial problem in Jenkins Build page (with Claim link inside). But i didn't found any workaround. *symptom :* - on a failed build page, i would like to claim, ok. - but there is *probably* *somewhere* *a refresh page parameter* which prevents me to post in the C

Re: Howto define 2 Jenkins jobs on ONE PROJECT, with 2 different versions on 2 different GIT repositories

2015-02-03 Thread Sylvain Richet
(auto-response) Just using : [job] >> build >> Advanced >> Use custom workspace... with something like : /var/lib/jenkins/workspace/github-projects/${POM_ARTIFACTID} It works great ! Le mardi 3 février 2015 16:24:54 UTC+1, Sylvain Richet a écrit : > > Hi Guys, &g

Howto define 2 Jenkins jobs on ONE PROJECT, with 2 different versions on 2 different GIT repositories

2015-02-03 Thread Sylvain Richet
Hi Guys, First time i need this (temporarily) : having 2 Jenkins jobs mapping the same project (say: "myproject"), but on 2 differents GIT repositories : - "myproject" on Bitbucket - "myproject" on Github My projects are all "mavenized", with inner modules and relative paths : > [...] > >