I am trying to set up Jenkins CI for a playframework.org application but am having trouble properly launching play after the auto-test command is run.
I have a Continuous Integration server with dozens of ASP.NET applications hosted on IIS. Everytime I want to deploy a new application, I have to create a new Website or virtual Directory and configur
Is there a way to set up credentials that will be used by Jenkins when it performs SVN commit? I could\'t find a way to do so.
We\'ve recently set up a Jenkins CI server on Windows. Now in order to use Active D开发者_如何转开发irectory authentication I\'d like to require https (SSL/TLS) for access. Given this setup, what is t
Imagine an application which is supposed to work with different database vendors. As we all know the syntax for SQLs (especially DDL) is not portable. How do you deal with maintaing the SQL scripts?
Our repository has grown in size quite a bit in recent months and TeamCity builds have now become seriously slow.
I\'m having some authentication issues with CCTray (version 1.6.7981). If I specify an Authorisation Mode of \"WinLogin authentication\" no projects are listed & my AD account is locked out shortl
I am setting up a FlexBuilder build under Hudson/Jenkins on a Linux system. I want to execute our unit tests, but do it without using the standard GUI-开发者_高级运维based test runner.
I am setting up FlexUnit to run from the command开发者_如何学C line and want to capture the results in JUnit format, so that I can pull them into Hudson.
My problem is when I load a view file, it sends it directly to the browser instead of returning it: $output=$this->load->view(\'topic\', $data, TRUE);