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

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.

capture non standard test results

2013-07-19 Thread Pawel Jasinski
. --pawel -- 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.google.

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&

RE: Build flow plugin does not visualize the flow correctly

2013-03-21 Thread Wrobel, Pawel (NSN - PL/Wroclaw)
, 2013 9:35 AM To: jenkinsci-users@googlegroups.com Subject: Re: Build flow plugin does not visualize the flow correctly 2013/3/21 Wrobel, Pawel (NSN - PL/Wroclaw) mailto:pawel.wro...@nsn.com>> Hi, I guess this one is still under work right (https://wiki.jenkins-ci.org/display/JENKINS/Buil

RE: Build flow plugin does not visualize the flow correctly

2013-03-21 Thread Wrobel, Pawel (NSN - PL/Wroclaw)
eneral purpose plugin (build graph view) so it can both handle flows and "classic" jenkins downstream chains 2013/3/21 Pawel Wrobel mailto:pawel.wro...@nsn.com>> Hi, I have an issue with bulid flow plugin. The defined flow is executed correctly (visible in Console Output) but the f

Build flow plugin does not visualize the flow correctly

2013-03-21 Thread Pawel Wrobel
JOB-2-1 -> JOB-2-2 -> JOB-2-3 -> JOB-5 JOB-1 -> JOB-3-1 JOB-4-1 Somehow further jobs from chain 3 and 4 are not plotted. Any idea that is wrong here? Thanks for help Regards Pawel W. -- You received this message because you are subscribed to the Google Groups

Re: Jobs starting on slaves with no disk space

2013-03-07 Thread Pawel
I have expanded the script a bit, so it checks for free disk space: import hudson.model.*; import hudson.node_monitors.DiskSpaceMonitor; import java.math.BigDecimal; def thr = Thread.currentThread() def computer = thr?.executable.getBuiltOn().toComputer() def space = DiskSpaceMonitor.DESCRIPTOR.g

Re: Jobs starting on slaves with no disk space

2013-03-05 Thread Pawel
William: Downstream job won't work, because it will be queued and it will be too late before it gets executed. Sami: Yes, groovy sounds like a good idea. I have groovy-postbuild plugin, so I will add a check for disk space and I can turn the slave offline there. -- View this message in con

Re: Jobs starting on slaves with no disk space

2013-03-01 Thread Pawel
That's not a solution I can accept - I need those workspaces at least for some time. They are being wiped out every 24h. For me it looks like a bug in Jenkins - as problems like that shouldn't happen. -- View this message in context: http://jenkins.361315.n4.nabble.com/Jobs-starting-on-slaves-

Jobs starting on slaves with no disk space

2013-02-22 Thread Pawel
Hi, I have a problem with jobs being started on a slaves that are low on disk space. I know there is a setting to turn the slaves offline automatically when disk space falls behind a certain threshold, but it isn't reliable enough. I think the problem may be with how often the check is performed (

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

Re: Slow Jenkins response to http after upgrade

2013-01-20 Thread Pawel Jasinski
eload enabled. cheers pawel On Sun, Jan 20, 2013 at 12:06 PM, Yitzhak Zuriel wrote: > We also use the winstone http server that comes out of the box with > Jenkins. In our case we run Jenkins as a Windows service. > > On Saturday, January 19, 2013 9:07:25 AM UTC+2, Richard J

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-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-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

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

How to change build status to success?

2013-01-17 Thread Pawel
Hi, I'd like to set the build to specific status, based on specific criteria (number of failures in JUnit result file). I have tried using the Groovy postbuild plugin with: manager.buildSuccess(); But it doesn't work - I have even found unresolved JIRA with no progress recently on it: https:/

scm sync pluging - trouble when deleting or renaming job

2013-01-08 Thread Pawel Jasinski
already described. The folder with a job has more than config.xml in it (nextBuildNumber scm-polling.log svnexternals.txt builds). Extra files end up in repo, directory (file) is hanging around market with (?). I have an option to switch to git. Has anyone better experience using git as repo for svm sync? Thanks in advance, Pawel

Re: Jenkins cannot connect to X server on Ubuntu

2012-12-28 Thread Pawel Jasinski
problem, check if port 6000 is open: netstat -nal | grep 6000 if not, very likely you have to go double check the original instructions. --pawel On Fri, Dec 28, 2012 at 6:15 PM, wrote: > Hi Pawel, > > Thanks for your suggestion but I still got the same problem (after I >

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 m

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

2012-12-13 Thread Pawel Jasinski
ox - http://kb.mozillazine.org/Links_to_local_pages_do_not_work cheers, pawel On Thu, Dec 13, 2012 at 7:39 AM, zakyn wrote: > Hello, > > I have this situation. I have limited space on VM so I have to move the > results(artifacts) to the another virtual HDD (for example > \\file01\jenkins\results)

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: 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
hi, On Mon, Oct 15, 2012 at 5:05 PM, Marek Gimza wrote: > Pawel, > > > As an interim solution, you could have a build step that runs either a > groovy script or the Jenkins-cli to "disconnect-node" and "connect-node" . I have checked with the googles and came

Automatic reconnect after manual disconnect.

2012-10-15 Thread Pawel Jasinski
above. Master does not reconnect slave if it was manually disconnected. I thing it would also help in situation when slave service is in the way of the things you do with slave. There is no way to tell master to simply back off until further notice. Cheers, Pawel -- View this message in

automatic reconnec after manual disconnec - windows service slave

2012-10-13 Thread Pawel Jasinski
further notice. Cheers, Pawel

Re: Builds aborting randomly

2012-10-11 Thread Pawel
Have you tried -Xrs parameter for JVM? On Thursday, 11 October 2012 11:13:49 UTC+2, Evgeny Makarov wrote: > > Hi. As I can see the solution not found yet? I have same problem with job > interruption. Have anyone found the solution? > Thanks >

Re: Nullpointer in log rotator

2012-10-11 Thread Pawel
olling out a > Jenkins upgrade I would recommend that you switch from the bleeding edge to > LTS. > > > > /James > > > > *From:* jenkins...@googlegroups.com [mailto: > jenkins...@googlegroups.com ] *On Behalf Of *Pawel > *Sent:* 10 October 2012 13:03 > *To:

Re: Jenkins 1.485 bug - not displaying statuses and history

2012-10-10 Thread Pawel
484 and 483 have serious issue with Maven - look at the bug that was fixed in 485. So revert to even earlier version. On Wednesday, 10 October 2012 14:27:26 UTC+2, KP wrote: > > Same issue here : everything job is grayed out, and no build history get > loads, no build results visible, etc... > >

Build queue disappearing

2012-10-10 Thread Pawel
Hello, After upgrading from 478 to 485 I have the following issue: If there are some jobs in the job queue after a while they will disappear and I will get "No builds in the queue.". It is purely a GUI issue, as refreshing the page shows the jobs again. Rather frustrating though.

Re: Nullpointer in log rotator

2012-10-10 Thread Pawel
Same issue for me. I have first updated to 484, which introduced nasty bug with Maven installations being removed, so I installed 485, which makes plenty of my builds fail because of NPE. Is anyone testing the releases in some real environment before giving them to users?

Re: 'This node is offline because it uses old slave.jar'

2012-08-24 Thread Pawel
Linux slaves will automatically update required jar, but Windows machines will not. Each Jenkins version requires specific slave.jar to be on all machines, otherwise it will turn them offline, until proper version is place there. You need to do this manually. [stop the service before doing so a