This step checks whether given artifactId is a scratch build or not. This only works for koji-build and brew-build artifact types. All other artifact types always return "false".
- artifactId: string; artifactId
def isScratch = isScratchBuild(artifactId: 'koji-build:62674132')