perforce

Java memory leak, only Jenkins running, Jenkins .war analysis shows nothing strange

元气小坏坏 提交于 2021-02-07 11:16:34
问题 I'm currently running Jenkins on a mac mini with Xmx2048m set and a permgen space of 512, I have the 'Monitoring' plugin running and it shows Jenkins using ~200M memory (spiking at 400 during archives). This number is slowly creeping up as you can see below. http://i.imgur.com/vTuIyTz.png When I look at the java process using 'top' on the mac mini it is showing the memory at about 685M. This number creeps up quicker and, eventually, hits 2048 and Jenkins bombs out. http://i.imgur.com/TojBjhI

Java memory leak, only Jenkins running, Jenkins .war analysis shows nothing strange

喜欢而已 提交于 2021-02-07 11:14:39
问题 I'm currently running Jenkins on a mac mini with Xmx2048m set and a permgen space of 512, I have the 'Monitoring' plugin running and it shows Jenkins using ~200M memory (spiking at 400 during archives). This number is slowly creeping up as you can see below. http://i.imgur.com/vTuIyTz.png When I look at the java process using 'top' on the mac mini it is showing the memory at about 685M. This number creeps up quicker and, eventually, hits 2048 and Jenkins bombs out. http://i.imgur.com/TojBjhI

Java memory leak, only Jenkins running, Jenkins .war analysis shows nothing strange

吃可爱长大的小学妹 提交于 2021-02-07 11:14:33
问题 I'm currently running Jenkins on a mac mini with Xmx2048m set and a permgen space of 512, I have the 'Monitoring' plugin running and it shows Jenkins using ~200M memory (spiking at 400 during archives). This number is slowly creeping up as you can see below. http://i.imgur.com/vTuIyTz.png When I look at the java process using 'top' on the mac mini it is showing the memory at about 685M. This number creeps up quicker and, eventually, hits 2048 and Jenkins bombs out. http://i.imgur.com/TojBjhI

Java memory leak, only Jenkins running, Jenkins .war analysis shows nothing strange

梦想的初衷 提交于 2021-02-07 11:13:53
问题 I'm currently running Jenkins on a mac mini with Xmx2048m set and a permgen space of 512, I have the 'Monitoring' plugin running and it shows Jenkins using ~200M memory (spiking at 400 during archives). This number is slowly creeping up as you can see below. http://i.imgur.com/vTuIyTz.png When I look at the java process using 'top' on the mac mini it is showing the memory at about 685M. This number creeps up quicker and, eventually, hits 2048 and Jenkins bombs out. http://i.imgur.com/TojBjhI

#have doesn't capture CLs of deleted files in Perforce

孤街浪徒 提交于 2021-02-05 09:23:25
问题 We are using the following P4 command for snapshot versioning. p4 changes -m1 /path/to/files/...#have I noticed that the above command doesn't capture CLs of deleted files if the CL is the head CL. So it ends up having two artifacts with the same version but different files. I was wondering how we can cover this edge case? 回答1: This is an artifact of the fact that deleted files aren't synced to the client and will therefore never be included in #have. If possible, the best way to address this

Not able to make Jenkins perforce plugin to work with ssh

狂风中的少年 提交于 2021-02-05 06:50:47
问题 I am not quite familiar with Jenkins but for some reason I am not able to make the perforce plugin to work. I will list down the problem and what I have tried so as to get a better understanding. Jenkins Version - 1.561 Perforce Plugin Version - 1.3.27 (I have perforce path configured in Jenkins) System - Ubuntu 10.04 Problem: In the Source Code Management's Project Details section ( when you try to configure a new job ) I get " Unable to check workspace against depot " error. P4PORT(hostname

Not able to make Jenkins perforce plugin to work with ssh

£可爱£侵袭症+ 提交于 2021-02-05 06:50:34
问题 I am not quite familiar with Jenkins but for some reason I am not able to make the perforce plugin to work. I will list down the problem and what I have tried so as to get a better understanding. Jenkins Version - 1.561 Perforce Plugin Version - 1.3.27 (I have perforce path configured in Jenkins) System - Ubuntu 10.04 Problem: In the Source Code Management's Project Details section ( when you try to configure a new job ) I get " Unable to check workspace against depot " error. P4PORT(hostname

P4Python does not check out the file in Perforce

人走茶凉 提交于 2021-01-29 10:23:28
问题 I have following piece of code. I'm trying to check out two files from Perforce and put them in a changelist. But run_add does not check the files out. The only thing I see in Perforce is a empty changelist with no files in it. """ Checks out files from workspace using P4""" files = ['analyse-location.cfg', 'CMakeLists.txt'] p4 = P4() # Connect and disconnect if (p4.connected()): p4.disconnect() p4.port = portp4 p4.user = usernameP4 p4.password = passwordP4 p4.client = clientP4 try: p4

How to trigger a Jenkins build on a Perforce submit

女生的网名这么多〃 提交于 2021-01-27 07:16:37
问题 I am using Jenkins with Perforce. I have downloaded the P4 Plugin, and I have read over the documentation but I am still a bit confused. In my Jenkins project, I have the build trigger set to "Perforce triggered build". I'm assuming that means I need to add a trigger to Perforce that tells Jenkins to run a build, but I have no idea on how to do that. I have not been able to find any documentation on how to implement a trigger from Perforce to notify Jenkins it needs to run. I can find

How to trigger a Jenkins build on a Perforce submit

 ̄綄美尐妖づ 提交于 2021-01-27 07:12:24
问题 I am using Jenkins with Perforce. I have downloaded the P4 Plugin, and I have read over the documentation but I am still a bit confused. In my Jenkins project, I have the build trigger set to "Perforce triggered build". I'm assuming that means I need to add a trigger to Perforce that tells Jenkins to run a build, but I have no idea on how to do that. I have not been able to find any documentation on how to implement a trigger from Perforce to notify Jenkins it needs to run. I can find