Re: I need to drop text from Jenkins into a text file before build

2012-07-03 Thread Jan Seidel
Hiya, actually that's the way it runs and also should continue to do. The job queries different sources from us and suppliers and then composes a document that contains a rather big set of version information and tickets with solved issues and then commits the genrated files to the repository b

Re: Conditional Build Steps

2012-07-03 Thread Jan Seidel
Hi Josh, what about https://wiki.jenkins-ci.org/display/JENKINS/Naginator+Plugin or https://wiki.jenkins-ci.org/display/JENKINS/Retry+Failed+Builds+Plugin ? Am Freitag, 29. Juni 2012 21:49:44 UTC+2 schrieb Josh D: > > I have a parameterized job that has a number of dependencies that it > copies

matrix security problem, redirecting to login page after login (chrome, IE9)

2012-07-03 Thread Wujek Srujek
Hi. I have the following problem: I set up security to delegate to the container, and use security matrix. Anonymous has no rights at all (all checkboxes are unchecked), and I added one more user, 'admin', with all rights. Admin has the 'admin' role in tomcat-users.xml. I also created a user 'test'

Re: Copy artifacts failure on Windows

2012-07-03 Thread Jan Seidel
Hi Chris, Caused by: hudson.util.IOException2 : remote file operation failed: C:\Jenkins\workspace\ at hudson.remoting.Channel@2b578c61:studio looks familiar to me. In my case is not the time stamp the issue but the fil

Re: Most of config sections are not available

2012-07-03 Thread Jan Seidel
Hiya, Does the Jenkins log not tell you anything? You could as first step move all plugin files, delete the respective folders in the plugins-folder and restart Jenkins. This would tell if a plugin is causing the problem. If this works simply move the plugins in smaller steps back to the plugin

Re: Is it possible to block a build job if another one is running which is not part of up- or downstream?

2012-07-03 Thread Sami Tikka
Well, the idea was to tie only those jobs that need exclusive access to the database to the slave with 1 executor. The rest of the jobs can be left to run where ever. You can add more slaves to parallelize the build as much as you like and use the slave with 1 executor as the "choke point" for d

Re: Most of config sections are not available

2012-07-03 Thread ich du
thx for the hint, i think i found the problem maker - it's the plugin "ci game". i installed it some month ago and disabled it short after. now i deleted the plugin (ci-game folder and files from plugin folder) but the problem persists: many exceptions in tomcats stderr.log (700kb+ right after

Re: Is it possible to block a build job if another one is running which is not part of up- or downstream?

2012-07-03 Thread Jan Seidel
Ah! now I'm getting it :) yesnomaybe... The idea is not bad but I have to investigate if it is feasible. - The workspaces for these particular jobs are not small and have to share harddisk space with other jobs. Currently does one machine build all these special jobs as it for this pu

Re: Most of config sections are not available

2012-07-03 Thread ich du
the problem seem to be related with many build.xml files and user.xml that reference the cigame plugin - every xml file produces an error. so i reinstalled the plugin and all errors are gone. there was another error from chromedriver plugin - i unistalled it. now i have a clean log: " 03.07.201

Re: Copy artifacts failure on Windows

2012-07-03 Thread B.Latinville
Hi, Have a look at this issue : https://issues.jenkins-ci.org/browse/JENKINS-13515 Downgrading copy artifacts plugin to 1.21 should solve you problem. Bertrand Le dimanche 1 juillet 2012 18:09:21 UTC+2, Chris Withers a écrit : > > Hi All, > > Has anyone else seen the copy artifacts plugin

All Matrix Jobs missing after upgrade to 1.473 !!

2012-07-03 Thread B.Latinville
Hi all, I'm running Jenkins under debian and I've just upgraded to 1.473. I have a lot of jobs missing in the interface. They are all Matrix jobs. In the Jenkins log I can see for the jobs ; SEVERE: Failed Loading job xx java.lang.NullPointerException at hudson.matrix.MatrixP

Re: All Matrix Jobs missing after upgrade to 1.473 !!

2012-07-03 Thread Richard Mortimer
Hi, On 03/07/2012 10:16, B.Latinville wrote: Hi all, I'm running Jenkins under debian and I've just upgraded to 1.473. I have a lot of jobs missing in the interface. They are all Matrix jobs. Issue 14273 http://jenkins-ci.org/issue/14273 Will be fixed in 1.475. Regards Richard In the

Re: Jenkins Jobs hangs at sending email

2012-07-03 Thread vprasad79
Hi Alex, Any update for us? Thanks, Venkat On Monday, 18 June 2012 17:05:03 UTC+5:30, slide wrote: > > I thought there was a separate setting for it let me look. > > Sent from my Windows Phone > -- > From: vprasad79 > Sent: 6/17/2012 11:01 PM > To: jenkinsci-users@goo

Project tied to slave showing none

2012-07-03 Thread Varghese Renny
Hi, I have one Linux master and windows slave. I configure one job to run on window slave using Restrict when this project can be run as windows(label). Build has successfully run on slave machine. what my question is when i click on particular node and under Project tied to the node, it is s

RE: Project tied to slave showing none

2012-07-03 Thread Matthew.Webber
Are you using the “Promoted Builds” plugin. There is a bug in version 2.6 which causes this – see https://issues.jenkins-ci.org/browse/JENKINS-14197 Fixed (I am told) in plugin version 2.6.1 Matthew From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Var

Re: Project tied to slave showing none

2012-07-03 Thread Varghese Renny
Hi, Actually i am not using promotion build plugin ..my build is working successfully on slave system..but it's not showing projects tied to node..i have created freestyle job..is that the problem? Thanks in Advance varghese

Re: FW: reason for jenkins hanging at email sending in email-ext and

2012-07-03 Thread vprasad79
Thanks Nathan for Analysis. Yes even believe issue could be with subversion blame plugin. If user not found in LDAP simply the plugin can use default email prefix instead iterating all projects latest build? Please can anyone help us on this. Thanks, Venkat On Monday, 2 July 2012 00:25:52 UTC+5

Re: Jenkins Jobs hangs at sending email

2012-07-03 Thread vprasad79
Thanks Nathan for Analysis. Yes even believe issue could be with subversion blame plugin. If user not found in LDAP simply the plugin can use default email prefix instead iterating all projects latest build? Please can anyone help us on this. Thanks, Venkat On Tuesday, 3 July 2012 14:52:32 UTC

Re: Is it possible to block a build job if another one is running which is not part of up- or downstream?

2012-07-03 Thread Sami Tikka
A slave does not have to run in separate hardware. You can run one or more slaves in the same server where Jenkins master is running. The slaves just need to have a unique name and working directory. By the way, if you have jobs reaching into other jobs' workspaces, you might run into difficult

Re: Most of config sections are not available

2012-07-03 Thread Jan Seidel
You won't loose your config or build history on re-install if you do it as described. Save the configuration files from Jenkins, in doubt make a copy of the Jenkins root folder to a safe location. clear the root folder and the plugin folder *but don't touch the jobs folder*. The jobs folder cont

Re: Project tied to slave showing none

2012-07-03 Thread Sami Tikka
If you choose one node, Jenkins is showing you which projects have been tied to that node. If your project has been tied to a label, then those projects are not shown when you choose a node. If you click on the label (I guess "windows" in your case), Jenkins will show the projects tied to labe

Re: Most of config sections are not available

2012-07-03 Thread ich du
thx again u think their is no doubt that this problem is plugin related? so only the plugins -folder and the installation folder (in my case tomcat/webapps/jenkins) must be cleaned? i guess i will get many errors on restarting jenkins without all the plugins? then i reinstall all plugins and h

Re: Is it possible to block a build job if another one is running which is not part of up- or downstream?

2012-07-03 Thread Jan Seidel
I think the two of us are getting out of sync ;) - We use 4 machines: 1 runs the master and 2 slaves and all other machines have 3 slaves with up to 3 executors running. - The jobs workspaces are not reaching into each others. I have tried the sync issue (been there, didn't like it,

Re: Is it possible to block a build job if another one is running which is not part of up- or downstream?

2012-07-03 Thread Lynn Lin
Lynn 在 2012-6-28 下午7:32,"Bap" 写道: > Quoting Jan Seidel : > > Hi folks, >> >> I am trying to parallelize some of our builds to speed things up. >> This particular build is quite special as it also interacts with >> databases. >> Multiple write access on a database will wreck the content, so this m

Re: Is it possible to block a build job if another one is running which is not part of up- or downstream?

2012-07-03 Thread Lynn Lin
Lynn 在 2012-6-28 下午6:41,"Jan Seidel" 写道: > Hi folks, > > I am trying to parallelize some of our builds to speed things up. > This particular build is quite special as it also interacts with > databases. Multiple write access on a database will wreck the content, so > this must be avoided by all me

Re: Is it possible to block a build job if another one is running which is not part of up- or downstream?

2012-07-03 Thread Jan Seidel
Hi Lynn, unfortunately your qoute is not displayed in original. But hitting the translation button shows a whacko translation that in its wicked way makes sense XD I will check it out. Tanks Jan Am Donnerstag, 28. Juni 2012 12:41:04 UTC+2 schrieb Jan Seidel: > > Hi folks, > > I am trying to pa

Re: Project tied to slave showing none

2012-07-03 Thread Varghese Renny
Yeah, what you have said is right. But i click on label window it is showing projects. and project tied to node as none. how can i show like labels: window Project tied to node job1 job2 Thanks..

Re: Is it possible to block a build job if another one is running which is not part of up- or downstream?

2012-07-03 Thread Jan Seidel
Hi Lynn, this looks promising so far. I cannot test it right now as my locks&latches seems smacked up. some entries are missing. A category can be created and also assigned to a job but the rest like: number of concurrent builds, number of executors, multi project and even single project are mi

Launch multiple runs of same project with different parameters in same second, drop some on floor?

2012-07-03 Thread Mandeville, Rob
Every night, we run nightly builds against 40-60 different branches of our code (actually AccuRev streams). Each stream has its own "launcher" project, but those launchers all call the same jobs with the stream name as a parameter. Problem is, they all kick off in the same second or two. So m

websvn url

2012-07-03 Thread tcendrowski
Hi I would like to set URL in Repositry Browser section for WebSVN. I have websvn 2.3.3 in workspace directory, but I don't know how exactly should it look like. http://server:8080/ ? ? ? Thanks in advance, greets.

Re: websvn url

2012-07-03 Thread Varghese Renny
This is one of my project url. http://sigma.sigmainfo.com:85/svn/openbravo/trunk/EulenSVN it's the url provided by admin people. it will ask for username and password..you can authenticate.. do whatever you want on svn.

ArtifactDeployer issues

2012-07-03 Thread ilyal
Hi guys I'm using the ArtifactDeployer plugin and in the 'Remote directory' box i write my mapped drive (say P:/some_dir/another_dir/...) but i keep getting: [ArtifactDeployer] - [ERROR] - Failed to deploy. Can't create the directory ' P:/some_dir/another_dir/... '. This remote directory is mapp

Re: websvn url

2012-07-03 Thread Ullrich Hafner
I'm using something like: https://myserver/websvn/listing.php?repname=myreponame&path=/trunk On 07/03/2012 02:33 PM, tcendrowski wrote: > Hi > > I would like to set URL in Repositry Browser section for WebSVN. I > have websvn 2.3.3 in workspace directory, but I don't know how exactly > should it

Re: websvn url

2012-07-03 Thread Ullrich Hafner
Just one additional note: I'm using the websvn2 plugin. Ulli On 07/03/2012 03:02 PM, Ullrich Hafner wrote: > I'm using something like: > > https://myserver/websvn/listing.php?repname=myreponame&path=/trunk > > On 07/03/2012 02:33 PM, tcendrowski wrote: >> Hi >> >> I would like to set URL in Repos

Re: All Matrix Jobs missing after upgrade to 1.473 !!

2012-07-03 Thread Chris Withers
Hi, On 03/07/2012 10:18, Richard Mortimer wrote: I'm running Jenkins under debian and I've just upgraded to 1.473. I have a lot of jobs missing in the interface. They are all Matrix jobs. Issue 14273 http://jenkins-ci.org/issue/14273 Will be fixed in 1.475. I've now hit the same thing try

Jenkins windows service keeps crashing/stopping

2012-07-03 Thread Chris Withers
Hi All, My Windows slave keeps going offline. When I check, the "Jenkins Slave" service is marked as stopped. When I use the Services control panel section to start it, the slave comes back online. How can I find out what's causing the service to stop? cheers, Chris -- Simplistix - Content

Re: FW: reason for jenkins hanging at email sending in email-ext and

2012-07-03 Thread Slide
The email-ext plugin uses the MailAddressResolver functionality which is in Jenkins core. It finds all of the classes that extend MailAddressResolver , iterates through them and calls the resolve address function on each one. What I am saying is that the plugin knows nothing about LDAP or SVN or an

How to create junit test result in xml format using jenkins

2012-07-03 Thread Varghese Renny
Hi, Whether jenkins is able to produce junit test result in xml format..i am using ant for executing test cases. i have found only test report. But for test report i needed to have junit xml? How to solve this? Thanks in advance varghese

RE: How to create junit test result in xml format using jenkins

2012-07-03 Thread William Soula
Look at the junitreport task: http://ant.apache.org/manual/Tasks/junitreport.html From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Varghese Renny Sent: Tuesday, July 03, 2012 8:56 AM To: jenkinsci-users@googlegroups.com Subject: How to create junit tes

Re: How to create junit test result in xml format using jenkins

2012-07-03 Thread Andrey Myatlyuk
Varghese, It is not Jenkins who produces Junit test results. Jenkins is merely a wrapper for your build scripts. Plugins can add functionality, but it seems that you are using Ant. When you run your Ant script outside of Jenkins, can you see xml reports? If you cannot, then you should add xml as

Re: Jenkins windows service keeps crashing/stopping

2012-07-03 Thread tribbles
I am also having the same problems. I've manually rollback to the previous version. Google search suggested having windows firewall running solves the problem, however that did not solve the problem for me.

Re: How to create junit test result in xml format using jenkins

2012-07-03 Thread Varghese Renny
yeah..got it..Thanks for reply.

Publish JUnit test result report containing multiple testsuites

2012-07-03 Thread CB
I have cxxtest unit tests publishing JUnit-like output using a custom XmlPrinter. A few test files contain multiple testsuites, causing an xml output with multiple elements, example; However, Jenkins Junit publisher ch

Re: ArtifactDeployer issues

2012-07-03 Thread cjo
Some things to check Does the user that Jenkins have permissions to write to the mapped drive? This user may vary depending on how Jenkins is started. Windows service? is this mapped drive available for the service? Linux Can you login as the jenkins user and access/add files to that share? O

Re: Sending mail on a condition | Do reply

2012-07-03 Thread Slide
Replied to user list so that everyone can benefit. In email-ext 2.22, there is a pre-send groovy script which can cancel the sending of the email. You could possibly use this to determine if the file exists and if not, set cancel = true to cancel sending the email. Thanks, slide On Tue, Jul 3,

Re: matrix security problem, redirecting to login page after login (chrome, IE9)

2012-07-03 Thread wujek
I kind of fixed this by adding a Read permission under Overall for anonymous, and it works. This is not the best, as anonymous can still read build history and see people and so on.. Now the question - what the heck is going on? Why does it sometimes work under chrome, and _always_ work under f

Re: Publish JUnit test result report containing multiple testsuites

2012-07-03 Thread Mark Waite
All of the junit compatible XML files I could find have only a single testsuite.  That includes samples from JUnit, py.test, and nose. Could you express your tests as a single root testsuite with multiple testcases beneath the testsuite? Could you alter your use of your custom XMLPrinter to wri

Re: Jenkins Jobs hangs at sending email

2012-07-03 Thread nathang
Hello again. we have resolved this issue by writing a small jenkins plugin extending mail resolver. it is possible that this plugin will also solve your problem. are your users in your SCM and your ldap and jenkins configuration all identical to their emails? if i were in your company, and i wo

End-user debugging Jenkins/Git Plugin

2012-07-03 Thread Kurt Granroth
I sent a question last week about my issues with the Git plugin, whereby the gitExe was empty by the time the plugin ran the 'clone' command. I didn't get any useful response to that and, honestly, I'm not surprised -- it's clearly an esoteric and site-specific problem. I do need to fixed, th

Re: ArtifactDeployer issues

2012-07-03 Thread ilyal
Thanks for the reply I use jenkins as a win service with a user that have read/write permissions for this remote drive. maybe there is another issue here i'm missing? On Tuesday, July 3, 2012 6:21:01 PM UTC+3, cjo wrote: > > Some things to check > > Does the user that Jenkins have permissions

Re: Jenkins Jobs hangs at sending email

2012-07-03 Thread nathang
- oh, btw, forgot to mention - a temporary workaround for this would be to: *. get your ldap working properly - that way it'll never reach the core emailing functionality with the performance issue, which acts as a fall back in the Chain of Responsibility used for all mail resolvers... * dramati

Unable to upgrade to 1.473

2012-07-03 Thread tribbles
On an window machine and when I upgrade, the window server refuses to start again. I've rollback to the previous version and I'm up and running again. Anyone know what the bug with 1.473 is and how to get around it, besides not upgrading?

Re: End-user debugging Jenkins/Git Plugin

2012-07-03 Thread Sami Tikka
Jenkins allows you to specify multiple git executables in both master and slave configurations. The job configuration (under the git advanced button) allows you to specify which git executable you want to use for this job. Could it be you have configured the job to use a git executable which has

DOUBT regarding people link on jenkins

2012-07-03 Thread Varghese Renny
Hi, i am having doubt regarding the people display in jenkin's people link. On what basis the people are showing in the people.. Today i noticed that even username of my system(slave) is showing inside people link. Also username i used for commit.(credentials). Please tell me regarding t