Showing posts with label Hudson. Show all posts
Showing posts with label Hudson. Show all posts

Thursday, October 4, 2012

Link to store the subversion credentials in jenkins

When we have configured master-slave connection,we need to store svn credentials in both master and slave .Link appears to enter the credentials on master for jobs which runs on master,but link doesn't appears for the jobs tied to slave.Hence ,Auhentication failed error appears and svn checkout cannot be done.

Below is the link which will help you to store the svn credentials on any jenkins .

If  your jenkins is on localhost:8080 then,



If you need to setup credentials on jenkins which is deployed on any webserver , then

http://machinename:port/jenkins/scm/SubversionSCM/enterCredential
 where port is webserver's port number

Sunday, December 26, 2010

Configuring Hudson to run Selenium Test Suite

To configure Hudson, follow these steps:
1. Go to Hudson Home.
2. Go to “Manage Hudson”.
3. Click on “Configure System”.
4. Go down to “Selenium Remote Control”; in htmlSuiteRunner enter the location of Selenium Remote control.7. Click on “Save”.


Create the job that runs the HTML Suite

You need to create a job that includes a “SeleniumHQ htmlSuite Run” step.

1. Go to Hudson Home.
2. Click on “New Job”.
3. Enter a value for “Job Name”.
4. Select a Job type: “Build multi-configuration project (alpha)”.
5. Click on “Ok”.
6. In “Build”, click on “Add build step”.
7. Select “SeleniumHQ htmlSuite Run”.
8. Enter the variables :
Browser: the browser that will run the test suite. For example: *firefox
startURL: start URL . For example: “http://www.google.com”
suiteFile: suite file location. For example: [location]/TestSuite.html
resultFile: HTML result file location. For example: [location]/TestResults.html

Friday, December 24, 2010

Hudson Configuration Links

http://blog.infostretch.com/?p=328

http://stackoverflow.com/questions/3294386/hudson-step-by-step-guide-to-set-up-master-and-slave-machines