What is the main goal of this plugin? 1) Usually everybody run cucumber from native packagers/tools and then just grab test results in i.e. https://wiki.jenkins-ci.org/display/JENKINS/Cucumber+Test+Result+Plugin 2) part of commit messages are in russian, not really convenient for contributing by other people 3) https://github.com/melezhik/cucumber-plugin/blob/master/models/cucumber-builder.rb#L65-L67 If you want wrote your commands in ruby, then you can just use shell execution step with #!/bin/env ruby and your script or install some plugin that can highlight ruby syntax. All input variable can be define as input strings or just in this shell script...
Imho this plugin looks absolutely useless for hosting at infra, few shell commands implemented like a plugin will be unreally difficult to support. (Note, it just my opinion.) On Tuesday, December 16, 2014 2:12:54 PM UTC+3, melezhik wrote: > > Hi! I want to add this to jenkins plugins list. Cucumber jenkins plugin to > run cucumber features through jenkins. > https://github.com/melezhik/cucumber-plugin > > Regards. > > Alexey > > > > > -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" 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-dev/21118fc3-a53c-4ca4-b5d8-7ed7e5663e06%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
