Command set-build-display-name
java -jar jenkins-cli.jar -s https://ci.inria.fr/ocaml/ set-build-display-name JOB BUILD# DISPLAYNAME
Sets the displayName of a build.
JOB : Name of the job to build BUILD# : Number of the build DISPLAYNAME : DisplayName to be set. '-' to read from stdin.