hudson
Jenkins File Viewer
I\'m in the process of setting up our builds o开发者_开发知识库n our new Jenkins CI server. One thing I\'ve noticed, which I don\'t really like is that I can\'t see a difference in the changes.[详细]
2023-04-09 08:36 分类:问答Controling Selenium test speed in hudson
There is Selenium plugin (RC) in Hudson and the builds are taking to too long and keep failing if the server takes a while to respond. I do not think putting in waits in the test files would be a good[详细]
2023-04-08 23:13 分类:问答How to exclude code from the Clover coverage report?
Is there any way to hide classes or methods from being included in the Clover code coverage report?We have some proof of concept code along side production quality code in the same direct开发者_JAVA技[详细]
2023-04-08 20:34 分类:问答Getting JSUnit, Ant & Hudson working
I\'m trying to get my JSUnit tests to run on Hudson. But the browser keeps timing out: [junit] INFO: Launching Internet Explorer on http://localhost/jsunit/testRunner.html?testPage=localhost/jsunit/[详细]
2023-04-08 14:54 分类:问答How to configure project in Hudson/Jenkins to report to Jira
I have installed and configured this plugin: http://wiki.hudson-ci.org/display/HUDSON/JIRA+Plugin In Jira I have turned ON开发者_如何学运维 option \"accept api calls\"[详细]
2023-04-08 05:48 分类:问答Prevent Jenkins from Installing Artifact to Local Maven Repository
Jenkins is installing the most-recently built artifact to the local Maven repository, e开发者_Python百科ven when the job is executed with a goal of only clean package.[详细]
2023-04-08 01:24 分类:问答Launch shell scripts from Jenkins
I\'m a complete newbie to Jenkins. I\'m trying to get Jenkins to monitor the execution of my shell script so i that i don\'t have to launch them manually each time but i can\'t figure out how to do i开[详细]
2023-04-07 20:07 分类:问答Hudson: Builds of multi-module maven project fail, then immediately succeed again
I have a multi-module project where the top level project serves both as the parent of the individual modules and as the project that declares the modules. Only this top level project is configured in[详细]
2023-04-07 18:00 分类:问答How to build a pipeline of jobs in Jenkins?
In my project, I have 3 web-applications, all depend on one all-commons project. In my Jenkins server, I built 4 jobs, all-commons_RELEASE, web-A_RELEASE, web-B_RELEASE and web-C_RELEASE.[详细]
2023-04-07 15:53 分类:问答Compile Android project in Continuous Integration System Hudson?
I\'m setting up a Continuous Integrations System with Hudson and it\'s just amazing. I got a SVN repository and integrated a post-commit hook that notifies Hudson when someone commits to the repositor[详细]
2023-04-07 06:28 分类:问答