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

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

Build:
Build:
LAST BUILD BRANCH: import_resolver
DEFAULT BRANCH: master
Ran 31 Oct 2019 01:01AM UTC
Files 10
Run time 0s
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

31 Oct 2019 12:58AM UTC coverage: 100.0%. Remained the same
122.1

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

Source Files on job 122.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 109
  • Travis Job 122.1
  • f4a27076 on github
  • Prev Job for on import_resolver (#121.1)
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

© 2026 Coveralls, Inc