git - How to configure Selenium+GitHub+Jenkins -


i trying configure selenium+github+jenkins, unable it. able configure selenium + jenkins not github.

i want run selenium scripts when new push committed git-hub , jenkins should execute scripts.

i searched on internet didn't solution.

if required more information on please let me know.

if github repository private, you'll need specify ssh key jenkins server connect with.

you'll configure project pull down source repository

add git source

then you'll modify recurrence of building. in case, since want build on push, way i'm familiar it, specifying "poll scm" option in build triggers.

build triggers

in example above, polling github, change, every minute. can learn more post on jenkins cron here

as far running test, there many way can that, if using build system ant or maven, this'll trivial.

in build steps, you'll execute top level maven, , specify option. (usually mvn test)


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -