Skip to content

Commit

Permalink
Add DEVELOP.md and update sn.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
liying2008 committed Aug 4, 2021
1 parent 1720352 commit b848878
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
24 changes: 24 additions & 0 deletions DEVELOP.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Development Guide

## Environment requirements

- Windows 10 (Linux or macOS might work too, not tested).
- node v14.15.1 or higher.
- yarn 1.22.10 or higher.

## Install dependencies

`yarn install`

## Development and debugging

`yarn serve`

and the generators are stored in the `dist` directory.

## Package Release

- for Chrome: `yarn build:chrome`
- for Firefox: `yarn build:firefox`

and manufactured products are stored in the `artifacts` directory.
21 changes: 21 additions & 0 deletions sn.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,24 @@ This extension can:

Source code:
https://github.com/liying2008/jenkins-helper


==========================================================================================================
单一用途说明
Monitoring Jenkins build state and node state and helping Ops use Jenkins.


需请求storage的理由
Used to store this extension configuration information.

需请求notifications的理由
Notify Ops of build status and node status.

需请求tabs的理由
Determine if the current page is a Jenkins build page.

需请求downloads的理由
Download the Jenkins build log.

需请求主机权限的理由
Since Jenkins is an open source and self-deployable site, the extension cannot determine the URL of Jenkins used by the user.

0 comments on commit b848878

Please sign in to comment.