Hi@akhtar,
Here you have to give root power to your jenkins user. Otherwise your jenkins user will not able to run any job in your system.
If you are using Linux system, then open /etc/sudoers file and write down the bellow given line.
jenkins ALL=(ALL) NOPASSWD: ALL
Hope this will help.