jenkins-bot has submitted this change and it was merged.

Change subject: publisher macro 'archive-logs-dir'
......................................................................


publisher macro 'archive-logs-dir'

Let us easily archive whatever is under $WORKSPACE/logs/

Change-Id: I6652107001d51ff854964b33f37217ff49721eaf
---
M macro.yaml
1 file changed, 6 insertions(+), 0 deletions(-)

Approvals:
  Hashar: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/macro.yaml b/macro.yaml
index 73e06fc..857c79c 100644
--- a/macro.yaml
+++ b/macro.yaml
@@ -416,3 +416,9 @@
     name: yaml-lint
     builders:
      - shell: '/var/lib/jenkins/tools/yamllint.py "$WORKSPACE"'
+
+- publisher:
+    name: archive-logs-dir
+    publishers:
+     - archive:
+        artifacts: 'logs/*'

-- 
To view, visit https://gerrit.wikimedia.org/r/89801
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I6652107001d51ff854964b33f37217ff49721eaf
Gerrit-PatchSet: 1
Gerrit-Project: integration/jenkins-job-builder-config
Gerrit-Branch: master
Gerrit-Owner: Hashar <[email protected]>
Gerrit-Reviewer: Hashar <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to