Add cicd/Harlie
adding build profile
This commit is contained in:
+16
@@ -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",
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user