Hi@akhtar,
To build a job from Jenkins CLI, you need to download the jenkins-cli.jar file first. After that, you can use the below-given command. It will automatically build your Job.
$ java -jar jenkins-cli.jar -s Jenkins_URL -webSocket build JOB_NAME
I hope this will help you.