Jenkins console output is below (except that I've replaced actual host names with dummy values. The error appears whether I use origin/master or just master in the branch specifier field (instead of the **) Thanks, Don *16:39:41* Started by user Don Walling *16:39:41* Building in workspace D:\jenkins\jobs\versions-maven-plugin2\workspace *16:39:41*Checkout:workspace / D:\jenkins\jobs\versions-maven-plugin2\workspace - hudson.remoting.LocalChannel@501d8cb7 *16:39:41* Using strategy: Default * 16:39:41* Last Built Revision: Revision 2605aff1daa7b615e499693e426be59d3cb924e9 (origin/HEAD, origin/master) * 16:39:41* Fetching changes from 1 remote Git repository *16:39:41* Fetching upstream changes from ssh://git@<my.internal.github.mycompany.com>/dwalling/tools.git *16:39:42*ERROR: Couldn't find any revision to build. Verify the repository and branch configuration for this job. *16:39:42* [ANALYSIS-COLLECTOR] Skipping publisher since build result is FAILURE *16:39:42* Skipping sonar analysis due to bad build status FAILURE *16:39:42* Email was triggered for: Failure *16:39:42* Email was triggered for: Still Failing *16:39:42* Trigger Failure was overridden by another trigger and will not send an email. * 16:39:42* Sending email for trigger: Still Failing *16:39:42* Sending email to: dwall...@adobe.com *16:39:42* Finished: FAILURE
On Sunday, April 22, 2012 1:17:47 PM UTC-7, sti wrote: > > Please show us the full console log of the build. > > -- Sami > > 2012/4/21 dwalling <dwall...@adobe.com>: > > This is almost certainly a newbie question, so apologies in advance. > > > > I have a Jenkins maven job using Git scm that builds detached head. > > The branch specifier defaults to "**". When I put origin/master for > > the branch specifier I get > > > > ERROR: Couldn't find any revision to build. Verify the repository and > > branch configuration for this job. > > > > yet when I go into the jenkins job directory the output of git branch > > appears correct > > D:\jenkins\jobs\foo\workspace>git branch -a > > * master > > remotes/origin/HEAD -> origin/master > > remotes/origin/master > > > > Using Jenkins 1.460 and Git plugin 1.1.17 > >