diff --git a/cicd/Harlie b/cicd/Harlie new file mode 100644 index 0000000..4fa35c7 --- /dev/null +++ b/cicd/Harlie @@ -0,0 +1,16 @@ +// 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", + ] +} \ No newline at end of file