File tree 3 files changed +2
-7
lines changed
src/main/resources/io/jenkins/plugins
3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 7
7
xmlns : t =" /lib/hudson"
8
8
xmlns : f =" /lib/form"
9
9
xmlns : local =" local" >
10
- <st : adjunct includes =" lib.form.hetero-list.hetero-list" />
11
10
12
11
<j : set var =" notifierConfigs"
13
12
value =" ${instance == null ? descriptor.getDefaultNotifierConfigs() : instance.getNotifierConfigs()}" />
Original file line number Diff line number Diff line change 1
1
<?jelly escape-by-default =' true' ?>
2
2
3
- <j : jelly xmlns : j =" jelly:core" xmlns : st =" jelly:stapler" xmlns : d =" jelly:define" xmlns : l =" /lib/layout"
4
- xmlns:t=" /lib/hudson" xmlns : f =" /lib/form" >
5
- <st : adjunct includes =" io.jenkins.plugins.jquery3" />
3
+ <j : jelly xmlns : j =" jelly:core" xmlns : st =" jelly:stapler" xmlns : f =" /lib/form" >
6
4
<st : once >
7
5
<script type =" text/javascript"
8
6
src=" ${rootURL}/plugin/dingding-notifications/scripts/notifierConfig.js" />
Original file line number Diff line number Diff line change 1
1
<?jelly escape-by-default =' true' ?>
2
2
3
- <j : jelly xmlns : j =" jelly:core" xmlns : st =" jelly:stapler" xmlns : d =" jelly:define" xmlns : l =" /lib/layout"
4
- xmlns : t =" /lib/hudson" xmlns : f =" /lib/form" >
5
- <st : adjunct includes =" io.jenkins.plugins.jquery3" />
3
+ <j : jelly xmlns : j =" jelly:core" xmlns : st =" jelly:stapler" xmlns : f =" /lib/form" >
6
4
<st : once >
7
5
<script type =" text/javascript"
8
6
src =" ${rootURL}/plugin/dingding-notifications/scripts/robotConfigValidator.js" />
You can’t perform that action at this time.
0 commit comments