Jenkins skips build shell command -
I have created a freestyle Jenkins job In the configuration I said that the Build Execute Shell was created with the simple command "Building Hello World" is. When I create a job, I think that is never executed. I do not find any shell errors in world output and can you tell me why this is happening.
What type of shell are you using?
I have the same problem with the tcsh - a command was not executed (not even echoed with the -x option). As it turned out, that was because there was no "Newline" character after that command, and that is a problem with that TCS.
Comments
Post a Comment