Coder Social home page Coder Social logo

Comments (5)

cowboyd avatar cowboyd commented on August 23, 2024

Let me start by saying that you are definitely not screwed (at least as far as hudson.rb goes. I can't say otherwise :))

hudson.rb is just a ruby command line for interacting with hudson server(s). You can use it to manage a hudson server as well as control with a running instance, but all it does under the covers is use the JSON api. In fact, you don't strictly need the hudson gem to use hudson to build ruby projects at all. Instead, you could just download the warfile and run it in your servlet container of choice.

Our goal is to make it painless to deploy and use hudson, especially with ruby projects.

The actual builds that hudson performs only need a shell environment. What you have in that shell is entirely up to you.

That said, hudson.rb should probably run on jruby, so this is very much a valid issue. It looks like the yajl extension we use to parse the JSON from the hudson server is c-based rubies only.

from jenkins.rb.

glongman avatar glongman commented on August 23, 2024

Awesome. Thanks so much for the quick answer!

from jenkins.rb.

drnic avatar drnic commented on August 23, 2024

Yep, it should definitely run on all the rubies. Sorry that this version didn't.

from jenkins.rb.

drnic avatar drnic commented on August 23, 2024

As an aside, we would have known this pre-release if we do issue #5

from jenkins.rb.

yyuu avatar yyuu commented on August 23, 2024

Close this issue since there is nothing to be done on this.

from jenkins.rb.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.