I've created a CatalogVersionSyncJob and set trigger for it as follows:-
INSERT_UPDATE CatalogVersionSyncJob;code[unique=true];$sourceVersion;$targetVersion;rootTypes(code)[mode=append] ;Sync Master Staged --> Online;;;GlobalIdentifier,SellerInformation,Product
INSERT_UPDATE Trigger;job(code)[unique=true];second;minute;hour;day;month;year;relative;active;maxAcceptableDelay ;Sync Master Staged --> Online;0;1;-1;-1;-1;-1;true;false;-1
In HMC, the trigger has got set. And every 1 minute a new Cron Job is getting created. But the items have not got synchronized .