• 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.

          [JENKINS-24747] RVM plugin manipulations via script console

          Daniel Beck added a comment -

          Jira is not a support site. Ask on the jenkinsci-users (or even jenkinsci-dev) mailing list, or in #jenkins on Freenode.

          Daniel Beck added a comment - Jira is not a support site. Ask on the jenkinsci-users (or even jenkinsci-dev) mailing list, or in #jenkins on Freenode.

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

              Created:
              Updated:
              Resolved: