Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-24747

RVM plugin manipulations via script console

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Not A Defect
    • Icon: Trivial Trivial
    • rvm-plugin
    • None

      I want to be able to create jobs via script console and enable RVM environment for them. Actually don't know how to implement it.Tried to find from jenkins sources but no luck.
      I'm creating job with this command:
      job = Jenkins.getInstance().createProject(FreeStyleProject.class, "test123")
      The next i found from jenkins sources should be something like :
      job.getBuildWrappersList().add(wrapper)
      And here is the problem. How should i initialize wrapper correctly for RVM plugin?
      In tests i saw this "TestBuildWrapper wrapper = new TestBuildWrapper();".But what's a real implementation on this?
      Please clarify this aspect.

            Unassigned Unassigned
            sanicheev Serghei Anicheev
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: