I'm trying to make a simple change in my Jenkins build: edit a name of build's description to some other name. (Just for the sake of practice). I'm typing such a command in terminal:
curl -i -X POST -d ""Description":"Some_other_description_name"" \
"https://My_Login:My_password@jenkins_url/job/job_name/job_number/"
but it doesn't seem to work. Thx in advance