Hi Folks,
Just getting started with Jenkins Pipelines, following the tutorial found here:
When I attempt to run any commands via 'sh', I get an error saying 'not found'. For example, in my pipeline script, I simply have "sh('ls')" which returns:
[pipeline_test] Running shell script
sh: 1: /home/jenkins/workspace/pipeline_test@tmp/durable-fa8ef8f6/script.sh: not found
I don't know what the problem is here, any tips/help is appreciated!
//Daniel