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

jenkinsci / jenkins-charm
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: import_resolver
DEFAULT BRANCH: master
Repo Added 02 Nov 2016 01:36PM UTC
Files 10
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

LAST BUILD ON BRANCH import_resolver
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • 2
  • fix-slave-registration
  • fix-unit-tests
  • master
  • rev-2

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

Relevant lines Covered
Build:
Build:
406 RELEVANT LINES 406 COVERED LINES
1.0 HITS PER LINE
Source Files on master
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
122 import_resolver 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: .... Pull #67 31 Oct 2019 01:01AM UTC web-flow travis-ci pending completion  
121 master Merge pull request #65 from alejdg/master Fix bugs introduced by auto-update plugins push 11 Oct 2019 04:23PM UTC web-flow travis-ci pending completion  
120 master Remove unnecessary state controls Pull #65 11 Oct 2019 04:18PM UTC web-flow travis-ci pending completion  
119 master Merge branch 'master' into master Pull #65 10 Oct 2019 10:59PM UTC web-flow travis-ci pending completion  
118 master Fix charm staying in maintenance after installing plugins when jenkins.updated.plugins is not set Pull #65 10 Oct 2019 10:56PM UTC web-flow travis-ci pending completion  
117 master Merge pull request #64 from mthaddon/master Update juju config commands, improve formatting of readme and metadata.yaml push 09 Oct 2019 09:24AM UTC web-flow travis-ci pending completion  
116 master Normalise whitespace in metadata.yaml rather then preformatting it Pull #64 09 Oct 2019 09:22AM UTC web-flow travis-ci pending completion  
115 master Merge branch 'master' into master Pull #64 09 Oct 2019 09:12AM UTC web-flow travis-ci pending completion  
114 master Merge pull request #63 from alejdg/master Add auto-update plugins functionality push 09 Oct 2019 09:06AM UTC web-flow travis-ci pending completion  
113 master Fix configure_plugins decorators Pull #63 08 Oct 2019 05:26PM UTC web-flow travis-ci pending completion  
See All Builds (105)
  • Repo on GitHub
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