Don't archive docs in verify jobs 98/20598/1
authorDave Wallace <dwallacelf@gmail.com>
Wed, 10 Jul 2019 20:40:09 +0000 (16:40 -0400)
committerDave Wallace <dwallacelf@gmail.com>
Wed, 10 Jul 2019 20:40:09 +0000 (16:40 -0400)
Change-Id: I3bd053aea3c1c6791eb66455277469150be914c9
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
jjb/vpp/docs.yaml

index 6d6caa7..4a7952f 100644 (file)
@@ -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
           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:
     project-type: freestyle
     node: ubuntu1604-us
     concurrent: true
-    archive-artifacts: 'docs/_build/html/*'
     allow-empty: 'true'
     fingerprint: false
     only-if-success: true
           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:
     project-type: freestyle
     node: ubuntu1604-us
     concurrent: true
-    archive-artifacts: '**/test/doc/build/html/*'
     allow-empty: 'true'
     fingerprint: false
     only-if-success: true
           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: