Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Duplicate
-
1.2.3
-
None
-
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
Attachments
Issue Links
- duplicates
-
CONTINUUM-2584 Unable to save the Description of Build Definition when creating build defintion using xmlrpc
- Closed