From 172a002650e29c56f50aecdcf46eeaf439f179b7 Mon Sep 17 00:00:00 2001 From: marat-biriushev <49524488+marat-biriushev@users.noreply.github.com> Date: Mon, 17 Jun 2024 18:39:35 +0300 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 27deaa0e43..5cc645646b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,4 +1,4 @@ -@Library('jenkins-library') +@Library('jenkins-library@feature/SUP-8993-fearless-autotests') // Job properties def jobParams = [ @@ -19,6 +19,8 @@ def pipeline = new org.android.AppPipeline( jobParams: jobParams, appPushNoti: true, dojoProductType: 'android', - uploadToNexusFor: ['master','develop','staging'] + uploadToNexusFor: ['master','develop','staging'], + statusNotif: true, + triggerAutoTests: true ) -pipeline.runPipeline('fearless') \ No newline at end of file +pipeline.runPipeline('fearless')