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
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.
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
Post a Comment