2012/3/15 KB1JWQ <sort...@gmail.com>: > I find I have to "git checkout master" or it stays on "no branch."
Why is the "no branch" a problem? > What's the "proper" way to get the build operation to happen on the > most current version of master? Do not checkout master in your build step. Trust the git plugin. The git plugin manages the workspace repository a bit differently to what you are used to (because it has some nifty features) but it delivers the result you are looking for if you do not go in there and run your own git commands. If you do, all bets are off. If you really want to manage the checkout procedure yourself, you should choose "No SCM" in the job configuration. Then you can do whatever you want. -- Sami