Re: What is a permanent agent or slave server when discussing Jenkins?

2016-08-27 Thread Kiran
The CM tools have terms for servers that receive changes. I don't see why a CI tool would not have one. Apparently the Jenkins community is mature and has gotten this far with no term. To me, a term would really make things easier. On Thursday, August 18, 2016 at 6:52:23 PM UTC-4, Kiran

Re: Automated Jenkins Plugin/Dependency Management

2016-08-27 Thread Jason Kulatunga
Yep, the command is `jar xvf jenkins.war`, that will explode the war into the current directory. On Friday, August 26, 2016 at 12:27:00 PM UTC-7, Michael Kobit wrote: > > Is there a way to basically "unzip" the *jenkins.war* so that the > plugins, workflow-libs, and other parts can be

Loaded Classes Count grows over time: crashes Jenkins with Perm Gen

2016-08-27 Thread grayaii
We went from Jenkins 1.651.1 to 2.7.2 and our Jenkins master kept on crashing with: java.lang.OutOfMemoryError: PermGen space Where were not specifying -XX:MaxPermSize in our JENKINS_JAVA_OPTIONS before, so I added it, and kept on increasing the value after every crash. We are now at 512m:

Re: Copy artifact Plugin

2016-08-27 Thread Martin d'Anjou
Maybe another plugin can help with your problem. It is the external workspace manager plugin . If the master and the slave can mount the same disk, then they can share the workspace. You could use that to perform