can't send notifications - jenkins disconnects from jabber server

2015-08-04 Thread Luke Sydenham
Jenkins - 1.6.22 Jabber plugin - 1.3.5 IM plugin - 1.3.5 Every now and then I'm getting a socket closure in the jenkins log and jenkins can no longer publish build events to our chat room on our ejabberd server. Also, I think because the server doesn't see the disconnect it still thinks the

Re: Failure when building LibreOffice on Windows 7 via Jenkins

2015-08-04 Thread Jan-Marek Glogowski
Replying to myself... Am 04.08.2015 um 10:44 schrieb Jan-Marek Glogowski: + echo ' Test' + tr '\ ' '\n' + sort + hexdump -C 0d 0a 54 65 73 74 0d 0a |..Test..| 0008 + echo I got the correct hint from the Cygwin mailing list: + which sort

how to know where plugin is used or unused

2015-08-04 Thread Kirshan Luhana
I am sorry if repeating same question: 1. Is there any way to find plugins which are installed but not used. I want to uninstall all unused plugins. 2. Is there any way to know which plugin is used in which job? Thanks -- You received this message because you are subscribed to the

RE: Gerrit Trigger Plugin v2.13+ - dynamic triggers not working

2015-08-04 Thread 'Frank Bartz' via Jenkins Users
Are you also using dynamic trigger url? The plugin using manual triggers is working for us too, just using dynamic trigger configuration url doesn't work... Am 04.08.2015 10:06 vorm. schrieb matthew.web...@diamond.ac.uk: Gerrit Trigger Plugin 2.14 is working for us, and as far as I recall 2.13

HTML format

2015-08-04 Thread KKCS
In the manage Jenkins tab while configuring the system I tried to add description in HTML. When it is applied and saved Jenkins is showing the whole syntax as such and not displaying only the contents I want to be displayed. -- You received this message because you are subscribed to the

Re: Failure when building LibreOffice on Windows 7 via Jenkins

2015-08-04 Thread Eric Pyle
I wonder if you are getting the DOS sort command instead of Cygwin. Try giving the full Cygwin path to sort. Eric On 8/4/2015 4:44 AM, Jan-Marek Glogowski wrote: Hi I'm trying to build LibreOffice 5.0 32bit on Windows 7 64bit. The setup was working for a long time, but failed to work after

Re: HTML format

2015-08-04 Thread Daniel Beck
Configure the Safe HTML formatter in the security options of Jenkins. On 04.08.2015, at 15:54, KKCS chittu...@gmail.com wrote: In the manage Jenkins tab while configuring the system I tried to add description in HTML. When it is applied and saved Jenkins is showing the whole syntax as such

Re: how to know where plugin is used or unused

2015-08-04 Thread Björn Pedersen
Hi, there is https://wiki.jenkins-ci.org/display/JENKINS/Plugin+Usage+Plugin+%28Community%29 which will show you which plugins are used in jobs. But beware, plugins that are only global (no config in job, e.g. SimpleTheme plugin) will not be detected as used. Björn Am Dienstag, 4. August

Re: Gerrit Trigger Plugin v2.13+ - dynamic triggers not working

2015-08-04 Thread Frank Bartz
Hi, no ideas? The problem still persists, even if using http trigger config url. Starting with 2.13 I don't get any dynamic triggers to work ... Br Frank -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from this group and

Need Groovy commands to delete a node

2015-08-04 Thread Jagadish Sethi
Hi All, I need groovy commands which will delete a node or slave from jenkins instance when executed via jenkin job. Thanks Regards, Jagadish -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from this group and stop receiving

CMake Build Tool

2015-08-04 Thread KKCS
Beginner to use Jenkins. I am configuring a Jenkins job using CMake build tool. It reports build failure notifying cannot find files in the specified path which is wrong. Can anyone suggest some ideas to sort out this issue. Thank you. -- You received this message because you are subscribed

Re: HTML format

2015-08-04 Thread KKCS
Thanks a lot. It worked fine. On Tuesday, August 4, 2015 at 3:03:32 PM UTC+1, Daniel Beck wrote: Configure the Safe HTML formatter in the security options of Jenkins. On 04.08.2015, at 15:54, KKCS chit...@gmail.com javascript: wrote: In the manage Jenkins tab while configuring the system

How to resolve Build Failure?

2015-08-04 Thread KKCS
Hi all, I am using Jenkins for the first time. I am trying to build projects written in C using Jenkins. The build tool I am using is CMake after installing CMake builder plugin. But Jenkins Console output always reports the build as failure. The causes of build failure reported by Jenkins

RE: Gerrit Trigger Plugin v2.13+ - dynamic triggers not working

2015-08-04 Thread Matthew.Webber
Gerrit Trigger Plugin 2.14 is working for us, and as far as I recall 2.13 did as well. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Frank Bartz Sent: 04 August 2015 08:07 To: Jenkins Users Subject: Re: Gerrit Trigger Plugin v2.13+ - dynamic

RE: Gerrit Trigger Plugin v2.13+ - dynamic triggers not working

2015-08-04 Thread Matthew.Webber
We’re using dynamic triggers (i.e. some job configurations specify a “Dynamic Trigger Configuration”), and that works. I’m not sure what you mean by “dynamic trigger url”. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] Sent: 04 August 2015 09:09 To:

Re: Gerrit Trigger Plugin v2.13+ - dynamic triggers not working

2015-08-04 Thread Frank Bartz
Yes, thats's what I mean. But I got it now to work with another jenkins instance ... which is basically a copy of the non-working one ... but I'll see if sth. is different here ... :) Am Dienstag, 4. August 2015 10:25:08 UTC+2 schrieb matthew...@diamond.ac.uk: We’re using dynamic

Failure when building LibreOffice on Windows 7 via Jenkins

2015-08-04 Thread Jan-Marek Glogowski
Hi I'm trying to build LibreOffice 5.0 32bit on Windows 7 64bit. The setup was working for a long time, but failed to work after the last Cygwin and Jenkins update from 1.596 = 1.619. The general build is working, if I manually run it, but fails when triggered using the Jenkins slave. I finally

Nodelabelparameter plugin activates job twice on a node

2015-08-04 Thread nfwlpw
When I used this plugin when passing in a label, and I have the run on all nodes matching this label, one of the nodes with such label starts two consecutive runs. If I look at the environment variables of the two runs I see NODE_LABELS being set to LABEL NODE_NAME I'm using 1.51 of the

Re: monitor if a has NOT changed?

2015-08-04 Thread James Nord
not that I am aware of - but that doesn't mean that one of the 1000+ plugins doesn;t support this. I guess it could be a simple tweak to the https://wiki.jenkins-ci.org/display/JENKINS/FSTrigger+Plugin if you are a java coder. On Tuesday, 4 August 2015 04:53:45 UTC+1, moodysma sma wrote: Is

Re: Git plugin: how does it decide to build instead of aborting?

2015-08-04 Thread Christopher Orr
On 02/08/15 02:44, bl0ck3r wrote: The git-plugin clones and fetches everything without any problem, but it errors out in the end. I am puzzled. Here is the configuration: Repo URL: ${UPSTREAM_REPO} Name: upstream Refspec: +refs/heads/${UPSTREAM_BRANCH}:refs/remotes/upstream/${UPSTREAM_BRANCH}

Re: Oops error after login

2015-08-04 Thread Christopher Orr
Hi there, On 03/08/15 13:41, Ss Oi wrote: Hello, I get the following error after the login window. I tried new start of computer and the thread, but nothing helps. Here is the error list: Oops !! A problem occurred while

Re: Difference in behavior of PluginWrapper.getDependencies() and UpdateSite.Plugin.dependencies

2015-08-04 Thread James Nord
the former looks should include all transative deps which will likely incluce the dependencies that are bundled with Jenkins core for the version of jenkins you target (like junit that used to not be a plugin). The UpdateSite should match exactly the json from the updateCenter. On Monday, 3

Re: Run Condition plugin in Jenkins 1.620

2015-08-04 Thread Justin
I added Conditional BuildStep plugin as well. Then I saw Conditional Step in job configuration. https://wiki.jenkins-ci.org/display/JENKINS/Conditional+BuildStep+Plugin -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from this

Re: how to know where plugin is used or unused

2015-08-04 Thread Kirshan Luhana
Thanks, it looks as I was searching ... On Tuesday, 4 August 2015 16:11:12 UTC+2, Björn Pedersen wrote: Hi, there is https://wiki.jenkins-ci.org/display/JENKINS/Plugin+Usage+Plugin+%28Community%29 which will show you which plugins are used in jobs. But beware, plugins that are only

Re: OOME PermGen space

2015-08-04 Thread James Nord
e:\Java\jdk1.7.0_55/bin/java, -Xmx1024m, -cp, E:\Jenkins\plugins\maven-plugin\WEB-INF\lib\maven3-agent-1.6.jar;e:\apache-maven-3.0.4\boot\plexus-classworlds-2.4.jar, org.jvnet.hudson.maven3.agent.Maven3Main, e:\apache-maven-3.0.4, E:\Jenkins\war\WEB-INF\lib\remoting-2.47.jar,

Re: Retrieving Slave nodes' hostname /or ip address using Python Rest Api

2015-08-04 Thread Eric Wang
I second this question! On Friday, April 3, 2015 at 5:09:23 AM UTC-7, preeti k wrote: How can the hostname and ip information of all the slave nodes be retrieved using Jenkins Python Rest API? The only way I have got the host name is by hitting the URL http://jenkins url/computer/slave