From 50c9965250d8a9b65a31871f9f7e9e0af98ca9dd Mon Sep 17 00:00:00 2001 From: Dave Wallace Date: Wed, 10 Jul 2019 16:40:09 -0400 Subject: Don't archive docs in verify jobs Change-Id: I3bd053aea3c1c6791eb66455277469150be914c9 Signed-off-by: Dave Wallace --- jjb/vpp/docs.yaml | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'jjb/vpp/docs.yaml') diff --git a/jjb/vpp/docs.yaml b/jjb/vpp/docs.yaml index 6d6caa724..4a7952faf 100644 --- a/jjb/vpp/docs.yaml +++ b/jjb/vpp/docs.yaml @@ -55,7 +55,6 @@ project-type: freestyle node: ubuntu1604-us concurrent: true - archive-artifacts: '**/build-root/docs/html/*' allow-empty: 'true' fingerprint: false only-if-success: true @@ -79,10 +78,6 @@ maven-version: 'mvn33-new' - stream-parameter: stream: '{stream}' - - string: - name: ARCHIVE_ARTIFACTS - default: '{archive-artifacts}' - description: Artifacts to archive to the logs server. scm: - gerrit-trigger-scm: @@ -218,7 +213,6 @@ project-type: freestyle node: ubuntu1604-us concurrent: true - archive-artifacts: 'docs/_build/html/*' allow-empty: 'true' fingerprint: false only-if-success: true @@ -241,10 +235,6 @@ maven-version: 'mvn33-new' - stream-parameter: stream: '{stream}' - - string: - name: ARCHIVE_ARTIFACTS - default: '{archive-artifacts}' - description: Artifacts to archive to the logs server. scm: - gerrit-trigger-scm: @@ -383,7 +373,6 @@ project-type: freestyle node: ubuntu1604-us concurrent: true - archive-artifacts: '**/test/doc/build/html/*' allow-empty: 'true' fingerprint: false only-if-success: true @@ -406,10 +395,6 @@ maven-version: 'mvn33-new' - stream-parameter: stream: '{stream}' - - string: - name: ARCHIVE_ARTIFACTS - default: '{archive-artifacts}' - description: Artifacts to archive to the logs server. scm: - gerrit-trigger-scm: -- cgit 1.2.3-korg