Command
java -jar jenkins-cli.jar -s http://localhost:8080/ get-build my-job 15
Explanation
Displays detailed information about a specific build of a job. Useful for debugging or auditing build results.
Examples
Get details of build number 5
java -jar jenkins-cli.jar -s http://localhost:8080/ get-build my-job 5