I am trying to copy files out to a network directory during a build, and I keep getting a \" No such file or directory\" error message.
I have a use case where I 开发者_如何转开发need to run a Hudson build once for a release to trigger a plugin that we don\'t want run at any other time and which we don\'t want to place inside the pom
I am trying to use Jenkins to compile my MSBuild project created with Delphi. I have the MSBuild plugin installed into Jenkins and configured.I\'m choosing the specific configuration for my build job.
I\'m trying to run msbuild in Jenkins. When it reaches the UniTest-Project an error occures: Project \"C:\\Program Files (x86)\\Jenkins\\jobs\\***\\workspace\\***.sln\" (1) is building \"C:\\Program
I am new to hudson can anyone explain how to configure a job in Hudson on a stream (UCM Cl开发者_开发技巧earCase)
Hya, i\'m trying to configure correctly a project in Jenkins. I want to use the parallelization of jobs to use different machine to computesome calculations.
I have 2 builds of the same project on the same Hudson/Jenkins server (they are running different build profil开发者_如何学运维es). The both build when polling SCM, but I sometimes get the following e
We run jenkins on a mac mini server and need to have it use OpenDirectory. (I took this up again after getting Nexus to work with OD.)
I\'ve set up a job in Jenkins that polls my Mercurial repository, using the Mercurial plugin. This works well once I开发者_如何学运维 push to the repository. I can trigger a build of the job manually,
I\'ve been dealing with the problem of scaling CI at my company and at the same time trying to figure out which approach to take when it comes to CI and multiple branches. There is a similar question