create the script with jenkins group : /pathtoscript.sh
vim /etc/sudoers
add the following row to the conf sudoers file
jenkins ALL=(ALL) NOPASSWD: /pathtoscript.sh
be carefull only root can read write execute , jenkins can read and execute not write
chmod 750 /pathtoscript.sh