cruisecontrol
What is the best way to share cruisecontrol configurations on a Linux server?
I have a team that will be using CruiseControl for continuous integration, and CC will be running on a Linux server. More than one team member may need to access the CC configuration itself: changing[详细]
2023-01-12 06:25 分类:问答Cruisecontrol actions after a successful build?
I am using cruisecontrol (phpCruiseControl to be precise) as a CI server and have my build script running on an automated basis. Is there anyway to add tasks to the cruisecontrol con开发者_运维百科fig[详细]
2023-01-10 15:43 分类:问答phpUnderControl and PHPUnit always failing build with code 255
I have the following build.xml file setup in phpUnderControl. <target name=\"phpunit\"> <exec executable=\"phpunit\" dir=\"${basedir}/httpdocs\" failonerror=\"on\">[详细]
2023-01-08 08:59 分类:问答Sourcing a shell profile in an ant build file?
I am using cruisecontrol and ant to build some legacy executables that also depend on a shell profile to setup env vars properly. Is there a way to exec this profile using ant in the current process s[详细]
2023-01-07 21:15 分类:问答In PHPUnderControl, can I configure PHP_CodeSniffer to ignore specific directories?
I\'ve recently been trying to set up PHPUnderControl, a Continuous Integration server based on CruisControl. Part of the checks I\'d like to run is the PHP CodeSniffer (PHPCS) to detect \"code smell\"[详细]
2023-01-07 11:37 分类:问答cruisecontrol mstest problem wenn tests fail
i use MSTest with CruiseControl. When I run my compile and tests and all tests pass then I can see the mstest results in my dashboard.[详细]
2023-01-07 01:23 分类:问答Committing broken code to the repository for the purpose of backing it up
I was just talking to another developer (more senior than I) and trying to convince him that we should implement continuous integration via Cruise Control. He told me that this will not work because h[详细]
2023-01-03 05:03 分类:问答ccnet and unit testing
is it possible for ccnet to say that the build has failed in the ccnet tray and the web site if a unit test fails for the project?[详细]
2023-01-03 02:31 分类:问答cruisecontrol phpunit creates no output
I cannot seem to figure out why the phpunit target does not output any test results even though I have tests in position.[详细]
2023-01-02 02:52 分类:问答Executing bat file and returning the prompt
I have a problem with cruisecontrol where an ant scripts executes a bat file that doesn\'t give me the prompt back. As a result, the project in cruisecontrol keeps on bulding forever until I restart c[详细]
2022-12-30 10:18 分类:问答