Skip to content

Commit

Permalink
Add help files for credential domain (#77)
Browse files Browse the repository at this point in the history
* Add help files for credential domain

* should include the webapp path

* Fix expression
  • Loading branch information
Zhao Xiaojie committed May 8, 2019
1 parent 92485dd commit a6a3f53
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<div>
对域的描述,Jenkins 自身不会用到。
</div>
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<div>
用于识别凭据域的简短名称。凭据域用于将有相同元素的凭据组织在一起,例如:
相同的用户名或密码组合用在多个服务或者主机上。
</div>
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<div>
用于定义如何识别对该凭据域的请求是合法的规范列表。
</div>
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@
<resource>
<directory>plugins/credentials-plugin/src/main/resources</directory>
</resource>
<resource>
<directory>plugins/credentials-plugin/src/main/webapp</directory>
<targetPath>webapp</targetPath>
</resource>
<resource>
<directory>plugins/customize-build-now-plugin/src/main/resources</directory>
</resource>
Expand Down

0 comments on commit a6a3f53

Please sign in to comment.