microsoft / vso-agent

Visual Studio Team Services and TFS agent for Mac OSX and Linux
MIT License
131 stars 57 forks source link

External git credential not passed to build agent #183

Closed CyranoB closed 8 years ago

CyranoB commented 8 years ago

Build defined in VSO:

prepareWorkspace fails: External git username and password are not passed to the built agent (not%20supplied:not%20supplied)

Logs:

*****************************************************************************
Preparing tasks
******************************************************************************
******************************************************************************
Running prepareWorkspace
******************************************************************************
preparing Workspace
cwd: /home/opw/vsoagent/_work
Repository type: Git
using source provider: git
loading: /home/opw/vsoagent/agent/scm/git
Using auth scheme: UsernamePassword
running incremental
getting code
https://bitbucket.org/XXXXX/
srcVersion: null
srcBranch: master
Using ref: master
Cloning into 's'...
remote: Not Found
fatal: repository 'https://not%20supplied:not%20supplied@bitbucket.org/XXXXX/' not found
/usr/bin/git failed with return code: 128
bryanmacfarlane commented 8 years ago

I think Scott just fixed. Scott, do I need to patch, re-release?

rasmuschristensen commented 8 years ago

You closed this one, is it fixed? I'm currently having this issue...

rasmuschristensen commented 8 years ago

Just updated my local vso agent, the issue is fixed.