I am having probelms configuring Rake in Jenkins to run a cucumber test i have. I cannot figure out what i should be filling in *tasks* is that just a name that you give to the job or is it something from the Rakefile?
<https://lh3.googleusercontent.com/-nd81MT-kmO0/V0dY5_H1MXI/AAAAAAAAAE4/IkRPtsmMmLcSNBIP1xE4CHdhXSLR3OPagCLcB/s1600/RakeJenkins.PNG> here is my Rakefile require 'cucumber/rake/task' Cucumber::Rake::Task.new :features do |t| t.cucumber_opts = '--format json features/testEBI.feature > /var/lib/jenkins/workspace/SASEBI\ test/report.json' end any suggestions? -- 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/f789ec45-1f5a-421b-828a-42bdc70a5756%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
