Back to index
Summary
Deletes artifact version metadata from the CloudBees CD/RO database. (This API call does not delete or remove artifacts stored on the repository machine.)artifactVersionNameStringrequiredThe name of the artifactVersion. |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.deleteArtifactVersion( artifactVersionName: "test-artifactVersionName" )