• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

jenkinsci / jenkins-charm / 122
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: import_resolver
DEFAULT BRANCH: master
Ran 31 Oct 2019 01:01AM UTC
Jobs 1
Files 10
Run time 2s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
122

Pull #67

travis-ci

web-flow
Initial commit

This module bring several method to manage the jenkins plugins.
This rely heavily on the file generated for the Jenkins Update Center,
usually located at http://updates.jenkins.io/stable/update-center.json

To use this module:

  .. code::python

    from jenkins_plugin_resolver import UpdateCenter

    uc = UpdateCenter()
    for plugin in uc.get_plugins(["ansicolor", "docker-workflow"]):
        uc.download_plugin(plugin, "/var/lib/jenkins/plugins", with_version=False)

The tests coverage is high but not 100% yet.
Pull Request #67: Import jenkins_plugin_resolver module

406 of 406 relevant lines covered (100.0%)

1.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 122.1 31 Oct 2019 01:01AM UTC 0
100.0
Travis Job 122.1
Source Files on build 122
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #122
  • Pull Request #67
  • PR Base - master (#121)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc