summaryrefslogtreecommitdiff
path: root/src/main/resources/org/jenkinsci/plugins/activemq/ActiveMqBuildTrigger/config.jelly
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2014-05-10 21:22:27 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2014-05-10 21:22:27 +0200
commit3d2a1964c4f503f19c7b4edbd2c0dbf3fdfb815e (patch)
tree059b3564e4f1235d585c09add664b811dd9221d5 /src/main/resources/org/jenkinsci/plugins/activemq/ActiveMqBuildTrigger/config.jelly
parente8b94392b58cdd40a28367ed8e5e540640a1d3b9 (diff)
downloadactivemq-plugin-3d2a1964c4f503f19c7b4edbd2c0dbf3fdfb815e.tar.gz
activemq-plugin-3d2a1964c4f503f19c7b4edbd2c0dbf3fdfb815e.tar.bz2
activemq-plugin-3d2a1964c4f503f19c7b4edbd2c0dbf3fdfb815e.tar.xz
activemq-plugin-3d2a1964c4f503f19c7b4edbd2c0dbf3fdfb815e.zip
o Using JavaScript instead of MVEL.
Diffstat (limited to 'src/main/resources/org/jenkinsci/plugins/activemq/ActiveMqBuildTrigger/config.jelly')
-rw-r--r--src/main/resources/org/jenkinsci/plugins/activemq/ActiveMqBuildTrigger/config.jelly2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/org/jenkinsci/plugins/activemq/ActiveMqBuildTrigger/config.jelly b/src/main/resources/org/jenkinsci/plugins/activemq/ActiveMqBuildTrigger/config.jelly
index bcfde6e..593b994 100644
--- a/src/main/resources/org/jenkinsci/plugins/activemq/ActiveMqBuildTrigger/config.jelly
+++ b/src/main/resources/org/jenkinsci/plugins/activemq/ActiveMqBuildTrigger/config.jelly
@@ -1,6 +1,6 @@
<?jelly escape-by-default='true'?>
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form">
- <f:entry title="MVEL Expression" field="mvel">
+ <f:entry title="Expression" field="expression">
<f:textarea />
</f:entry>
</j:jelly>