aboutsummaryrefslogtreecommitdiff
path: root/utils/mangle-jobs/artifacts-set.mangle
diff options
context:
space:
mode:
Diffstat (limited to 'utils/mangle-jobs/artifacts-set.mangle')
-rw-r--r--utils/mangle-jobs/artifacts-set.mangle15
1 files changed, 0 insertions, 15 deletions
diff --git a/utils/mangle-jobs/artifacts-set.mangle b/utils/mangle-jobs/artifacts-set.mangle
deleted file mode 100644
index 4a5c707..0000000
--- a/utils/mangle-jobs/artifacts-set.mangle
+++ /dev/null
@@ -1,15 +0,0 @@
-# Update list of archived artifacts
-# Note - since we stopped to use native Jenkins archiving,
-# this script is no longer used
-
-new_value = "build/out/target/*/*/*.img," \
- "build/out/target/*/*/*.tar.bz2," \
- "build/out/target/*/*/MD5SUMS," \
- "build/out/*.tar.bz2," \
- "build/out/*.xml," \
- "build/out/*_config," \
- "build/out/lava-job-info"
-
-def mangle(tree):
- tags = tree.xpath('/project/publishers/hudson.tasks.ArtifactArchiver/artifacts')
- tags[0].text = new_value