Skip to content

Commit eabe63f

Browse files
authored
fix: no jquery adjunct error (#254)
Signed-off-by: BobDu <i@bobdu.cc>
1 parent c5d1e54 commit eabe63f

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

src/main/resources/io/jenkins/plugins/DingTalkJobProperty/config.jelly

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
xmlns:t="/lib/hudson"
88
xmlns:f="/lib/form"
99
xmlns:local="local">
10-
<st:adjunct includes="lib.form.hetero-list.hetero-list"/>
1110

1211
<j:set var="notifierConfigs"
1312
value="${instance == null ? descriptor.getDefaultNotifierConfigs() : instance.getNotifierConfigs()}"/>

src/main/resources/io/jenkins/plugins/DingTalkNotifierConfig/config.jelly

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
<?jelly escape-by-default='true'?>
22

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">
64
<st:once>
75
<script type="text/javascript"
86
src="${rootURL}/plugin/dingding-notifications/scripts/notifierConfig.js"/>

src/main/resources/io/jenkins/plugins/DingTalkRobotConfig/config.jelly

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
<?jelly escape-by-default='true'?>
22

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">
64
<st:once>
75
<script type="text/javascript"
86
src="${rootURL}/plugin/dingding-notifications/scripts/robotConfigValidator.js"/>

0 commit comments

Comments
 (0)