Re: Jenkins as scheduled task manager, and collate all task status from other Jenkins servers.

2013-04-04 Thread oliver gondža
Hi, You can set up Jenkins master on one of the servers and let the other be it's slaves, create jobs for all the batches and restrict where they can be run (tie them to particular slave using 'Restrict where this project can be run'). That should do what you want. https://wiki.jenkins-ci

Jenkins as scheduled task manager, and collate all task status from other Jenkins servers.

2013-04-04 Thread Tien Huat
Hi all, Is Jenkins able to do the following? I have several servers, and each has several housekeeping batch jobs to each server. These batch jobs are only run the respective servers. I know I can install each server with Jenkins, and trigger the batch jobs. But can I use one Jenkins at one of

java.lang.NullPointerException when loading folders

2013-04-04 Thread Laurent Nicolas
After upgrading to 1.509 and also upgrading a bunch of plugins, I'm seeing: Apr 4, 2013 3:16:02 PM jenkins.InitReactorRunner$1 onTaskFailed SEVERE: Failed Loading job stats at com.cloudbees.hudson.plugins.folder.Folder.getItem(Folder.java:465) at com.cloudbees.hudson.plugins.fol

Re: Force configuration in matrix build to be the last step

2013-04-04 Thread Sami Tikka
You cannot control the order in which matrix job builds its configurations. You need to remove the configuration you want to run last and make a new non-matrix job. Then make the matrix job trigger a build of the non-matrix job. If this is not good for you, please explain what you are trying to

Re: Views are slow to unresponsive - ideas

2013-04-04 Thread Adam Sloan
"Number of Builds" pass/fail column is a hog, have to remove but would be nice to see - we can't be scanning for this data every time On Thursday, April 4, 2013 12:21:46 PM UTC-6, Adam Sloan wrote: > > I would like to know how the stats are collected for the views, I am > guessing the filesystem

Re: email-ext reporting Branch name

2013-04-04 Thread Slide
The template files use the syntax of the SimpleTemplateEngine [1] from Groovy. The email-ext.groovy is the default file that sets up the SimpleTemplateEngine. I've been meaning to change this so that the script is not needed, it just sets up some bindings for the template and I don't believe anyone

Start Selenium test cases using jenkins

2013-04-04 Thread Abu Hamzah
I have prepared a test cases using selenium webdriver and I ran locally using MSTEST and it works fine and now I would like to move my test cases to JENKINS, and when i run from JENKINS it says Starting execution... and its more than 15 mnts and still the same status so I have to stop it manu

Views are slow to unresponsive - ideas

2013-04-04 Thread Adam Sloan
I would like to know how the stats are collected for the views, I am guessing the filesystem is comprehensively scanned ad-nauseam. If you have a view with 40 jobs and each job has run 400 times in the last year, how long should it take to collect the stats to display the view? Does having bui

system Groovy script claspath question

2013-04-04 Thread Lloyd Meinholz
I'm banging my head trying to solve this issue. I would like one of my "system Groovy script"s to insert a row into a database. I need my jdbc driver to do this. I'm on Solaris 10, jdk 1.6.0_35-b10, tomcat 7.0.39, jenkins 1.509, Hudson groovy builder 1.13. The mysql jdbc driver I am using lives i

Re: email-ext reporting Branch name

2013-04-04 Thread Kamal Ahmed
My only excuse is mostly my lack of groovy knowledge, and how it would work. 1. I see the .groovy files and .template files, which one's should i use :   ${SCRIPT,template="groovy-html.template"} or:     ${SCRIPT,groovy="email-ext.groovy"}   and if we look at jelly vs Groovy: Jelly ( html.

Re: problems with CVS Tagging Plug-in getCvsExeOrDefault()

2013-04-04 Thread Lloyd Meinholz
Sorry it's taken me a while to respond, been out sick. The snapshot build of the plugin worked great, thanks a million. I'm ok using the snapshot until you roll it into the CVS plugin if that is less work for you. My immediate problem is solved. Thanks a million for your help! Lloyd On Wed,

Re: email-ext reporting Branch name

2013-04-04 Thread Slide
Well, is there a reason you aren't doing this in Groovy? It would be orders of magnitude easier than trying to do it in Jelly. On Thu, Apr 4, 2013 at 9:39 AM, Kamal Ahmed wrote: > Hi, > > I want to be able to use jelly script ( Apologize for not doing this in > Groovy ) to display the branch na

Re: Jenkins fail to run any commands related to Tortoise

2013-04-04 Thread Les Mikesell
On Thu, Apr 4, 2013 at 9:11 AM, weirpenguin wrote: > As I am really new to Jenkins and our company basically use Tortoise as the > SVN client, we started with the idea of using Tortoise to update SVN. But I > agree that some Jenkins built-in function could be some better choice and > will start to

email-ext reporting Branch name

2013-04-04 Thread Kamal Ahmed
Hi, I  want to be able to use jelly script ( Apologize for not doing this in Groovy ) to display the branch name on which the changeset was submitted in subversion. Like , here is a snippet of my custom.jelly  The p.path string is : /perlapp/trunk/cgi-bin/developer/smeview/reviewfiles/demo/cui

RE: Slave start by master fails

2013-04-04 Thread Mandeville, Rob
When you updated Jenkins, did you also update slave.jar? They don't always have to be perfectly in sync, but if they aren't, you may want to try replacing slave.jar as your first step. --Rob -Original Message- From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups

Jenkins StarTeam checkout problem

2013-04-04 Thread Hemant
Hi, I am getting below error while chec-out files from StarTeam. Please help me if you have some suggestion to fix this issue. Thanks Started by user *anonymous* Building in workspace C:\JenkinsProjectSpace\workspace\DENTAL Computing change set perf

Re: Jenkins fail to run any commands related to Tortoise

2013-04-04 Thread weirpenguin
As I am really new to Jenkins and our company basically use Tortoise as the SVN client, we started with the idea of using Tortoise to update SVN. But I agree that some Jenkins built-in function could be some better choice and will start to look at it. Thank you very much for the information --

Slave start by master fails

2013-04-04 Thread enchillada
Hi there, I started my Jenkins slave (windows) always in this way: Method: Launch slave via execution of command on the Master Command:ssh -v mcetestu...@20-mce-ut1.de.server.com javaw -jar D:\JenkinsSlave\slave.jar -jnlpUrl http://10.49.28.38:8080/computer/20-MCE-UT1/

Re: Jenkins fail to run any commands related to Tortoise

2013-04-04 Thread weirpenguin
Thank you very much for the information. And it turns out ture that this problem results from the GUI access. -- View this message in context: http://jenkins.361315.n4.nabble.com/Jenkins-fail-to-run-any-commands-related-to-Tortoise-tp4661237p4661528.html Sent from the Jenkins users mailing list

Re: Loading certain view tabs takes forever

2013-04-04 Thread MK
I am facing similar issues with views, tried it with different view types, like filtered or all. The log does not tell anything, removing the progress bar column plugin was not of success. Even with new views I now face this issue. Markus On Thursday, April 26, 2012 3:07:23 PM UTC+2, pgweiss w

Re: Workspaces and slave nodes

2013-04-04 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
Yes, this is exactly where I noticed it as well (using the Cobertura plugin). Personally, I think a better way to solve the issue for this plugin (and the warnings plugin) would be for them to construct links back to the web-view of the SCM where the code came from, assuming the job's SCM provid

Windows XP 64-bit slave launch failure (0x800706BA)

2013-04-04 Thread David Aldrich
Hi One of our Windows XP 64-bit slaves has stopping connecting to our Jenkins master (which runs on Linux). Launching Jenkins on the slave fails with error: ERROR: Message not found for errorCode: 0x800706BA I have checked that the firewall settings are correct on the slave, allowing access t