Continuous Integration Setup

Asked by pratik shah

I'd like to get some feedback how SST advocates are triggering tests using Jenkins. I'm in the process of setting up two linux ubuntu machines that will run tests against two different branches of code -- Jenkins will be on a third independent machine.

Are most users setting up .sh files that run a command line script that execute tests?

I know this is a general question w/o any specifics, but I'd like to hear feedback from others regarding their setups.

Question information

Language:
English Edit question
Status:
Answered
For:
selenium-simple-test Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Vincent Ladeuil (vila) said :
#1

Yes, using shell scripts is quite common.

One nice jenkins feature is the ability to define job parameters (with default values) than can be referenced htrough environment variables. This allows one to use the same job to run tests against different branches.

Can you help with this problem?

Provide an answer of your own, or ask pratik shah for more information if necessary.

To post a message you must log in.