From bd14194d69cd4c7c9acaf8476b7c4e5a2708c9b3 Mon Sep 17 00:00:00 2001 From: admin Date: Wed, 13 May 2026 19:25:00 +0000 Subject: [PATCH] Add cicd/Harlie adding build profile --- cicd/Harlie | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 cicd/Harlie 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