跳转到主要内容

未提供项目描述

项目描述

jenviz是一个命令行工具,用于可视化您的Jenkins作业关系。

安装

virtualenv

virtualenv venv
source venv/bin/activate
pip install -e .
# now you can use the tool
jenviz -h

配置

目前有2种方式配置jenviz

  1. 通过命令行参数添加Jenkins的urlusernamepassword

    $ jenviz --jenkins-url https://my-jenkins-instance/ --jenkins-user joe --jenkins-password 123 SomeJobName
  2. 使用.ini风格的配置文件和配置文件

    $ cat ~/.config/jenviz.ini
    [profile1]
    url=https://my-jenkins-instance
    user=joe
    password=123
    
    $ jenviz -p profile1 SomeJobName

贡献

请使用github (https://github.com/toabctl/jenviz) 问题和建议进行讨论和贡献。

常见问题解答

为什么子项目在输出中不可见?

尝试更新jenkins实例上的参数化触发插件。

由以下组织支持

AWS AWS 云计算和安全赞助商 Datadog Datadog 监控 Fastly Fastly CDN Google Google 下载分析 Microsoft Microsoft PSF 赞助商 Pingdom Pingdom 监控 Sentry Sentry 错误日志 StatusPage StatusPage 状态页面