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"입니다.

확장 프로그램 스크린샷

screenshot

Jenkins Job Parameter Summary 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Jenkins Job Parameter Summary Jenkins Job Parameter Summary
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
이메일 [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"
    }
}