Difference between revisions of "On Boarding the Nightly Job"
(→On Boarding the Nightly Job) |
|||
Line 1: | Line 1: | ||
− | + | Go to the '2 - Nightlies' tab |
|
+ | == Project Nightly == |
||
* Click 'New Item' and give the job name. A typical job name is 'groupname.projectname-Nightly', for instance 'Lingoport.javademo-Nightly'; |
* Click 'New Item' and give the job name. A typical job name is 'groupname.projectname-Nightly', for instance 'Lingoport.javademo-Nightly'; |
||
* Click 'Copy existing item' and enter the name of the existing nightly job, for instance 'Lingoport.firstjob-Nightly' |
* Click 'Copy existing item' and enter the name of the existing nightly job, for instance 'Lingoport.firstjob-Nightly' |
||
* verify by clicking the Build button |
* verify by clicking the Build button |
||
+ | See <code>''$LRM_HOME/bin/job_nightly.sh''</code> |
||
+ | |||
+ | == Group Check License == |
||
+ | One job per licensed group: |
||
+ | * The name of the Jenkins job is <code><group_name>.License_Expiration</code>.See <code>''$LRM_HOME/bin/job_checklicense.sh 30''</code> (if 30 days threshold) |
Revision as of 20:08, 17 April 2015
Go to the '2 - Nightlies' tab
Project Nightly
- Click 'New Item' and give the job name. A typical job name is 'groupname.projectname-Nightly', for instance 'Lingoport.javademo-Nightly';
- Click 'Copy existing item' and enter the name of the existing nightly job, for instance 'Lingoport.firstjob-Nightly'
- verify by clicking the Build button
See $LRM_HOME/bin/job_nightly.sh
Group Check License
One job per licensed group:
- The name of the Jenkins job is
<group_name>.License_Expiration
.See$LRM_HOME/bin/job_checklicense.sh 30
(if 30 days threshold)