Merge "Enable merge jobs to trigger downstream job"
[ci-management.git] / jjb / akraino-templates / akraino-ta-common-templates.yaml
index 2484ccb..e1ecc08 100644 (file)
       - lf-infra-publish
 
 - job-template:
-    # TODO: This is untested draft to start testing ISO build from
     id: akraino-project-release-ta-build
     name: 'ta-ci-build'
     archive-artifacts: >
       work/**/*.log
       work/**/*.txt
       work/**/*.json
+      work/results/bin_checksum/**
+      work/results/repo/**
+      work/results/repo_files/**
+      work/results/rpmlists/**
+      work/results/src_repo/**
     build-days-to-keep: 30
     build-timeout: 60
     branch: master
           build-timeout: '{build-timeout}'
           jenkins-ssh-credential: '{jenkins-ssh-credential}'
 
-    # TODO: define how it should be triggered
-    # Ideally should build whenever RPM is uploaded to nexus
-    triggers:
-      - timed: "@daily"
-
     builders:
       - ta-builder-scm:
           git-url: '{git-url}'