We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
get_all_builds_by_build_type_id
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
pyteamcity==0.1.1
I've switched to get_builds but would be great if you could update the sample file as well.
get_builds
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'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: