Hi@akhtar,
You need to tell your username password. Otherwise, your CLI command will not able to authenticate to your Jenkins. You can use the below-given command.
$ java -jar jenkins-cli.jar -s Jenkins_URL -webSocket -auth myLoggin:myPassword build JOB
I hope this will solve your error.