Can you advise on how do I setup path to cygwin here so that it can find the required shell script commands?java.io.IOException: Cannot run program "nohup"CreateProcess error=2, The system cannot find the file specified
I have written shell script execution step as below:
--
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 jenkinsci-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/e613e539-156f-40cf-9288-b97b74cb9b42%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
[D:\Jenkins\jobs\BUILD-DEPLOY-TEST-CERTIFY-WF\workspace] Running shell script cygwin warning: MS-DOS style path detected: D:\Jenkins\jobs\BUILD-DEPLOY-TEST-CERTIFY-WF\workspace\.dddf1bf9\pid Preferred POSIX equivalent is: /cygdrive/d/Jenkins/jobs/BUILD-DEPLOY-TEST-CERTIFY-WF/workspace/.dddf1bf9/pid CYGWIN environment variable option "nodosfilewarning" turns off this warning. Consult the user's guide for more details about POSIX paths: http://cygwin.com/cygwin-ug-net/using.html#using-pathnames sh: D:\Jenkins\jobs\BUILD-DEPLOY-TEST-CERTIFY-WF\workspace\.dddf1bf9\script.sh: command not found
I am not calling script.sh.Also I am not sure how this .dddf1bf9 folder is getting created.
Can you advise on this?
Regards,
Rupali