I was hoping if there was an easy way to create Hudson users, so they are required to log in. And if they are not logged in they开发者_高级运维 are only able to view build statuses. Nothing else.
so my code works fine by itself, but I\'m trying to add some ajax into it.I\'m using CI, to do some of the lifting.I don\'t understand why it\'s giving a 404 if the code works fine without ajax.
I have a Continuous Integration / Continuous Deployment scenario where I want my build script to push a ruby开发者_如何学运维 gem directly from a public Build Server (teamcity.codebetter.com) to RubyG
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
I want my integration tests to run on each commit in TeamCity. What is the good way to get my WCF service running automatically for the tests?
Day 1 with using Hudson for our CI build. Slowly but surely getting up to speed. My question is about run parameters. I\'ve seen that I can use them to reference a particular run of a particular proj
I recently updated the configuration of one of my hudson builds. The build history is out 开发者_如何学Pythonof sync. Is there a way to clear my build history?
I have written several scripts for my hudson builds. I have place them in the workspace of the particular job i am working on.
I 开发者_Go百科accidentally deleted some builds for a job that I would have rather kept. I restored the builds on disk from backup, but they still do not show up when I am on the status page for that
I was hoping to know if there is a way to run a particular script, if and on开发者_如何转开发ly if the build is successful. So if the build fails the script doesn\'t run.