Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 276 Bytes

getArtifactType.md

File metadata and controls

16 lines (9 loc) · 276 Bytes

getArtifactType() step

This step inspects given artifactId and returns its type.

Parameters

  • artifactId: string; artifact Id

Example Usage

def artifactType = getArtifactType('koji-build:123456')
echo "${artifactType}"  // prints "koji-build"