Re: Pushing Git tags back to origin

2014-11-18 Thread youhour
I included "git push --tags" into my script and I still get the same error as "git push origin --tags" >Pushing tags to remote server >fatal: Upload denied for project 'bb' >fatal: The remote end hung up unexpectedly Any thought how I can find out why remote server rejected? My other op

RE: Pushing Git tags back to origin

2014-11-18 Thread youhour
When I'm using this same id to clone, I was able to create and push the tag without any issue. Only have issue when trying to do from Jenkins. -- View this message in context: http://jenkins-ci.361315.n4.nabble.com/Pushing-Git-tags-back-to-origin-tp2274148p4728284.html Sent from the Jenkins u

Re: Pushing Git tags back to origin

2014-11-19 Thread youhour
Any idea how that is done? I have been searching on how to do this but has no luck... Thanks in advance. I was looking at the git repository checkbox in Jenkins project, it has an input selection for "Credential" I select it to use my login id credential (which suppose to have all the authoriti