magnayn / Hudson-GIT-plugin

Git plugin for Hudson
http://wiki.hudson-ci.org/display/HUDSON/Git+Plugin
51 stars 26 forks source link

doesn't support branch like cm/cont_int #3

Open gitluoxu opened 14 years ago

gitluoxu commented 14 years ago

When it's set in hudson job. job will failed with error like

ERROR: NOTHING TO DO since this plugin just run following commands

git clone ... git fetch -t ... git rev-parse cm/cont_int

expected command is git rev-parse origin/cm/cont_int

prabirshrestha commented 14 years ago

seems like after putting origin/cm/cont_int it works. hope this gets fixed soon.