Re: EXTERNAL: Re: Upstream/Downstream jobs configuration question

2014-12-16 Thread mpapo - Michaël Pailloncy
t; places. > > > > *From:* jenkins...@googlegroups.com [mailto: > jenkins...@googlegroups.com ] *On Behalf Of *mpapo - Michaël > Pailloncy > *Sent:* Monday, December 08, 2014 3:18 AM > *To:* jenkins...@googlegroups.com > *Subject:* EXTERNAL: Re: Upstream/Downstream jobs co

Re: Upstream/Downstream jobs configuration question

2014-12-08 Thread mpapo - Michaël Pailloncy
Hi all, No ideas ? I just want to know if it's a normal behaviour or not ? I will create an issue in Jira if it's not. Thanks in advance. Michaël Le mardi 2 décembre 2014 18:01:52 UTC+1, mpapo - Michaël Pailloncy a écrit : > > Hi all, > > A JobA is triggered by JobB.

Upstream/Downstream jobs configuration question

2014-12-02 Thread mpapo - Michaël Pailloncy
Hi all, A JobA is triggered by JobB. This is configured via "Build after other projects are built" configuration in JobA. In terms of behaviour, everything is fine : JobA is correctly triggered after a build of JobB. But in JobB configuration, the "Build other projects" in Post-build Actions s

Re: Using CLI with Nginx behind Jenkins

2014-02-10 Thread mpapo - Michaël Pailloncy
The bug is already tracked : https://issues.jenkins-ci.org/browse/JENKINS-16345 Sorry for the noise. Michaël Le lundi 10 février 2014 11:48:02 UTC+1, mpapo - Michaël Pailloncy a écrit : > > Hi, > > Thanks to share your config. > However, we would like to keep reverse proxy co

Re: Using CLI with Nginx behind Jenkins

2014-02-10 Thread mpapo - Michaël Pailloncy
On Fri, Feb 7, 2014 at 4:48 AM, mpapo - Michaël Pailloncy < > mpap...@gmail.com > wrote: > >> Hi all, >> >> We've an issue using CLI with Jenkins behind Nginx . >> >> Jenkins URL : http://host:8081/ic >> Nginx reverse proxy URL : http://nicely-nam

Using CLI with Nginx behind Jenkins

2014-02-07 Thread mpapo - Michaël Pailloncy
Hi all, We've an issue using CLI with Jenkins behind Nginx . Jenkins URL : http://host:8081/ic Nginx reverse proxy URL : http://nicely-named-host/ic Nginx is configured like that : https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+behind+an+NGinX+reverse+proxy With a browser, Jenkins respo

Selenium plugin with Maven projects

2013-08-07 Thread mpapo - Michaël Pailloncy
Hi all, I've to configure jobs of Maven projects running Selenium tests. I've found Selenium Plugin but I'm not able to found a reason to use it. Why use this plugin instead of configure jobs to build on slaves via labels ("firefox",

Re: Aw: Wiki down ?

2013-05-31 Thread mpapo - Michaël Pailloncy
It's now ok. Thanks ! Le vendredi 31 mai 2013 16:46:49 UTC+2, slide a écrit : > > It was down for me this morning too > On May 31, 2013 7:42 AM, "Christoph Kutzinski" > > wrote: > >> Works for me >> >> *Gesendet:* Freitag, 31. Mai 201

Wiki down ?

2013-05-31 Thread mpapo - Michaël Pailloncy
Hi, The wiki seems to be down : https://wiki.jenkins-ci.org/display/JENKINS/Remote+access+API = 502 Bad Gateway Michaël -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send

Problem displaying changelog page in Jenkins website

2013-02-21 Thread mpapo - Michaël Pailloncy
Hi, There seems to be a problem with the display of the changelogs page : http://jenkins-ci.org/changelog The current version of Jenkins is 1.502 and the page only displays those of 1.501 version. Changelogs of version 1.502 only appears if you click on 'Upcoming changes'. The Community Rating

SSH Slave + Sonar problem

2013-02-20 Thread mpapo - Michaël Pailloncy
Hi, I've faced with an issue like this : https://issues.jenkins-ci.org/browse/JENKINS-6718 Slaves are connected to Jenkins via SSH and we use the post build action to launch Sonar analysis in our jobs. I've two small questions : - How do you connect your slaves ? - How do you launch Sonar ana

Re: Question about automatic tools installation

2013-01-09 Thread mpapo - Michaël Pailloncy
jeudi 3 janvier 2013 14:40:56 UTC+1, mpapo - Michaël Pailloncy a écrit : > > Hi all, > > In our factory, we've faced with a problem with automatic installation of > tools for CI (JDK, Maven, Groovy, Ant, ...) which are located in our > private nexus repository. > Jenkin

Question about automatic tools installation

2013-01-03 Thread mpapo - Michaël Pailloncy
Hi all, In our factory, we've faced with a problem with automatic installation of tools for CI (JDK, Maven, Groovy, Ant, ...) which are located in our private nexus repository. Jenkins passed through the proxy to download CI tools while the nexus is internal to our company. In three days, Jenki

Re: Slides from user conference

2012-10-02 Thread mpapo - Michaël Pailloncy
Hi, You can found some slides here : http://slideshare.net/kohsuke/jenkins-user-conference-2012-san-francisco I don't know if there is other presentations at another place. Michaël Le mardi 2 octobre 2012 01:25:44 UT

Re: Feedback of your CI architecture

2012-09-27 Thread mpapo - Michaël Pailloncy
e. That can keep you less > involved in smaller projects, if this sort of a thing is acceptable to your > organization. > > > > --Rob > > > > > > > > *From:* jenkins...@googlegroups.com > [mailto:jen...@googlegroups.com] *On Behalf

Feedback of your CI architecture

2012-09-26 Thread mpapo - Michaël Pailloncy
Hi all, Currently, we manage near 250 jobs related to several java projects and several teams in our company. Our CI architecture characteristics : - a Jenkins master on AIX 5.3 with 8 processors and 10 GB of RAM - 3 RHEL slaves with 2 processors and 4 GB of RAM - 2 Windows slaves with 1 proces

Re: Problem with MAVEN_HOME in a build

2012-09-19 Thread mpapo - Michaël Pailloncy
fFoundError: > org/codehaus/classworlds/Launcher > > [INFO] Caused by: java.lang.ClassNotFoundException: > org.codehaus.classworlds.Launcher > > > Thanks, > Erik > > > Am Donnerstag, 6. September 2012 19:14:13 UTC+2 schrieb mpapo - Michaël > Pailloncy: > > Hi, &g

Problem with MAVEN_HOME in a build

2012-09-06 Thread mpapo - Michaël Pailloncy
Hi, We faced in a problem with Maven during a release build. The job is configured with the Release Plugin. MAVEN_HOME variable is correctly set during the first build (and any 'normals' builds), but when we launch a release and the build arrive to the command 'mvn .. release:clean release:prep

Timestamp in log output of a Maven build

2012-09-05 Thread mpapo - Michaël Pailloncy
Hi, Is there a way to show timestamp in log output of a build ? We are interested to know how many long time take each part of a Maven build. Thanks in advance ! Michaël

Release automation

2012-08-30 Thread mpapo - Michaël Pailloncy
Hi ! Currently, we have several jobs building projects dependent in each other : Project1 on Job1 has dependencies to Project2 et Project3 on Job2 et Job3. When we want to release Project1, we must release Project2 and Project3 before releasing Project1. Is there a plugin or a best practice to

Re: Jenkins wiki down

2012-08-07 Thread mpapo - Michaël Pailloncy
It's back online ! Le mardi 7 août 2012 10:20:46 UTC+2, mpapo - Michaël Pailloncy a écrit : > > The wiki seems to be down : https://wiki.jenkins-ci.org/

Jenkins wiki down

2012-08-07 Thread mpapo - Michaël Pailloncy
The wiki seems to be down : https://wiki.jenkins-ci.org/

Problem with the wiki

2012-07-19 Thread mpapo - Michaël Pailloncy
Hi, The wiki has a strange behavior for 30 minutes. When I go to https://wiki.jenkins-ci.org/display/JENKINS/Jelly+form+controls, the wiki show me random page (plugin github, cobertura, PMD Plugin, Virtual Box plugin ...). Each refresh show me a different plugin. Someone else has the problem?

Force to specify JDK version

2012-06-25 Thread mpapo - Michaël Pailloncy
Hi all, Is there a way to force users to specify JDK version (not default) when they configure a job ? Thanks in advance, Michaël