Re: Sherry's HotList

2012-07-17 Thread Varghese Renny
Not getting what you are trying to say.. Is it posting requirments or something related to jenkins?

Re: Deploying application cause error in tomcat

2012-07-17 Thread Sami Tikka
Something is probably different in the environment when Tomcat is started by Jenkins. I would start by comparing the environment variables in your shell where it works and environment variables in the shell used by ant. You might want to execute the command env to see all the environment

Re: Is it called Project or is it called Job?

2012-07-17 Thread Sami Tikka
Currently it seems Jenkins UI uses project and job as synonyms. A single run of a job or project is usually named a build. It would be nice to get some consistency on that. By the way, if someone feels deeply enough about this, go to https://github.com/jenkinsci/jenkins, fork it, fix it and

Re: Custom login screen message

2012-07-17 Thread Sami Tikka
I'm not sure if it is possible to customize the actual login screen. However, aren't your users typically landing on the Jenkins top page first? Could you click the Add description link on the top page and write the custom message. It would appear at the top of the Jenkins top page. This is

Re: TestNG plugin - no results displayed

2012-07-17 Thread Sami Tikka
If you look at the message from Jenkins, it seems Jenkins is not happy with the last-modified attribute of the xml file. If Jenkins sees the xml file is older than the build, it thinks the file might be a left-over from an earlier build. This is a common mistake if people assume build always

Editing Sectioned View broken with Status Code: 500

2012-07-17 Thread Dirk Kuypers
Hi, I just wanted to add another list-view section in a sectioned view existing for some time now. I am using Jenkins 1.474, all plugins latest. As the sectioned view plugin was updated last year I suspect that there broke something in Jenkins core?! Can anyone confirm this, then I would file a

Trigger action just before a build is aborted.

2012-07-17 Thread Michael
*Use Case* A java process is causing the build to hang and as a result the build times out and the build is aborted. What I would like to happen is that a pre-abort action be triggered, for example run jstack on all the java processes. I understand that there could be a problem of this action

Source code confidentiality on EC2

2012-07-17 Thread Jan Goyvaerts
We're investigating the possibilities of cloud-based building with Jenkins as our local hardware gets overwhelmed. Among which is Amazon's EC2. I am asking it here because maybe somebody is already doing this. The aim would be to move the system management to the provider while keeping the

Re: Deploying application cause error in tomcat

2012-07-17 Thread Varghese Renny
Thanks for reply.. i will add the ant task i have used for this property name=tomcat.home location=C:\apache-tomcat-6.0.35/ target name=start-tomcat exec executable=${tomcat.home}/bin/startup.bat os=Windows 7 /exec /target it is deploying the my project, then server will

Re: Custom login screen message

2012-07-17 Thread Sorin Sbarnea
The System Message does not appear to the login page and if you allow access to jenkins only to logged users, they will see only the login page.

Re: TestNG plugin - no results displayed

2012-07-17 Thread Nig
It was indeed the clocks out of sync between the Jenkins master and the file server. Many thanks Sami ! On Tuesday, 17 July 2012 09:01:14 UTC+1, sti wrote: If you look at the message from Jenkins, it seems Jenkins is not happy with the last-modified attribute of the xml file. If Jenkins

Jenkins as Windows Service; Mercurial.ini

2012-07-17 Thread Andreas Schilling
hi everyone! we're currrently setting up our new mercurial solution and are facing a problem getting the builds to run again. our jenkins master is set up as windows service using the windows local system account. where are we supposed to put the mercurial.ini with the credentials for the

Checkout the code from two repository without cleaning local directory

2012-07-17 Thread Varghese Renny
Hi, I have one workspace which i am checking out from repository A. This workspace contain modules folder which contains some modules. I needed to checkout from another repository B to modules folder where the commit is going. But when checkout is happening it is cleaning modules folder

Re: Checkout the code from two repository without cleaning local directory

2012-07-17 Thread Jan Seidel
Hi Varghese, only solution I know of is to do an update yourself from shell/command line. It's no big deal. Not as nice as running the plugins but sometimes are you facing special situations which requires this kind of action. Take care Jan Am Dienstag, 17. Juli 2012 14:00:40 UTC+2 schrieb

Re: Checkout the code from two repository without cleaning local directory

2012-07-17 Thread Varghese Renny
How can i write using shell script like checking whether any updates on repository every time..(polling repository everytime) do update if any changes..replacing existing poll scm..? Thanks in advance

Re: TestNG plugin - no results displayed

2012-07-17 Thread krishna chaitanya kurnala
Hi Nigel I guess, I am facing the same issue, can you please let me know, how have you fixed the un-synchronized clocks? Thanks, Krishna Chaitanya On Tue, Jul 17, 2012 at 3:52 AM, Nig nigel.robb...@wallstreetsystems.comwrote: It was indeed the clocks out of sync between the Jenkins master

Conditinal build setup plugin not showing token for multiple

2012-07-17 Thread Varghese Renny
Hi, i have installed conditional build setup plugin, but it doesn't show token for conditional multiple. For single it is showing the token and build setup.. Is something missing for me? Any more configuration i have to do for condtional multiple option to activate.. Please give me a solution

Re: Trigger action just before a build is aborted.

2012-07-17 Thread krishna chaitanya kurnala
Hi Micheal Interesting to have something like that, I am currently using Build TimeOut Plugin to would Abort/Fail the Build, it wont be able to Trigger any other Action though. Please let me know as well, if you find something. Thanks, Krishna Kurnala On Tue, Jul 17, 2012 at 2:02 AM, Michael

Re: Highly secured Jenkins getting Java connection refused exceptions

2012-07-17 Thread johnaparker
Hi... Can anyone offer insight on this? The bottom line is this: While attempting to use the manage plugins function connections are being interfered with by something in our host based firewall rules or our hardware load balancer. If I could get the default port usage during this type of

How to set hudson.scm.SubversionSCM.pollFromMaster ?

2012-07-17 Thread orman
https://wiki.jenkins-ci.org/display/JENKINS/Subversion+Plugin https://wiki.jenkins-ci.org/display/JENKINS/Subversion+Plugin says one can Perform Polling from the Master if the hudson.scm.SubversionSCM.pollFromMaster system property is set to true (for

Re: Trigger action just before a build is aborted.

2012-07-17 Thread Jesse Glick
On 07/17/2012 05:02 AM, Michael wrote: What I would like to happen is that a pre-abort action be triggered, for example run jstack on all the java processes. This would be a nice enhancement for the Build Timeout plugin. For example, using [1] it is possible (on JDK 6+) to obtain rich

Re: DOUBT regarding people link on jenkins

2012-07-17 Thread Holger Levsen
Hi, On Mittwoch, 4. Juli 2012, Sami Tikka wrote: Usually it is desireable if everyone who commits to a software repository also has access to the Jenkins that builds from the repository. thats not true for every software you build, eg as a company you might very well build eg the linux kernel

Re: Need a way to pass parameter to slave builds in a matrix job

2012-07-17 Thread Owen B. Mehegan
I discovered the Jenkins Dynamic Parameter plugin (https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+Dynamic+Parameter+Plug-in), which will do what I want. I wrote a little Groovy code to generate the version number in our preferred format, so that gets pre-populated as a parameter to the

Re: Jenkins, Gerrit-trigger and git submodules

2012-07-17 Thread mooyah
I would suggest the following: - One jenkins job for each submodule, allow the jobs for each module to run the unit tests for each module to ensure the gerrit change is good to go - Another jenkins job for each supermodule. This jenkins job would poll for every commit in the supermodule and

Re: DOUBT regarding people link on jenkins

2012-07-17 Thread xipmox
On Wednesday, July 18, 2012 9:07:40 AM UTC+10, Holger Levsen wrote: Hi, On Mittwoch, 4. Juli 2012, Sami Tikka wrote: Usually it is desireable if everyone who commits to a software repository also has access to the Jenkins that builds from the repository. thats not true for every

Re: Source code confidentiality on EC2

2012-07-17 Thread Jan Goyvaerts
It's not that we're in defence or anyhting of that kind. But these kind of questions will be the first the managers will ask here. Personally I was hoping for something with encrypted file systems only the customers can mount. On Wed, Jul 18, 2012 at 5:26 AM, Ben Caradoc-Davies