can you tell me why Jenkins would get a different result from the shell scripts alone?
On Wednesday, March 18, 2020 at 12:25:34 PM UTC-4 Siddhesh Malpani wrote: > Mohan, > > Yes of course you can do that. Simply ad the shell script file name in the > 'Execute Shell' step as explained by Derek. Remember that you've give the > path of your file relative to your workspace directory. Suppose your > worskapce dir is 'build-dev' and the shell script 'patch.sh' is located in > a dir 'scripts' under the workspace. Then you'll have to give it's path as: > > ./scripts/patch.sh > > And you're good to go. > > Cheers, > Siddhesh > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/c6d9f1a7-ac7a-4e88-9267-ee8ec1386223n%40googlegroups.com.
