How to trigger a hudson job by another job which is in a different hudson.
I have job A in Hudson A and Job B in Hudson B. I want to trigger job A by Job B. ...
I have job A in Hudson A and Job B in Hudson B. I want to trigger job A by Job B. ...
Is it possible in Hudson to allow some people to run one job, but do not allow to run another job? As far as I can see it is possible only to allow to run ALL jobs. ...
Has anyone integrated a local copy of gitorious with Hudson? Specifically, linking the sha1 on Hudson web page back to the gitorious web page. ...
We are in a process of automating the most of known issues(for regression testing) that can be automated. However, we do find memory leaks through third party software. However, I do not know the way to automate the memory leak test that we found and fixed them. Is there any advise on it? ...
I am new to Hudson with PSEXEC, i am using hudson in my computer, i want to run batch file on remote computer from hudson build. I used PSEXEC to run batch file on remote computer,when i executed from command promt it working successfully.But same i did from Hudson build its hanging..it's not doing anything.so please give any suggestions...
We know this is good to have, but I find myself justifying it to my employer. Please pitch in on why a development team needs a build server. ...
We are looking at moving some of existing infrastructure to the virtual space, hence the question: Would you recommend a virtual hosting provider for hosting TeamCity CI server, based on your experience? It'd be nice to get company names/links but if that's against the rules listing your VPS configuration should also do. ...
I want to set up a continuous integration / build server for a C# ASP.net MVC project. I'm aware of cruise control.net, what other build servers are out there and what are the advantages or disadvantages of each? Is there any particular one that is generally considered the one to have? ...
Our Team Foundation Server has to build three different versions of the same solution. The only difference between them is the app.config file which should be changed for each build. How do I select correct file during the build? What I want to do is switch app.config file and then build, repeat for each file. Ie: <Replace file="app.co...
There are a ton of questions here on SO regarding NUnit vs. MSTest, and I have read quite a few of them. I think my question here is slightly different enough to post separately. When I started to use C#, I never even considered looking at MSTest because I was so used to not having it available when I was using C++ previously. I basic...
Hello everybody! I have a Hudson CI system set up and for the moment it is used for building a project and running some unit tests. My next step is to integrate the memory leak detector Purify into the build cycle. Now I want to start the unit tests also inside purify and for this I have created a new batch task which runs following com...
In my build configuration I have multiple project queues: Queue1, Queue2, ... Queue(N) I want to configure the build where I can set the priority of when each queue builds: Queue1 = Priority of 2, Queue2 = Priority of 1 ... which produces the queues being built in the following order: Queue2, Queue1 ... How can I accomplish this...
I'm currently looking for a (cheapish!) hosted continuous integration service for my private projects and they seem a bit thin on the ground. Does anyone have any experience of using one? ...
My team continues to find more and more value in the unit tests we write. We don't generally unit test the data access layers of our applications, as they don't contain "logic". In my experience we've run into significant performance issues and non-reproducible errors as a result of letting developers write unit tests that talk to live d...
In my opinion, once a working copy is checked out, the automated build & test should not need a network connection to do its job. During development, a dependency on network services may sneak in - a unit test tries to call a webservice - an xml library tries to download a DTD. I'm trying to avoid this because it makes the build fragile...
We've been using FinalBuilder as a continuous integration server for our Delphi project. Currently, we have our builds automatically triggered from subversion check-ins, dUnit tests run after the unit test executable is built and AQtime generating test coverage statistics while the unit test executable is run. Our next goal is to g...
We are currently using NAnt on our build server, with CVS as our source control system. Seeing the need for improvements, we are investigating continuous integration tools and other source control systems. Subversion seems to be the most straightforward option to move on to from CVS, but a distributed version control system like Mercuri...
How would I do a nightly or other scheduled build for CruiseControl.NET without having a duplicate project? In my current config, every 60 seconds, I am checking out the trunk using Subversion, running MSBuild, then either NUnit or MSTest. I would like to commit back to SVN as a tag, but I don't want it on every successful build. I wan...
I ran a build last night, successfully. I got up this morning and ran another without changing any configuration or modifying any source code. Now my build is failing with the message "No source for code" when running my nosetests with coverage. NoSource: No source for code: '/home/matthew/.hudson/jobs/myproject/workspace/tests/unit/ut...
I'm a complete TeamCity newbie, so I apologize if this is a stupid question. I installed TeamCity and got it working against my project. However, I have since realized that I don't want it the administration page to be configured on port 80. I'm going to have other websites on that server that I want on the default port. How do I cha...