diff --git a/Jenkinsfile b/Jenkinsfile index b14d14ac5..4091ca3a5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -12,7 +12,7 @@ def pipeline = new org.android.AppPipeline(steps: this, testCmd: 'ktlintCheck clean testDevelopDebugUnitTest koverVerifyDevelopDebug', publishType: 'Bundle', jobParams: jobParams, - appPushNoti: true, + statusNotif: true, gitUpdateSubmodule: true, dockerImage: 'build-tools/android-build-box:jdk17', gpgFiles: ['app/google-services.json'],