diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2014-05-06 22:30:40 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2014-05-06 22:30:40 +0200 |
commit | 7cf971cfe478fc4a170ea17274f44b24eae97e2b (patch) | |
tree | a9155d9d732462e2122bbe4d11323a07f442439f /src/main/resources | |
parent | 7e2d2c074c3f09266dda31c772f4bec61e8d5742 (diff) | |
download | activemq-plugin-7cf971cfe478fc4a170ea17274f44b24eae97e2b.tar.gz activemq-plugin-7cf971cfe478fc4a170ea17274f44b24eae97e2b.tar.bz2 activemq-plugin-7cf971cfe478fc4a170ea17274f44b24eae97e2b.tar.xz activemq-plugin-7cf971cfe478fc4a170ea17274f44b24eae97e2b.zip |
o Support for triggering builds from MQ messages with an MVEL expression.
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/org/jenkinsci/plugins/activemq/ActiveMqBuildTrigger/config.jelly | 6 |
1 files changed, 6 insertions, 0 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 new file mode 100644 index 0000000..bcfde6e --- /dev/null +++ b/src/main/resources/org/jenkinsci/plugins/activemq/ActiveMqBuildTrigger/config.jelly @@ -0,0 +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:textarea /> + </f:entry> +</j:jelly> |