Jenkins Job Parameter Summary
Browser extension to make a summary of Jenkins job parameters for easy copy-and-paste
Jenkins Job Parameter Summaryとは何ですか?
Jenkins Job Parameter SummaryはBlackwychによって開発されたChromeの拡張機能で、その主な機能は「Browser extension to make a summary of Jenkins job parameters for easy copy-and-paste」です。
拡張機能のスクリーンショット
Jenkins Job Parameter Summary拡張機能のCRXファイルをダウンロード
Jenkins Job Parameter Summary拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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. 拡張機能の基本情報
| 名前 | |
| ID | haokkgfijoamfnbobefoidfljjhihckf |
| 公式URL | https://chromewebstore.google.com/detail/jenkins-job-parameter-sum/haokkgfijoamfnbobefoidfljjhihckf |
| 説明 | Browser extension to make a summary of Jenkins job parameters for easy copy-and-paste |
| ファイルサイズ | 14.28 KB |
| インストール数 | 37 |
| 現在のバージョン | 1.3.0 |
| 最終更新日 | 2022-12-06 |
| 公開日 | 2019-07-11 |
| 開発者 | Blackwych |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/blackwych/jenkins-params |
| 対応言語 | 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"
}
} | |