I am keeping a shell script file named urltest.sh in /var/lib/jenkins and executing the file from jenkins build.
urltest.sh
/var/lib/jenkins
jenkins
When I execu
There's the Managed Script Plugin which provides an easy way of managing user scripts. It also adds a build step action which allows you to select which user script to execute.