Hey,Been trying to get Jenkins to run my cucumber tests to no avail. I haven't found anything straightforward on implementing these two, except for this article, which isn't completely making sense to me. Does anyone have a link or workflow to get Cucumber to run the tests in Jenkins. It's sourcing my github repo, running my cucumber, but can't find the cucumber command or is running into gem dependency errors. I know RVM is involved, but I'm not seeing how jenkins is running it. I will take a look at the Jenkins forum too.Tried many workarounds with gem fixes, path changes, but cant get cucumber to run. No Fun!Thanks in advance.Nick--
-- Rules --
1) Please prefix the subject with [Ruby], [JVM] or [JS].
2) Please use interleaved answers http://en.wikipedia.org/wiki/Posting_style#Interleaved_style
3) If you have a question, don't reply to an existing message. Start a new topic instead.
You received this message because you are subscribed to the Google Groups Cukes group. To post to this group, send email to cu...@googlegroups.com. To unsubscribe from this group, send email to cukes+un...@googlegroups.com. For more options, visit this group at https://groups.google.com/d/forum/cukes?hl=en
I've done this with little problem. It should not require hacks or fixes, but will require adding the location of your gems to the path. The first thing you should do is ensure you can run cucumber as the user that jenkins is running as.The article you linked looks good but it presumes you are already set up to run cucumber as the user which appears to be the problem. Obviously you are able to run them in some environment, such as your dev pc, so you did it once.CheersJoel