Back to index
Summary
Creates a new artifact.groupIdStringrequiredThe groupId component of the GAV (GroupId/ArtifactKey/Version) coordinates. artifactKeyStringrequiredThe artifactKey component of the GAV (GroupId/ArtifactKey/Version) coordinates. artifactVersionNameTemplateStringoptionalThe artifactVersion name template. descriptionStringoptionalComment text describing this object that is not interpreted at all by CloudBees CD/RO. |
Usage
Perl
$cmdr->createArtifact( "test-groupId", # groupId "test-artifactKey" # artifactKey # optionals );
ectool
ectool createArtifact \ "test-groupId" `# groupId` \ "test-artifactKey" `# artifactKey` \ # optionals