Add cicd/Harlie

adding build profile
This commit is contained in:
2026-05-13 19:25:00 +00:00
parent f142662d15
commit bd14194d69
+16
View File
@@ -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",
]
}