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
at hudson.cli.CLI.connectViaHttp(CLI.java:165) at hudson.cli.CLI.(CLI.java:138) ... 3 more Does somebody have an idea why I can't connect to Jenkins using CLI if it's behind a reverse proxy ? Thanks in advance. Michaël Pailloncy -- You rec

Re: CORS for REST API

2013-10-15 Thread Michaël Pailloncy
You can try to build it yourself using Maven and upload manually the hpi file generated in the target directory. Hope this help. 2013/10/9 Ashley Coker > Does anyone know how to install: > https://github.com/jhinrichsen/cors-plugin/ > > I want to enable CORS for the REST API so that OPTIONS re

Re: Jenkins kick of all the builds after restarting the service

2013-10-15 Thread Michaël Pailloncy
Alternatively, you can add an init script to Jenkins : https://wiki.jenkins-ci.org/display/JENKINS/Configuring+Jenkins+upon+start+up This script can call "jenkins.model.Jenkins.instance.doQuietDown()" to put Jenkins in "quiet" mode on startup. Then, you can wait your slaves to start, and exit quiet

Re: append arbitrary versioning to the generated war file

2013-09-18 Thread Michaël Pailloncy
I think the best way to do this is using Maven. But if you want to keep this way, you can add another step "Execute shell" to the job (or "Execute Windows batch command" depending of your OS) that rename your generated WAR manually. You can use $BUILD_NUMBER and $SVN_REVISION to rename your war fi

Re: Problem with zip-compressing files remotely running AutoIt scripts

2013-09-13 Thread Michaël Pailloncy
Any errors or warnings in logs ? 2013/9/11 Mateusz Polański > The slave is started via Java Web Start, not installed as a service, and it > was started from the same user. > > > > -- > View this message in context: > http://jenkins-ci.361315.n4.nabble.com/Problem-with-zip-compressing-files-remo

Re: Add Version to a maven build war file in Jenkins

2013-09-07 Thread Michaël Pailloncy
It seems that your needs is not related to Jenkins but related to the build tool used. 2013/9/4 Kamal Ahmed > Hi, > > I am using Jenkins to build a war file for deployment via puppet. Would be > good to have version information appended to the war file. > Is there a plugin that does this ? Does

Re: Query Running Builds with REST API

2013-09-03 Thread Michaël Pailloncy
Hi, See https://wiki.jenkins-ci.org/display/JENKINS/SafeRestart+Plugin It seems to correspond to your needs. Michaël Pailloncy 2013/8/31 Edwin Castro <0ptikgh...@gmx.us> > Is there a way to determine if there are any builds running using the > REST API? > > I have a

Re: Build flow graphs are missing after update version 0.10

2013-08-22 Thread Michaël Pailloncy
It works nice for me. build-graph-view plugin seems to show a graph only with downstream jobs of the current project (in plugin's wiki :"This plugin computes a graph of related builds starting from the current one, and render it as a graph."). Maybe you attempt to see a graph on a job that has onl

Re: Run shellscript only if changes in git repository

2013-08-22 Thread Michaël Pailloncy
Hi, You can configure a job to be triggered only if changes occured to a specific path of your repository. There is a 'Include' field in the advanced part of the Git configuration that you can fill with a regex like "**/*.css". Hope this help. Michaël 2013/8/22 Paul McGregory > Hi, > > is i

Re: Interactive jobs in jenkins- is it possible?

2013-08-14 Thread Michaël Pailloncy
https://wiki.jenkins-ci.org/display/JENKINS/Parameterized+Build You can access to build parameters using ${yourParam} notation. 2013/8/14 alok kumar > Hey, > Thanks for the reply, I dont have much idea in that field of jenkins. > Can you please suggest some examples OR a link where I can get

Re: dynamically running parallel identical jobs on multiple slaves, with label restriction?

2013-08-14 Thread Michaël Pailloncy
Maybe https://wiki.jenkins-ci.org/display/JENKINS/NodeLabel+Parameter+Plugin could help you. 2013/8/13 Yaniv Kaul > I'd like to run an identical test, on multiple nodes, with label > restriction. > For example, run 'eye sight' test on 10 nodes, all with 'blue-eyes' label > (not with 'green-ey

Selenium plugin with Maven projects

2013-08-07 Thread mpapo - Michaël Pailloncy
via labels ("firefox", "chrome" or "ie8" for instance) depending of build parameters ? Maybe I misunderstood something ? Is this plugin essential in case of Maven projects launching Selenium tests ? Thanks in advance. Michaël Pailloncy -- You received this mess

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

Re: SVN post-commit hook not triggering jenkins build

2013-04-02 Thread Michaël Pailloncy
Hi, Do you have configured SCM Polling like described here : https://wiki.jenkins-ci.org/display/JENKINS/Subversion+Plugin#SubversionPlugin-Postcommithook Michaël Pailloncy 2013/4/2 Karolis > ANYONE??? > PLEASE HELP!!! :(( > > Karolis > > > > -- > View this

Re: 1.508 performance regression?

2013-03-28 Thread Michaël Pailloncy
All pages are taking 60 seconds to load each time or just at certain times ? You can open a JIRA ticket with GC logs and threads dump at the moment of the performance issue if it's possible. Michaël Pailloncy 2013/3/28 Russ Tremain > I just tried upgrading from 1.486 to 1.

Re: GIT and Jenkins

2013-03-07 Thread Michaël Pailloncy
We've the same type of error. Do you use the automatic installation feature of tools like Git, Maven, Java ... ? In our case, the master does not build anything (except admin jobs) and we have automatics tools installation activated with HTTP URL pointing directly to our internal Nexus which stor

Re: "Discard old builds" broken in Jenkins 1.503

2013-02-27 Thread Michaël Pailloncy
+1. Exactly the same problem. 2013/2/27 > I just upgraded from Jenkins 1.502 to 1.503. "Discard old builds" has been > broken. > > When I go to the "Manage Jenkins" page, I see "You have data stored in an > older format and/or unreadable data.", and clicking on "Manage" shows > "InstantiationEr

Problem displaying changelog page in Jenkins website

2013-02-21 Thread mpapo - Michaël Pailloncy
Community Rating stuff does not appear. Michaël Pailloncy -- 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 an email to jenkinsci-users+unsubscr...@googlegroups.c

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: Jenkins/Slave connection via TelNet

2013-02-05 Thread Michaël Pailloncy
myuser:mypassword -jnlpUrl http://URL_JENKINS/computer/SLAVE/slave-agent.jnlp @Sami : The -auth option is printed when you run : java -jar slave.jar -optionthatdoesnotexist I can connect to Jenkins using this login/password. Any ideas ? Thanks in advance. Michaël Pailloncy 2013/2/3 Sami Tikka

Re: Question about automatic tools installation

2013-01-09 Thread mpapo - Michaël Pailloncy
Hi ! Our nexus repository seems to be overloaded by downloads made by Jenkins Why Jenkins downloads all used tools on each build ? Nobody uses automatic tools installation (maven, JDK, ant, groovy, ...) from an artefact repository manager with Jenkins ? Thanks in advance. Michaël Pailloncy Le

Re: Git question...

2013-01-04 Thread Michaël Pailloncy
olve this problem, I have declared a local git installation for the master (not installed automatically) and set it in first in the global configuration. I hope this will help you. Michaël Pailloncy * * 2013/1/4 Jeff > Thanks for the tips...I'll try and poke around with it tomorrow. I&

Question about automatic tools installation

2013-01-03 Thread mpapo - Michaël Pailloncy
ve to download the tools systematically on each build, right? Thanks in advance. Michaël Pailloncy

Re: Moving the workspace of an agent

2012-11-08 Thread Michaël Pailloncy
Each build keeps the workspace location in build.xml. I'm not sure if it's possible, but you could try to use a Groovy script with the Groovy console to iterate over all builds of all job and try to change this value with the new one. I hope this tip can help you. Michaël 2012/11/8 Xavier Nodet

Re: Build queue disappearing

2012-10-10 Thread Michaël Pailloncy
Hi, I've faced with the same issue with 1.484. Michaël 2012/10/10 Pawel > Hello, > > After upgrading from 478 to 485 I have the following issue: > > If there are some jobs in the job queue after a while they will disappear > and I will get "No builds in the queue.". It is purely a GUI issue, a

Re: jenkins command line - Failed to authenticate with your SSH keys

2012-10-09 Thread Michaël Pailloncy
r 'jenkins' here. > > The jenkins user on the master can login to slave node using buildfarm > user, passwordless. > > > > > > On Tuesday, October 9, 2012 3:20:48 PM UTC+5:30, mpapo - Michaël Pailloncy > wrote: > >> go http://jenkins-url:8080/user/b**uild

Re: jenkins command line - Failed to authenticate with your SSH keys

2012-10-09 Thread Michaël Pailloncy
go http://jenkins-url:8080/user/buildfarm/configure and add the public key to 'SSH Public Keys' 2012/10/9 Michaël Pailloncy > Do you have added the public key to the config of the user buildfarm ? > > Michaël > > 2012/10/9 sandy > >> Is it mandatory to have t

Re: jenkins command line - Failed to authenticate with your SSH keys

2012-10-09 Thread Michaël Pailloncy
Do you have added the public key to the config of the user buildfarm ? Michaël 2012/10/9 sandy > Is it mandatory to have the 'jenkins' user on slave as well? I have it > only on Master. > > But the question is why is it working through UI and not from the command > line? Is there anyone who can

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

Re: Feedback of your CI architecture

2012-09-26 Thread Michaël Pailloncy
Other question : What do you use to launch Jenkins ? Currently, we are using Winstone. Is this the best way? 2012/9/26 mpapo - Michaël Pailloncy > Hi all, > > Currently, we manage near 250 jobs related to several java projects and > several teams in our company. > > O

Feedback of your CI architecture

2012-09-26 Thread mpapo - Michaël Pailloncy
community to choose the best architecture : How many jobs do you manage ? What are the characteristics of your architecture ? (number of slaves, of master ??) Would you prefer to use a slave with large capacity, or more with capacities smaller? Thanks in advance from any help and feeback ! Michaël

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

Re: Timestamp in log output of a Maven build

2012-09-06 Thread Michaël Pailloncy
Thank you Domi. I'll test it right away. Michaël 2012/9/5 domi > have a look at this: > https://wiki.jenkins-ci.org/display/JENKINS/Timestamper > Domi > > On 05.09.2012, at 17:39, mpapo - Michaël Pailloncy > wrote: > > > Hi, > > > > Is there a wa

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

Re: Maven Build on Slave Fails: NoClassDefFound error when parsing pom.xml

2012-09-04 Thread Michaël Pailloncy
We also have been faced on the same problem. We were obliged to restart several times slaves before they can be reused (randomly). For the record, which version of java on slave and master are you using ? Our configuration : Master : AIX 5.3 - java version "1.6.0" Java(TM) SE Runtime Environment (

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: Help Files - Custom Action

2012-08-17 Thread Michaël Pailloncy
Hi, You must add your help files to src/main/webapps/ (directly in this directory) instead of src/main/resources/your/package/.. Michaël 2012/8/16 jwa > Hi Folks, > > I'm writing a custom action, and I can't get help files to work! I've > tried using the help attribute on the f:entry. It show

Re: Is it possible to reload a job configuration without restarting?

2012-08-09 Thread Michaël Pailloncy
A similar subject has been create : http://jenkins.361315.n4.nabble.com/Reload-Job-config-xml-programmatically-td4636146.html Your need is to reload it programmatically ? Or with the Jenkins UI ? 2012/8/9 Christian Wolfgang > Hi. > > Is it possible to reload a job configuration without restart

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/

Re: Load Balancing

2012-07-26 Thread Michaël Pailloncy
In my opinion, if you have a slave with 6 slots, It should be able to do 6 builds of the same job in the same time that if those 6 builds were allocated on 6 slaves. For me, it's certainly a problem of capacity calibration of slaves. If you have some builds that take many resources, be in round-rob

Re: Load Balancing

2012-07-26 Thread Michaël Pailloncy
ience to lead :) 2012/7/26 Lukas Rytz > > > On Thursday, July 26, 2012 4:43:38 PM UTC+2, mpapo - Michaël Pailloncy > wrote: >> >> Ok, sorry ! I had not seen your screenshot. >> Jenkins behaviour does not surprise me. It seems to set the priority to >>

Re: Load Balancing

2012-07-26 Thread Michaël Pailloncy
ver run > more than X builds > on one machine. What I'm looking for is not a limited, but a balanced > scheduling. > > Lukas > > > [1] > https://wiki.jenkins-ci.org/display/JENKINS/Throttle+Concurrent+Builds+Plugin > > > > > On Thursday, July 26, 2012 3

Re: Load Balancing

2012-07-26 Thread Michaël Pailloncy
ve > as much as possible". > > > On Thursday, July 26, 2012 2:58:46 PM UTC+2, mpapo - Michaël Pailloncy > wrote: > >> Hi, >> >> In each of your slave, you can change the default strategy of how Jenkins >> use its slaves. >> http://your-jenkins:8

Re: Load Balancing

2012-07-26 Thread Michaël Pailloncy
Hi, In each of your slave, you can change the default strategy of how Jenkins use its slaves. http://your-jenkins:8080/computer/yourslave/computer Property 'Usage' Michaël 2012/7/26 Lukas Rytz > Hi, > > Is there a way to change the way Jenkins does load balancing? I started 6 > new jobs, and 5

Re: Problems with JVM Parameters in Freestyle Jobs with Maven Builder

2012-07-26 Thread Michaël Pailloncy
Hi, I think that Xmx is the maximal heap size and Xms the initial. Your job does not appear to exceed your 4go of memory. If you put -Xms8g, your job will certainly crash. Michaël 2012/7/26 Markward Schubert > Hi Group! > > Is there some known issue with JVM Parameters being ignored for Maven

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?

Re: Force to specify JDK version

2012-06-26 Thread Michaël Pailloncy
for you to use a Groovy script, but you > might also take a look at the Configuration Slicing plugin which provides a > GUI to look at all jobs' JDKs at one time and choose their JDK in bulk. > > > On Tue, Jun 26, 2012 at 2:07 AM, Michaël Pailloncy wrote: > >> Thanks

Re: Force to specify JDK version

2012-06-26 Thread Michaël Pailloncy
ge Jenkins section, configure JDK which you would like to use and >> use the name given to that JDK in your job definition. >> You can also have a look at Jenkins Definitive >> Guide<http://www.wakaleo.com/books/jenkins-the-definitive-guide>book. It >> describes the c

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