Re: Jenkins screenshots usage policy

2013-11-07 Thread tzieleniewski
Hi, Well I am simply not sure. I should precise that I meant screenshots made by me not others. As an engineer not a lawyer I want to make sure that screenshots usage/presentation doesn't breach any Jenkins CI trademarks or content copyrights. I didn't find an explicit reference to this in MIT

Re: jenkins 100% cpu, many blocked threads

2013-11-07 Thread Baptiste Mathus
Hi, As you already seem to have dug quite a bit on this, I would advise to create a jira entry with the information you gathered. Btw, your subject seems to show two opposite issues: blocked threads won't burn CPU. If Jenkins is actually occupying 100% cpu for a long period, you should also find R

Re: Plugin to execute unified code before job's build and actions

2013-11-07 Thread Liang Peng
Hi maciej, Thank you for you reply. :) One import thing is that I want to transparently execute the code without users even knowing it. I think I can do it by hacking jenkins' code, but really do not want to do it this way. Any suggestions? :) Best regards, Liang 在 2013年11月8日星期五UTC+8上午12时45分51

Jenkins install destination

2013-11-07 Thread mike davis
Hi, I am wondering if it is possible to install Jenkins to a different directory than /var/lib/Jenkins. I want to make the installation go to an NFS mounted home directory to make maintenance easier. I am using a Ubuntu 12.04 Virtual Box machine. If there is any way to do this please poin

Re: What is teh best way to prevent several jobs from running at once?

2013-11-07 Thread Jon Schewe
Also note that the Throttle Concurrent Build plugin appears to have some problems with matrix jobs. https://issues.jenkins-ci.org/browse/JENKINS-19986 On Tue, Nov 5, 2013 at 7:49 AM, Baptiste Mathus wrote: > Hi, > Just a quick note: for Jenkins, see here: > https://wiki.jenkins-ci.org/display/

Re: Jenkins screenshots usage policy

2013-11-07 Thread JonathanRRogers
On Wednesday, November 6, 2013 4:12:57 PM UTC-5, tziele...@gmail.com wrote: > > Hello, > > Please clarify if it is allowed to use Jenkins screenshots in the > following situations (please point restrictions if they apply): > 1) Internal organization/company usage, > 2) Usage within ecosystem, pa

Re: Tutorial: Jenkins Plugin to integrate Jenkins and Nexus Repository

2013-11-07 Thread stud007
I am using nexus pro version 2.6.4 There is nexus-custom-metadata-plugin.jar file. I have downloaded and added in nexus third party jar. Now after doing all this stuff...I am getting compilation error INFO] [ERROR] Fail

Re: How to remove disk-usage plugin completely?

2013-11-07 Thread Daniel Beck
Yes. Discarding unloadable data, possibly repeatedly, should get rid of that. On 07.11.2013, at 10:50, dennys wrote: > I find every build.xml has this data, is it the root cause ? > > plugin="disk-usage@0.20"> > >496686 >98684340 > > > > > > > -- > V

multi SCM plugin and git

2013-11-07 Thread schujk
using the multi scm plugin to clone two git repo's in one jenkins job. Keeps being marked as failure on the previous clone's latest commit, when cloning the second repo. Not sure what I'm doing incorrectly in the setup. Below is my setup in Jenkins and the output. Multiple SCMs Git Reposit

jenkins 100% cpu, many blocked threads

2013-11-07 Thread Zetan Drableg
Hello, Recently upgraded to Jenkins 1.537. Performance of the app has slowed a lot. It takes forever to load views, even with only 20 jobs in them. Wall Display plugin shows frequent timeouts. Today I attached visualVM and can see jenkins @ 100% cpu. Thread dump reveals 147 threads BLOCKED waitin

Re: Multyjob build hanging everytime

2013-11-07 Thread Adrian Mitev
No. I don't. However I have discovered that updating to the latest jenskins does fix the things for now. On Tue, Nov 5, 2013 at 8:50 PM, Andrei Ababei wrote: > Hello, > > Do you happen to run concurrent builds of this multijob or use the email > plugin ? Because it reminds me of a bug that is

Re: Error when upgrading 1.537 -> 1.538 on Ubuntu with native packages

2013-11-07 Thread max . griffiths
+1 I too have seen this working on Ubuntu 12.04.3 On Wednesday, 6 November 2013 05:20:47 UTC, jyrki wrote: > > Hello > > I got following error while upgrading from 1.537 -> 1.538 on Ubuntu: > > > >> Preparing to replace jenkins 1.537 (using >>> .../archives/jenkins_1.538_all.deb) ... >> >> *

During checking out operation some files are missing

2013-11-07 Thread Nizar Salhaji
Hi All I have an ordinary job and I have configure Source Code Management and choose as Check-out Strategy "Always check out a fresh copy". Sometimes, when I launch this JOB, for an unknown reason, one file and just one file (not always the same) is missing (not apear on the checkout trace). I

Re: Plugin to execute unified code before job's build and actions

2013-11-07 Thread Maciej Jaros
Liang Peng (2013-11-07 10:55): I am afraid not, because we do not want all users to add this same piece of code for their jobs. You could use some SVN or GIT for inserting code and users would choose (using the Choice Parameter) from which branch/folder changes should be downloaded (download

Re: Jenkins with Cppcheck plugin in a Windows / Visual Studio environment

2013-11-07 Thread Grey
Alright so, I've actually never written shell scripts before (as I said i'm new to this whole procedure :) ) It looks like I've got some learning and research to do, but in a nutshell is this how it's supposed to work? Have a shell script to do whatever (build projects etc) In that script, I wi

Re: Jenkins with Cppcheck plugin in a Windows / Visual Studio environment

2013-11-07 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
Yes, that's essentially right. How are you executing MSBUILD in your project now, if you aren't using an 'Execute Shell' build step? - Original Message - From: staeton.g...@gmail.com To: jenkinsci-users@googlegroups.com Cc: Kevin Fleming (BLOOMBERG/ 731 LEXIN) At: Nov 7 2013 11:05:22 A

Re: HELP! Maven builds don't show error messages when run under Jenkins...

2013-11-07 Thread Stephen Connolly
http://javaadventure.blogspot.ie/2013/11/jenkins-maven-job-type-considered-evil.html On 24 August 2013 00:12, Jeff wrote: > I have a new Jenkins installation (1 master + 1 slave so far). I have > about 8 Maven jobs so far. When a build fails, the maven errors aren't > shown, I only see INFO m

Re: Plugin to execute unified code before job's build and actions

2013-11-07 Thread Liang Peng
I am afraid not, because we do not want all users to add this same piece of code for their jobs. 在 2013年11月7日星期四UTC+8下午3时41分32秒,Kreasen Naidoo写道: > > is execute shell not sufficient ? > > > On Thu, Nov 7, 2013 at 9:35 AM, Liang Peng > > wrote: > >> >> Hi all, >> >> I am searching for a plugin th

Re: Plugin to execute unified code before job's build and actions

2013-11-07 Thread Liang Peng
I am afraid not, because we do not want all users to add this same piece of code for their jobs. 在 2013年11月7日星期四UTC+8下午3时41分32秒,Kreasen Naidoo写道: > > is execute shell not sufficient ? > > > On Thu, Nov 7, 2013 at 9:35 AM, Liang Peng > > wrote: > >> >> Hi all, >> >> I am searching for a plugin th

Re: How to remove disk-usage plugin completely?

2013-11-07 Thread dennys
I find every build.xml has this data, is it the root cause ? 496686 98684340 -- View this message in context: http://jenkins-ci.361315.n4.nabble.com/How-to-remove-disk-usage-plugin-completely-tp4679890p4679938.html Sent from the Jenkins users mail