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

add support for bitbucket server commit status publisher #63

Open
lmayorga1980 opened this issue Aug 15, 2019 · 0 comments
Open

add support for bitbucket server commit status publisher #63

lmayorga1980 opened this issue Aug 15, 2019 · 0 comments
Labels
enhancement New feature or request SDK Related to upstream SDK dependency
Milestone

Comments

@lmayorga1980
Copy link

resource "teamcity_feature_commit_status_publisher" "openstack_csp" {
	build_config_id = "${teamcity_build_config.openstack_infrastructure_build.id}"
	publisher = "bitbucket"
	bitbucket {
		auth_type = "password"
		host = ""
		username = ""
		password = ""
	}
}
@cvbarros cvbarros added the enhancement New feature or request label Nov 22, 2019
@cvbarros cvbarros added the SDK Related to upstream SDK dependency label Dec 10, 2019
@cvbarros cvbarros modified the milestones: 1.1, 1.2 Oct 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request SDK Related to upstream SDK dependency
Projects
None yet
Development

No branches or pull requests

2 participants