Uploaded image for project: 'Continuum'
  1. Continuum
  2. CONTINUUM-2152

Description of project build definition not set when created via XMLRPC interface

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Trivial
    • Resolution: Duplicate
    • 1.2.3
    • None
    • XMLRPC Interface
    • None
    • Linux, Sun Java SDK 1.5.0_16
    • Patch

    Description

      When adding a build definition to a project via the XMLRPC interface using the following example code snippet ...

      BuildDefinition bd = new BuildDefinition();
      bd.setArguments("-Dargument=value");
      bd.setBuildFile("pom.xml");
      bd.setDescription("My Description");
      bd.setGoals("clean install");
      bd.setSchedule(schedule);
      bd.setType("maven2");
      
      client.addBuildDefinitionToProject(projectId, bd);
      

      ... the description seems to be ignored, because it's not shown in the web interface in the "Project Information" tab.

      Attachments

        1. CONTINUUM-2152-v1.2.x.patch
          0.7 kB
          Jose Morales Martinez
        2. CONTINUUM-2152-v1.3.x.patch
          0.7 kB
          Jose Morales Martinez

        Issue Links

          Activity

            People

              brett Brett Porter
              slash Bernhard Trummer
              Votes:
              1 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: