Jenkins Job Parameter Summary
Browser extension to make a summary of Jenkins job parameters for easy copy-and-paste
Cos'è Jenkins Job Parameter Summary?
Jenkins Job Parameter Summary è un'estensione di Chrome sviluppata da Blackwych, e la sua funzione principale è "Browser extension to make a summary of Jenkins job parameters for easy copy-and-paste".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Jenkins Job Parameter Summary
Scarica i file di estensione Jenkins Job Parameter Summary in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Usage
* Open a Jenkins build page.
(Build pages, parameter pages, and rebuild pages are supported.)
* Click "Show Parameter Summary" button on the toolbar and a popup will be displayed.
* If the current page is supported, parameter summary will be shown in the popup.
Otherwise, it says '(failure)'.
* You can select a preferable format by switching tabs.
Currently the followings are supported:
* Slack
* BuildParam (build URL using Jenkins Build Param Plugin)
* You can copy the displayed summary by clicking "Copy" button or by selecting it directly. Informazioni di Base sull'Estensione
| Nome | |
| ID | haokkgfijoamfnbobefoidfljjhihckf |
| URL Ufficiale | https://chromewebstore.google.com/detail/jenkins-job-parameter-sum/haokkgfijoamfnbobefoidfljjhihckf |
| Descrizione | Browser extension to make a summary of Jenkins job parameters for easy copy-and-paste |
| Dimensione del File | 14.28 KB |
| Conteggio Installazioni | 37 |
| Versione Corrente | 1.3.0 |
| Ultimo Aggiornamento | 2022-12-06 |
| Data di Pubblicazione | 2019-07-11 |
| Sviluppatore | Blackwych |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/blackwych/jenkins-params |
| Lingue Supportate | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Jenkins Job Parameter Summary",
"version": "1.3.0",
"description": "Browser extension to make a summary of Jenkins job parameters for easy copy-and-paste",
"icons": {
"48": "icons\/jenkins-48.png"
},
"permissions": [
"activeTab",
"clipboardWrite"
],
"browser_action": {
"browser_style": true,
"default_icon": "icons\/jenkins-48.png",
"default_title": "Jenkins Job Parameter Summary",
"default_popup": "popup.html"
}
} | |