John Cary
unread,Sep 16, 2015, 3:20:56 PM9/16/15Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jenkins...@googlegroups.com
I would like developers to be able to fire off a test of
their branch of the project. So, e.g., I have a project,
myproj, and jenkins is ordinarily set up to run the builds
and test, e.g.,
myproj/branches/test
by executing a top-level test script, e.g., tst.sh.
Is there a way to remotely (through a post) tell jenkins
to switch to to a new branch, e.g.,
myproj/branches/joe-dev
before running the tests?
Thx....