Hi@akhtar,
You can run your job from remote system. For that you have to configure you job as follows.
- 
Open your job and chick on configure.
 
- 
In the Build Triggers section you can find Triggers Build remotely.
 
- 
Now set one token for your job.
 

$ curl --user admin:pass jenkins_url/job/JOB_NO/build?token=token_no
Hope this will help you.