Re: Build ERROR

2012-12-10 Thread El alaoui Mohamed Reda
it's okey thanks for your help :) 2012/12/7 japinder gill > you can install below plugin and see where your memory is going.. > > https://wiki.jenkins-ci.org/display/JENKINS/Monitoring > > then accordingly you can change your memory allocation. > There need to be a balance, you just cant keep o

Jenkins-cli unable to login

2012-12-10 Thread Bharathi Ramalingam
I am using Jenkins v1.493. I have enabled LDAP credentials and set roles to set of users/group. I wanted to build a job from commandline, when i issue command >java -jar jenkins-cli.jar -s login --username It prompts for password, and when entered following error is thrown every time. Failed t

Re: BMC BladeLogic & Jenkins

2012-12-10 Thread Olivier Renault
Hi ! So, after all this time, do you have deployed and used Bladelogic & Jenkins ? My company is using bladelogic for a long time, to deploy applications and middleware on a lot of environments. I'm looking how to use bladelogic with jenkins, so I will be interested to have your feedback. Rega

Re: compiler warning plugins - quick questions

2012-12-10 Thread Ulli Hafner
The warnings plug-in should pick up warnings from every compiler version. Ulli Am 10.12.2012 um 01:33 schrieb zw : > Hi > > We installed our own java jdk and .net framework and configured them in > Jenkins. > When selecting compiler warning type from the drop down menu, is Jenkins > smart eno

Build Pipeline Plugin and Promoting Builds

2012-12-10 Thread William Soula
I would like to use the build pipeline plugin because of the nice way it visualizes the deployment pipeline. I would also like for the build pipeline to be the place to go to move artifacts from one environment to the next: continuously build dev, manual deploy to test, manual deploy to stage,

IE10 - configuration of Job causes IE10 crash

2012-12-10 Thread zakyn
Hello, I have a problem with IE10 and configuration of job. Click on configuration link causes this crash. 10.12.2012 17:10:25 hudson.WebAppMain$2 run INFO: Jenkins is fully up and running 10.12.2012 17:18:21 org.kohsuke.stapler.compression.CompressionFilter reportException WARNING: Untrapped s

Re: graphviz installation issue - quick question

2012-12-10 Thread domi
The newest version of the "Dependency Graph View Plugin" does also work without graphviz - OK, I agree the JavaScript rendering of the graph is not yet 100% as good as with graphviz, but I think its already good enough to get started. btw. If you don't have graphviz installed on the server, you c

Re: graphviz installation issue - quick question

2012-12-10 Thread Christoph Kutzinski
Have you tried the graphviz forums? http://www.graphviz.org/forums/general-discussion Am 10.12.2012 02:02, schrieb Z W: Hi We are having trouble installing graphviz on Oracle Enterprise Linux 6. We like to use the Dependency Graph View plugin. Does anyone have notes on how to install graphviz o

Missing standard out in Jenkins logs using the xcode plug-in

2012-12-10 Thread Kevin Cross
Hello, I had a Jenkins build fail during an XCode stage but there was no obvious reason in the Jenkins log. The only message in the logs was: /* com.apple.ibtool.document.errors */ The failure was from an invocation of the ibtool so I tried running the exact same command on the command lin

Re: Build Pipeline Plugin and Promoting Builds

2012-12-10 Thread William Soula
The best I could come up with was to have an extra job that is triggered by the build and have that be triggered with parameters. This way I can get the BUILD_NUMBER into a parameter and then it will be inherited by the rest of the jobs in the pipeline. I also made this extra job the entry poi

Restarting/cleaning a slave VM after build?

2012-12-10 Thread Andrew Melo
Hey all, I seem to remember mails about this, but I can't seem to gmail-foo the right words to get the conversation back up. Is there a good way to have a slave restart/load a checkpoint after a job is executed? I'd like to run some tests that involve provisioning a blank machine, so I'm looking

RE: Restarting/cleaning a slave VM after build?

2012-12-10 Thread Neerenberg, Aaron
One option if you are using VMWare slaves is to have them revert back to snapshot after the build completes. -Aaron -Original Message- From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Andrew Melo Sent: Monday, December 10, 2012 9:28 AM To: je

Re: Restarting/cleaning a slave VM after build?

2012-12-10 Thread Andrew Melo
The place I work with made the silly choice of using SCVMM for our private VMM provisioning service (which is weird because we're nearly a 100% linux shop). It doesn't seem like there's a lot of an open-source glue ecosystem built around it. Either way, what could be done is have the script that r

Archived Artifacts

2012-12-10 Thread Nicky Ramone
Hello. I noticed that despite my configuration is defined so that no artifacts are archived, the artifacts are stored in the disk anyway for all builds. Example: $JENKINS_HOME/jobs/dummy/modules/com.dummy/builds/2012-07-12_10-24-06/archive/com.dummy/dummy/dummy,tar.gz Is this due to fingerprintin

Re: graphviz installation issue - quick question

2012-12-10 Thread krishna chaitanya kurnala
Hi I just installed the RPM as root http://www.graphviz.org/Download_linux_rhel.php Thanks Krishna Krishna Chaitanya On Mon, Dec 10, 2012 at 8:56 AM, Christoph Kutzinski wrote: > Have you tried the graphviz forums? > http://www.graphviz.org/forums/general-discussion > > Am 10.12.2012 02:02

Empty Aggregated Violations Report

2012-12-10 Thread Ryan Shoemaker
I updated Jenkins and all my plugins last week then created a new job that builds a new branch of our product. I noticed that the aggregated violations chart seems to be broken on the new job, but seems totally normal on the job that builds our main development branch. In order to get a viol

Re: Empty Aggregated Violations Report

2012-12-10 Thread Ulli Hafner
The violations plug-in is not part of the static analysis suite. Or are you referring to the analysis collector plug-in? You can try to downgrade the violations plug-in only. Does that help? Ulli Am 10.12.2012 um 21:37 schrieb Ryan Shoemaker : > I updated Jenkins and all my plugins last week t

Re: Empty Aggregated Violations Report

2012-12-10 Thread Ryan Shoemaker
Sorry about that - I quickly scanned my installed plugins and assumed static analysis was responsible for generating the violations report. I have installed: Static Analysis Utilities Checkstyle Plug-in Jenkins Violations plugin FindBugs Plug-in PMD Plug-in Warnings Plug-in plus a bunch of oth

Re: How to send broadcast email in Jenkins - quick question

2012-12-10 Thread zw
Hi Anba How do you include everybody in the system ? Thanks On Tuesday, December 4, 2012 11:04:51 PM UTC-8, Anba wrote: > > Hi > > R u looking for below plugin ? > https://wiki.jenkins-ci.org/display/JENKINS/Email-ext+plugin > > Thanks > Anba > > > > -- > View this message in context: > h

Re: graphviz installation issue - quick question

2012-12-10 Thread zw
hi krishna on oel6, u dont have issues with gtkglext and gtkglarea2? i got this problem when trying to install graphviz On Monday, December 10, 2012 10:11:54 AM UTC-8, krishna kurnala wrote: > > Hi > > I just installed the RPM as root > http://www.graphviz.org/Download_linux_rhel.php > > Thanks