Skip to content

Commit

Permalink
Add description for plugin manager (JDL, core-js, jira) (#2274)
Browse files Browse the repository at this point in the history
  • Loading branch information
zbynek authored Apr 20, 2022
1 parent 6511fc5 commit 1dcc68e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
6 changes: 6 additions & 0 deletions blueocean-core-js/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@
<include>dist/**/*</include>
</includes>
</resource>
<resource>
<directory>src/main/resources</directory>
<includes>
<include>index.jelly</include>
</includes>
</resource>
</resources>
<plugins>
<plugin>
Expand Down
4 changes: 4 additions & 0 deletions blueocean-jira/src/main/resources/index.jelly
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?jelly escape-by-default='true'?>
<div>
Provides JIRA intgration for the Blue Ocean user interface.
</div>
5 changes: 2 additions & 3 deletions jenkins-design-language/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,9 @@
</includes>
</resource>
<resource>
<directory>src/main/resources/io/jenkins/blueocean</directory>
<targetPath>io/jenkins/blueocean</targetPath>
<directory>src/main/resources</directory>
<includes>
<include>.adjunct</include>
<include>**/*</include>
</includes>
</resource>
<resource>
Expand Down

0 comments on commit 1dcc68e

Please sign in to comment.