Jenkins Build Notifications

The ultimate Jenkins Chrome Extension for professionals.

Τι είναι το Jenkins Build Notifications;

Το Jenkins Build Notifications είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον SBE Labs, και η κύρια λειτουργία του είναι "The ultimate Jenkins Chrome Extension for professionals.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Jenkins Build Notifications

Λήψη αρχείων επέκτασης Jenkins Build Notifications σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This is the ultimate Jenkins Chrome Extension for professionals.

If you use Jenkins CI for your automated builds and jobs, then you'll want to use our Chrome Extension.

You'll get alerts (via Chrome) on your desktop whenever a job fails for any reason or if a failing job succeeds. In addition, you'll be able to easily view the state of your jobs without having to browse to your Jenkins dashboard.

FEATURES:
* Receive an alert whenever a Jenkins job succeeds or fails
* Support for multiple jobs across multiple different Jenkins servers
* View failures at a glance in the extension tooltip
* Pop-up shows the state of each job with links to jump to your Jenkins server dashboard or the job page
* Color-shaded Jenkins icon shows you the overall health of your Jenkins' builds
* Plays a 'ta-da' or 'trumpet' sound when your build state changes

INSTALLATION:
1. Install the Chrome Extension
2. Click the Jenkins icon on your Chrome toolbar
3. Click Edit in the pop window to add the URL of your Jenkins server.

Requires Jenkins v1.5X.

Email derekr247 at gmail dot com if you have any questions, comments, and/or feature suggestions.

Contributors:
Aaron Magat
Alexander Schreifels
David Giannini
Derek Rodrigues

Jenkins and the Jenkins icon are copyright ownership of Jenkins CI (http://jenkins-ci.org/). The developers of this extension are not affiliated with Jenkins CI.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Jenkins Build Notifications Jenkins Build Notifications
ID acchkklkpbnefohnlbdjnlndnkhpcmfi
Επίσημο URL https://chrome.google.com/webstore/detail/jenkins-build-notificatio/acchkklkpbnefohnlbdjnlndnkhpcmfi
Περιγραφή The ultimate Jenkins Chrome Extension for professionals.
Μέγεθος Αρχείου 174 KB
Αριθμός Εγκαταστάσεων 95
Τρέχουσα Έκδοση 1.0.3
Τελευταία Ενημέρωση 2014-10-01
Ημερομηνία Δημοσίευσης 2014-10-01
Αξιολόγηση 3.38/5 Συνολικά 13 Αξιολογήσεις
Προγραμματιστής SBE Labs
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Jenkins Build Notifications",
    "description": "The ultimate Jenkins Chrome Extension for professionals.",
    "version": "1.0.3",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "notifications",
        "tabs",
        "http:\/\/*\/",
        "storage"
    ],
    "background": {
        "persistent": true,
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "JenkinsGray_19x19.png",
        "default_title": "Jenkins Build Notifications\nStatus:\nNo Jenkins servers currently configured. Please click on the icon to add one!",
        "default_popup": "config.html"
    },
    "web_accessible_resources": [
        "icon.png",
        "JenkinsGray_19x19.png",
        "JenkinsFail_19x19.png",
        "JenkinsSuccess_19x19.png"
    ]
}