On Boarding the Nightly Job: Difference between revisions

From Lingoport Wiki
Jump to navigation Jump to search
No edit summary
Rdaly (talk | contribs)
No edit summary
Line 1: Line 1:
== LRM Only ==


The Nightly Job is relevant only to LRM, it is not needed for Globalyzer-only analysis.
 
The Nightly Job is relevant only to jobs that use LRM, it is not needed for Globalyzer-only analysis. The -Nightly jobs are not a necessity for LRM. They notify the recipient list of the status of their projects.  The recipient list is set in the automation job, '''groupname.projectname'''.  


== Project Nightly Steps ==
== Project Nightly Steps ==
Line 13: Line 13:


See <code>''$LRM_HOME/bin/job_nightly.sh''</code>
See <code>''$LRM_HOME/bin/job_nightly.sh''</code>
== Next Step ==
[[On Boarding the Prep Kit Job]]

Revision as of 20:06, 13 December 2019


The Nightly Job is relevant only to jobs that use LRM, it is not needed for Globalyzer-only analysis. The -Nightly jobs are not a necessity for LRM. They notify the recipient list of the status of their projects. The recipient list is set in the automation job, groupname.projectname.

Project Nightly Steps

  • Go to the 2 - Nightlies tab
  • Click New Item and give the job name. A recommended job name is groupname.projectname-Nightly, for instance Lingoport.javademo-Nightly;
  • Under Copy from enter the name of the existing nightly job, for instance Lingoport.firstjob-Nightly and select OK
  • Enable the job.
  • Verify by clicking the Build Now button.
  • Check the Jenkins console output for errors.
  • A Notification email should be sent.

See $LRM_HOME/bin/job_nightly.sh