Get a list of Jobs in a View and its Nested Views along with some details
- http://server/jenkins/view/TopViewName/api/xml?depth=2&pretty=true
git checkout master git pull origin master git checkout -b STORY/--this creates new branch git checkout -t origin/STORY/ --this check's out existing branch you want to modify git merge master git pull origin STORY/ git add git commit -m " " git push origin STORY/