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

Missing get_all_builds_by_build_type_id Method Or sample.py is not updated #94

Open
sahilsk opened this issue Apr 12, 2019 · 0 comments

Comments

@sahilsk
Copy link

sahilsk commented Apr 12, 2019

I am not able to use get_all_builds_by_build_type_id as mentioned in below file.
Method: get_all_builds_by_build_type_id

version: pyteamcity==0.1.1
https://github.com/SurveyMonkey/pyteamcity/blob/master/sample.py#L52-L54

I've switched to get_builds but would be great if you could update the sample file as well.

In [17]: tc.get_all_builds_by_build_type_id(build_type_id='KnowledgeMarketing_ECN_CiBuilds_CiBuildDevelop', start=0, count=3)
---------------------------------------------------------------------------
AttributeError                            Traceback (most recent call last)
<ipython-input-17-dc15f8ca0a87> in <module>
----> 1 tc.get_all_builds_by_build_type_id(build_type_id='KnowledgeMarketing_ECN_CiBuilds_CiBuildDevelop', start=0, count=3)

AttributeError: 'TeamCity' object has no attribute 'get_all_builds_by_build_type_id'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant