没有合适的资源?快使用搜索试试~ 我知道了~
pybuildkite:Buildkite API的Python库
共39个文件
py:30个
yml:3个
ini:2个
需积分: 5 0 下载量 181 浏览量
2021-01-30
06:33:32
上传
评论
收藏 28KB ZIP 举报
温馨提示
PyBuildkite 库和客户端。 用法 要获取软件包,请执行: pip install pybuildkite 然后设置Buildkite对象的实例,设置访问令牌,并提出任何可用的请求。 from pybuildkite . buildkite import Buildkite , BuildState buildkite = Buildkite () buildkite . set_access_token ( 'YOUR_API_ACCESS_TOKEN_HERE' ) # Get all info about particular org org = buildkite . organizations (). get_org ( 'my-org' ) # Get all running and scheduled builds for a particular pipeline builds = buildkite . builds (). list_all_for_pipeline ( 'my-org' , 'my-pipeline' , states = [ Bui
资源推荐
资源详情
资源评论
收起资源包目录
pybuildkite-master.zip (39个子文件)
pybuildkite-master
mypy.ini 36B
.github
workflows
python-publish-manual.yml 911B
python-publish.yml 865B
.buildkite
pipeline.yml 486B
pybuildkite
exceptions.py 479B
artifacts.py 3KB
buildkite.py 3KB
teams.py 1KB
annotations.py 1023B
jobs.py 3KB
pipelines.py 4KB
decorators.py 842B
organizations.py 1KB
agents.py 2KB
builds.py 13KB
__init__.py 0B
users.py 542B
client.py 9KB
emojis.py 1KB
requirements.txt 169B
pytest.ini 90B
LICENSE 1KB
setup.py 647B
README.md 3KB
tests
test_client.py 8KB
test_buildkite.py 1KB
test_teams.py 1KB
test_emojis.py 325B
__init__.py 0B
test_pipelines.py 3KB
test_agents.py 853B
test_builds.py 7KB
conftest.py 162B
test_jobs.py 3KB
test_organizations.py 1KB
test_artifacts.py 2KB
test_annotations.py 444B
test_user.py 271B
.gitignore 208B
共 39 条
- 1
资源评论
w4676
- 粉丝: 27
- 资源: 4620
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功