I\'ve been u开发者_如何学运维sing Jenkins/Hudson CI for deploying my .NET web site project.I\'ve been using the MSbuild plugin to build my project, and then xcopy to copy it out to the server.
On my current project we\'re using Jenkins to monitor our builds. Now they want me to write a Jenkins plugin to add some more monitoring parameters.
I would like to setup an N-master x M-sl开发者_C百科ave Jenkins build/execution farm. I\'d like to allow multiple projects to run their own Jenkins master server, each distributing their builds into
I\'m trying to add a link to the main page of my jenkins. After looking through some examples (I\'m new at developing Jenkins plugins), it seems I just need to create a class that extends Notifier (yo
I\'m basically wondering if, in a Jenkins project configuration, one can refer to a variable for the Git plug-in\'s URL of repository field. For开发者_JS百科 example: $MY_REPO.I think we can conclude
After installing and playing around with mercurial , I am trying to get Hudson to clone the repository so it can build my project.
I installed Jenkins server (on windows 7), plus xUnit plug-in in order to use UnitTest++ for the C++ project I work on.
I am trying to use the Ivy plugin (http://wiki.jenkins-ci.org/display/JENKINS/Ivy+Plugin) and the Artifactory plugin (http://wiki.jenkins-ci.org/display/JENKINS/Artifactory+Plugin).
The other night I took a stab at getting Hudson up and running on an EC2 instance. Everything was running fine and dandy until this morning when I created an AMI based on what I had created. Doing tha
Hy there I have the problem that Jenkins keeps writing to the catalina.out which keeps filling the disk, where Jenkins is installed.