I开发者_运维知识库 want to increase the available heap space for Jenkins. But as it is installed as a service I don´t know how to do it.If you used Aptitude (apt-get) to install Jenkins on Ubuntu 12.
i have followed the instructions: first, you need to start Jenkins before installing it.(i did that on the server itself from command line by running \"java -jar jenkins开发者_C百科.war\".)
I have a CI System setup based on Jenkins on a Windows 2003 server box (8cores, 16GB 8 of which are on \'standby\' according to the Resource Monitor).
Sometimes the hudson build step fails and does not execute all my tests, which really screws up the test trend graph because it shows a 50% drop in the number of tests and then goes up again. Is there
I\'m trying to write a plugin that provides users\' real name and email addresses from the data in our Active Directory. We use the ActiveDirectory plugin for authentication, which does not set these
hello i want to install a central build server that will serve all my other build servers (different OS\'s).
What is the best way to allow jenkins to act on something when a event happens, meanwhile it can wait for the event?
I am running Jenkins from user jenkins thats has $PATH set to something and when I go into Jenkins web interface, in the System Properties window (http://$host/systemInfo) I see a different $PATH.
I\'m trying to set up Jenkins-ci for a project using GitHub. I\'ve already set up Jenkins with the appropriate plugins. I want Jenkins to run build scripts only whenever someone on the project pushes
Could someone please explain to me the idea of artifacts in the build process? I have the workspace directory where I check out the code to compile and run my ant scripts etc. At the end, in my case,