// File: cicd/Harlie

// If you need a custom Gizmo profiles branch, please add this to options:
// "customGizmoProfilesBranch" : "feature/some-custom-name"

// If you need a custom Gizmo build variants branch, please add this to options:
// "customGizmoBuildVariantsbranch" : "feature/some-custom-name"

//profileName is usually just your repo name

@Library('build-pipeline') _
profile {
    options = [
            "profileName" : "Gobi",
    ]
}