I have the following sample / test configuration that has Hudson create a directory of e开发者_开发百科mpty folders.Its then instructed to archive everything within that folder, except it will not mat
I\'m trying to setup CI environment for QA department. They use SeleniumRC to run UI tests i开发者_StackOverflow社区n IE and FF browsers to test some web application. I had a success configuring it to
I am trying to use JSTestDriver to automate my Javascript tests with Hudson as the Continuous Integration backend.I\'m aiming to get Hudson to at least produce a report on the test results, with faili
I would like toimplement continous integration on an iphone. I\'ve read that I can use HUDSON, and would like an opinion if this this the best option.
After I deploy a build to staging.I would like to have a system that smoke tests all our webpages looking for error http status codes (400,500).
Is there any way to stop an active CruiseControl build short of stopping and restarting CruiseControl? I\'m running CruiseControl Dashboard version 2.7.2.
I now i using github and docker. inside the git repository include many docx and xlsx files in "app/media". When i push and pull docker image.i try to docker-compose exec -it web bash to acc
Using Jenkins version 2.375.1. I have a Jenkins instance which seemingly all of a sudden, no longer is allowing me to modify the pipeline script for a specific job. When I click "Submit&qu开发者_
In one of the project I work on, I use graphviz for visualization and have test code for this functionality.