Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does this work with TFS Git Repos #69

Closed
modulexcite opened this issue Sep 15, 2017 · 4 comments
Closed

Does this work with TFS Git Repos #69

modulexcite opened this issue Sep 15, 2017 · 4 comments
Labels

Comments

@modulexcite
Copy link

modulexcite commented Sep 15, 2017

Hi,

I've an on-premise TFS 2015 server and was wondering if this works with the git repositories on TFS. Currently, I've the following configuration in my config.json but can't seem to get it to work. Any help on this is greatly appreciated and I apologize if this is already documented somewhere.

node-build-monitor version: v0.9.21
TFS : 2015 on-premise
Client OS: Windows 7 x64

{
	"monitor": {
		"interval": 30000,
		"numberOfBuilds": 12,
		"latestBuildOnly": false,
		"sortOrder": "date",
		"debug": true
	},
	"services": [{
		"name": "Tfs2015",
		"configuration": {
			"url": "http://tfs-server:8080/tfs/DefaultCollection/_git/TeamProject",
			"authentication": "ntlm",
			"username": "DOMAIN\\USERNAME",
			"password": "PASSWORD"
		}
	},
	{
		"name": "Tfs2015",
		"configuration": {
			"url": "http://tfs-server:8080/tfs/DefaultCollection/TeamProject",
			"authentication": "ntlm",
			"username": "DOMAIN\\USERNAME",
			"password": "PASSWORD"
		}
	},
	{
		"name": "Tfs2015",
		"configuration": {
			"url": "http://tfs-server:8080/tfs/DefaultCollection/TeamProject",
			"authentication": "ntlm",
			"username": "DOMAIN\\USERNAME",
			"password": "PASSWORD"
		}
	}]
}
@marcells
Copy link
Owner

marcells commented Sep 20, 2017

It's working for Git Repos, cause we use it internally in our company. The build configuration is independent of the version control. The first configuration looks wrong. The last two should work. You could try to remove the authentication lines. Does that solve your issue?

@marcells
Copy link
Owner

@modulexcite Any news here? Otherwise I would close the issue.

@modulexcite
Copy link
Author

modulexcite commented Oct 30, 2017 via email

@marcells
Copy link
Owner

No problem. Nice to hear, that the issue is resolved for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants