jenkins fails while restarting my sql “sudo: no tty present and no askpass program specified Sorry, try again.”

前端 未结 3 555
庸人自扰
庸人自扰 2021-02-06 13:12

I just configured jenkins and in the pre-build steps i am trying to restart jenkins but i end up with the following error

Commencing build of Revision c5b9f8daac         


        
3条回答
  •  挽巷
    挽巷 (楼主)
    2021-02-06 13:45

    Please use the "id" command and paste the output. Only if you are in admin group then you don't need password but for all other even though you have access but you need to type the sudo password. In this case sudo doesn't have a tty to ask for the password and hence the error.

    One solution could be, don't use sudo only for mysql restart, instead run the entire script as sudo "sudo {your script path}" in this case sudo will have the terminal to ask for the password.

提交回复
热议问题