Back to index
Summary
Creates a new artifact version.versionStringrequiredThe version component of the GAV (GroupId/ArtifactVersionId/Version) coordinates. artifactKeyStringoptionalThe artifactKey component of the GAV (GroupId/ArtifactVersionId/Version) coordinates. artifactNameStringoptionalThe name of the artifact containing the artifactVersion. dependentArtifactVersionArrayoptionalThe set of artifactVersions on which this artifactVersion depends. descriptionStringoptionalComment text describing this object that is not interpreted at all by CloudBees CD/RO. groupIdStringoptionalThe groupId component of the GAV (GroupId/ArtifactVersionId/Version) coordinates. jobStepIdUUIDoptionalThe ID of the job step; used to make a project association. repositoryNameStringoptionalThe name of the artifact repository. |
Usage
Perl
$cmdr->createArtifactVersion( "test-version" # version # optionals );
ectool
ectool createArtifactVersion \ "test-version" `# version` \ # optionals