execution failed
java.io.IOException: Cannot run program "sh" (in directory "E:\Projects\Hudson\.hudson\jobsfile(s) were found with the pattern 'build/logs/phpunit.xml' relative to 'E:\Projects\Hudson\.hudson\jobs
我正在使用Node/React构建一个网站。我需要这样的功能如下。一旦用户在我的网站上注册,我就发送了一封验证电子邮件。并将"isVerified“字段为"false”的用户存储在数据库中。如果用户在5天内没有进行验证。我想删除那个用户记录。//remove user if he created before 5 days and unverified yet.}