Solved - Gerrit trigger and Git plugin integration blues

2014-02-25 Thread Øyvind Harboe
I finally figured out how to solve the Gerrit trigger and Git plugin integration problems once and for all: stop using the Git plugin and just run a few git commands before building instead. Here's how: 1. select Source control Source Code Management: None in your Jenkins job. 2. add a few

How do I keep a slave disconnected?

2014-02-25 Thread Matthew.Webber
Recently I switched to starting our slaves using the standard Jenkins Launch slave agents on Unix machines via SSH (previously we used a home-grown script). However, sometime I want to temporarily stop a particular slave running. I can disconnect the slave (this can be done via the web

Adding a Link in Jenkins dashboard

2014-02-25 Thread fatima zahra Anzour
Hello everybody; can someone help me with this issue, i want to create a web application that uses Sonar's database in order to make an appropriate reporting of build results, the question is, how to add a link in every job page's that will take me to my application ( just like the Sonar's

Deploying application to Weblogic

2014-02-25 Thread Vijay Patel
Hi All, I have recently started learning Jenkins (as I have been assigned task to implement application deployment through jenkins) and finding it really interesting. We have Jenkins 1.480.3 (stand alone) already setup on one of the RHEL 5 server. As per our requirement we have to deploy

Re: How do I keep a slave disconnected?

2014-02-25 Thread JonathanRRogers
On Tuesday, February 25, 2014 5:43:38 AM UTC-5, matthew...@diamond.ac.uk wrote: Does anyone know how I can keep a slave disconnected ??? Use the Mark this node temporarily offline button. -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To

Re: Adding a Link in Jenkins dashboard

2014-02-25 Thread Daniel Beck
Sidebar Link plugin can do that. https://wiki.jenkins-ci.org/display/JENKINS/Sidebar-Link+Plugin On 25.02.2014, at 14:42, fatima zahra Anzour anzou...@gmail.com wrote: Hello everybody; can someone help me with this issue, i want to create a web application that uses Sonar's database in

Number of users hitting jenkins?

2014-02-25 Thread Bob Hansen
Is there a plugin that generates statics on the number of hits there are a jenkin installation? Trying to determine how many different hits there on my site, to determine usage (everyone uses the anonymous support). Thanks for any pointers. -- You received this message because you are

Re: Number of users hitting jenkins?

2014-02-25 Thread Richard Bywater
If you fronted it with Apache or similar web server then you could just use (e.g.) awstats to get the info. Not sure if there's something similar for embedded mode. Richard. On Wed, Feb 26, 2014 at 10:02 AM, Bob Hansen hansen...@gmail.com wrote: Is there a plugin that generates statics on

Upgrade Jenkins: problem

2014-02-25 Thread Lily Fu
Hi, My Jenkins running as service on windows7 alert me there is newer version of Jenkins So I clicked the automatic update link, After Jenkins was restarted, I got localhost:8080 Directory:/ WEB-INF I removed Jenkins from service list and downloaded the lastest Jenkins.war And run java -jar

Re: Upgrade Jenkins: problem

2014-02-25 Thread Les Mikesell
On Tue, Feb 25, 2014 at 4:48 PM, Lily Fu lily...@nesassociates.com wrote: Hi, My Jenkins running as service on windows7 alert me there is newer version of Jenkins So I clicked the automatic update link, After Jenkins was restarted, I got localhost:8080 Directory:/ WEB-INF I

RE: Upgrade Jenkins: problem

2014-02-25 Thread Lily Fu
Thanks Les, Yes, restart window is the trick... Lily -Original Message- From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Les Mikesell Sent: Tuesday, February 25, 2014 5:54 PM To: jenkinsci-users Subject: Re: Upgrade Jenkins: problem On Tue,

Re: best approach to automate/manage jenkins jobs?

2014-02-25 Thread phil swenson
thanks for the tip on jenkins job builder! looks great On Mon, Feb 24, 2014 at 7:10 AM, William Soula william.so...@drillinginfo.com wrote: Dang I tried to make sure I had read all the replies before I sent this same thing. Will On 02/22/14 22:19, Richard Bywater wrote: To add

cobertura supports java 7?

2014-02-25 Thread Irfan Sayed
hi all, just wanted to know , does cobertura latest version supports java 7? regards irfan -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from this group and stop receiving emails from it, send an email to

Calling an external groovy script from BuildFlow DSL

2014-02-25 Thread Stuart Rowe
The BuildFlow DSL for some of my projects has become pretty complex and so I want to store the meat of the script in an external script. The BuildFlow DSL would then just be responsible for calling that script and setting up bindings if necessary. The advantages of this: 1) For debugging

Howto : Jenkins executable WAR and rotating log files

2014-02-25 Thread hanasaki-jenkins
Q: How can the Jenkins self executable be configured to rotate log files automatically? It is running from a linux bash script with the -logfile= option as in the below referenced link. Q: Why is the line half covered in a strike through? (below referenced link) reference:

RE: Howto : Jenkins executable WAR and rotating log files

2014-02-25 Thread James Nord (jnord)
For log rotation you have a few options Option 1 Use logrotoate. [foo@host ~]# cat /etc/logrotate.d/jenkins /opt/jenkins/logs/jenkins.log /opt/jenkins/logs/access_log { compress dateext maxage 365 rotate 99 size=+4096k notifempty missingok create 644

RE: Number of users hitting jenkins?

2014-02-25 Thread James Nord (jnord)
The monitoring plugin will give you this information https://wiki.jenkins-ci.org/display/JENKINS/Monitoring /James From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Richard Bywater Sent: 26 February 2014 00:34 To: jenkinsci-users@googlegroups.com