Migrate Jenkins archive to Nexus 90/40890/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 27 Jun 2016 19:29:04 +0000 (15:29 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 27 Jun 2016 19:29:21 +0000 (15:29 -0400)
Update verify-jjb job to send it's archives to Nexus.

Change-Id: I0241bba35ee34a66ac24b4b94003a93aa07e0e8d
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
jjb/releng-jobs.yaml

index 7c73c78a5c72bdd5a044800de594447937bb0780..c574760902795cfee2f60c335a1455e0c2e8cbf4 100644 (file)
@@ -21,9 +21,6 @@
 
     logrotate:
         daysToKeep: 7
-        numToKeep: 10
-        artifactDaysToKeep: -1
-        artifactNumToKeep: 5
 
     parameters:
         - project-parameter:
         - shell: |
             pip freeze
             python scripts/jjb-autoupdate-project.py
-            jenkins-jobs test --recursive -o job_output jjb/
+            jenkins-jobs test --recursive -o archives/job_output jjb/
+
         - releng-check-unicode
 
     publishers:
-        - archive-artifacts:
-            artifacts: 'job_output/*'
         - email-notification:
             email-prefix: '[releng]'
         - archive-build: