Manual abort - capture reason for abort

2013-06-13 Thread Pawel Jasinski
hi, is there a way to capture a reason for manual build abort? Let's say user presses [x] to stop an ongoing build, she is prompted in the similar way to Node Disconnect. Thanks Pawel -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubs

capture non standard test results

2013-07-19 Thread Pawel Jasinski
hi I am looking for a way to capture non standard test results, similar to capturing warnings with custom warning parser. In case of warning parser it is a combination of regular expression and groovy snippet. Googling did not produce any obvious hit. Any suggestions are greatly appreciated. -

Re: capture non standard test results

2013-07-19 Thread Pawel Jasinski
thanks, works like a charm -- 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 jenkinsci-users+unsubscr...@googlegroups.com. For more options, visit https://groups.

automatic reconnec after manual disconnec - windows service slave

2012-10-13 Thread Pawel Jasinski
hi, I have the problem with automatic reconnect after disconnect. I work with slave as a windows service. I find this behaviour annoying in the following use case. I need to migrate gradually jenkins master to a new machine. There will be 2 jenkins masters with cloned configuration. At any g

Automatic reconnect after manual disconnect.

2012-10-15 Thread Pawel Jasinski
hi, I have the problem with automatic reconnect after disconnect. I work with slave as a windows service. I find this behaviour annoying in the following use case. I need to migrate gradually jenkins master to a new machine. There will be 2 jenkins masters with cloned configuration. At any given

Re: Automatic reconnect after manual disconnect.

2012-10-16 Thread Pawel Jasinski
back empty handed. API docs do not give me any hint. Could you please, drop a snippet or at least sketch it. > > This is not an ideal solution! > > Strange that Jenkins does not know which nodes are disconnected and tries to > re-connect. > > > Kind Regards, > Mgi

Re: Automatic reconnect after manual disconnect.

2012-10-16 Thread Pawel Jasinski
Thanks for the snippet. I will try it with "disconnec()", perhaps when done with API it will act differently --pawel On Tue, Oct 16, 2012 at 3:42 PM, Dirk Kuypers wrote: > Hi Pawel, > > 2012/10/16 Pawel Jasinski : >> hi, >> >> >> On Mon, Oct 15, 201

Re: Automatic reconnect after manual disconnect.

2012-10-16 Thread Pawel Jasinski
fflineCause.ByCLI("X")); } } On Tue, Oct 16, 2012 at 3:42 PM, Dirk Kuypers wrote: > Hi Pawel, > > 2012/10/16 Pawel Jasinski : >> hi, >> >> >> On Mon, Oct 15, 2012 at 5:05 PM, Marek Gimza wrote: >>> Pawel, >>> >>> >>&

Re: How to publish artifacts which will be still available via links on Jenkins?

2012-12-13 Thread Pawel Jasinski
hi, groovy postbuild is your plugin. Example configuration: s=manager.createSummary("package.png") s.appendText( "result.msi", false) s.appendText( "result.msi", false) be aware that normal browser by default do not follow such a links. e.g. firefox - http://kb.mozillazine.org/Links_to_local_pag

Re: Jenkins cannot connect to X server on Ubuntu

2012-12-28 Thread Pawel Jasinski
hi, can it be that you need to enable tcp connection to your xserver? http://askubuntu.com/questions/72812/how-to-disable-nolisten cheers, pawel On Fri, Dec 28, 2012 at 3:31 PM, wrote: > My tests on jenkins are failing because jenkins can't connect to the x > server on my ubuntu machine. The

Re: Jenkins cannot connect to X server on Ubuntu

2012-12-28 Thread Pawel Jasinski
enabled tcp connections). I don't know how to debug this problem. > > cheers > > Am Freitag, 28. Dezember 2012 17:11:00 UTC+1 schrieb Pawel Jasinski: >> >> hi, >> >> can it be that you need to enable tcp connection to your xserver? >> http://askubuntu.com/**que

scm sync pluging - trouble when deleting or renaming job

2013-01-08 Thread Pawel Jasinski
hi, so I have installed scm sync plugin and configure it to work with svn. Now things go ok as long as we do changes to existing configuration. However every time we remove a job manual intervention is necessary. In the scm sync log I see a sequence of: - change existing - change existing - add ne

Re: Slow Jenkins response to http after upgrade

2013-01-17 Thread Pawel Jasinski
my problem is back. It was not related to plugin. --pawel On Thursday, January 17, 2013 10:22:13 AM UTC+1, Pawel Jasinski wrote: > > hi, > > I am in the middle of similar exercise. 1.480.1 on windows 7-64. > My symptoms matched description here: > > http://jenkins.3613

Re: Slow Jenkins response to http after upgrade

2013-01-17 Thread Pawel Jasinski
I have enabled jmx console on my jenkins instance (for quite a while). The memory usage looks fine: Heap: Size: 886,218,752 B Used: 344,640,992 B Max: 1,601,896,448 B Threads, as far as I can tell, are ok: Live threads: 145 Daemon threads: 111 --pawel On Thu, Jan 17, 2013 at 6:39 PM, Scott Eva

Re: Slow Jenkins response to http after upgrade

2013-01-17 Thread Pawel Jasinski
one more detail. If I look at the Firefox Web Console I can see individual files out of static which report excessive response time: [20:01:19.678] GET http://whatever:8080/static/1d388f53/scripts/yui/element/element-min.js[HTTP/1.1 304 Not Modified 8062ms] --pawel On Thu, Jan 17, 2013 at 9:51

Re: Slow Jenkins response to http after upgrade

2013-01-18 Thread Pawel Jasinski
what do you use as container, winstone? On Thu, Jan 17, 2013 at 9:51 AM, Yitzhak Zuriel wrote: > We recently upgraded our Jenkins CI servers to the latest LTS version > (4.480.1 -- before this we were using version 4.447.2) After this upgrade, > we found that on our busiest servers (especiall

Re: Slow Jenkins response to http after upgrade

2013-01-20 Thread Pawel Jasinski
wrote: > >> Yes. >> >> I just run java.exe Jenkins.war >> >> or some such command line. i.e. no container app like tomcat. >> >> >> >> *From:* jenkins...@googlegroups.**com [mailto:jenkins...@** >> googlegroups.com] *On Behalf Of

Re: viewing build results extremely slow on 1.480.2

2013-01-29 Thread Pawel Jasinski
just in case you missed this one: http://jenkins.361315.n4.nabble.com/Slow-Jenkins-response-to-http-after-upgrade-td4651785.html On Tue, Jan 29, 2013 at 8:12 AM, Chris Withers wrote: > Hi All, > > Anyone else experience this? > > The master is a pretty beefy blade, its filesystem is a nice fast

svn tagging plugin

2017-05-22 Thread Pawel Jasinski
I have re-installed jenkins using the latest stable. To my surprisse I am not able to find a svn tagging plugin. Did I screw up my installation? Do I have to use the latest and gratest to get the plugin? Or perhaps the plugin is abandoned, and there is a better way to just fire up a shell command