aboutsummaryrefslogtreecommitdiff
path: root/utils/mangle-jobs
diff options
context:
space:
mode:
authorGeorgy Redkozubov <georgy.redkozubov@linaro.org>2012-10-19 18:31:23 +0400
committerGeorgy Redkozubov <georgy.redkozubov@linaro.org>2012-10-19 18:31:23 +0400
commit8a861139d7e3ca6023a29ac4ed65059fee87a19b (patch)
tree6743ee48c26d74eba8fba1b3de57ab7154344796 /utils/mangle-jobs
parent466ccbea79888e3ebae3649c3cd3b99ee750a135 (diff)
Fixed howtos publishing
Diffstat (limited to 'utils/mangle-jobs')
-rw-r--r--utils/mangle-jobs/push-artifacts-set.mangle2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/mangle-jobs/push-artifacts-set.mangle b/utils/mangle-jobs/push-artifacts-set.mangle
index 71bd942..051992e 100644
--- a/utils/mangle-jobs/push-artifacts-set.mangle
+++ b/utils/mangle-jobs/push-artifacts-set.mangle
@@ -12,7 +12,7 @@ new_value = "build/out/target/*/*/*.img," \
"build/out/linaro_android_build_cmds.sh," \
"build/out/**/*EULA*," \
"build/out/**/BUILD-INFO.txt," \
- "build/out/**/HOWTO*.txt"
+ "build/out/target/**/howto/HOWTO_*.txt"
def mangle(tree):
nodes = tree.xpath('//jenkins.plugins.publish__over__ssh.BapSshTransfer/sourceFiles')