From e293ec7ee04b96bf75a78c872914c9516740795b Mon Sep 17 00:00:00 2001 From: marat-biriushev <49524488+marat-biriushev@users.noreply.github.com> Date: Tue, 16 Jan 2024 21:50:49 +0300 Subject: [PATCH] Update productType --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 28a32a5f6a..843f74164a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,6 +17,6 @@ def pipeline = new org.android.AppPipeline( publishCmd: 'publishReleaseApk', jobParams: jobParams, appPushNoti: true, - dojoProductType: 'android' + dojoProductType: 'fearless' ) pipeline.runPipeline('fearless')