diff options
author | James Moger <james.moger@gitblit.com> | 2013-01-23 08:42:20 -0500 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2013-01-23 08:42:20 -0500 |
commit | c7acc2e1fa86102bb87e715c8fe4e336329fbcc6 (patch) | |
tree | 19088e6ea0311739cedd96352f7e2a3cab07c0f0 /build.xml | |
parent | d5c21904ca6aaef2528084e96e866824830aa375 (diff) | |
download | gitblit-c7acc2e1fa86102bb87e715c8fe4e336329fbcc6.tar.gz gitblit-c7acc2e1fa86102bb87e715c8fe4e336329fbcc6.zip |
Include issue tracker hooks in builds
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -251,6 +251,8 @@ <include name="sendmail-html.groovy" />
<include name="jenkins.groovy" />
<include name="protect-refs.groovy" />
+ <include name="fogbugz.groovy" />
+ <include name="thebuggenie.groovy" />
</fileset>
</copy>
@@ -479,6 +481,8 @@ <include name="sendmail-html.groovy" />
<include name="jenkins.groovy" />
<include name="protect-refs.groovy" />
+ <include name="fogbugz.groovy" />
+ <include name="thebuggenie.groovy" />
</fileset>
</copy>
@@ -706,6 +710,8 @@ <include name="sendmail-html.groovy" />
<include name="jenkins.groovy" />
<include name="protect-refs.groovy" />
+ <include name="fogbugz.groovy" />
+ <include name="thebuggenie.groovy" />
</fileset>
</copy>
|