Ubuntu – How to Run http-server command on Jenkins Job
I want to run the command http-server command on jenkins. It is a command which runs continusly it will never gets disconnected until we do the CTRL+C. What happens is the job is failed since the commmand never completes. Any…