Can post to jenkins modify the branch of the SCM?

2015-09-16 Thread John Cary
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 (th

Re: How to inject environment vars just after the master checkout?

2013-12-04 Thread John Cary
l clobber all the lines you wrote earlier) So this would be build step (1), I assume. How do I get this run on the master (and only)? Your next build step is to inject environment variables from env.properties. This I understand, I believe. Thanks...John Cary --Rob Mandeville