From: Dave Wallace Date: Wed, 10 Jul 2019 20:40:09 +0000 (-0400) Subject: Don't archive docs in verify jobs X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F98%2F20598%2F1;p=ci-management.git Don't archive docs in verify jobs Change-Id: I3bd053aea3c1c6791eb66455277469150be914c9 Signed-off-by: Dave Wallace --- 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: