- 
    
Bug
 - 
    Resolution: Unresolved
 - 
    
Minor
 - 
    None
 
I am working with the plug trying to upload an aab file, when I execute the job it stays working indefinitely, it does not return an error but it does not progress either.
I use this script:
 
androidApkUpload googleCredentialsId: 'Google Key',
                                     filesPattern: 'archivo-1.0.1.aab',
                                     trackName: 'alpha',
                                     rolloutPercentage: '0'
 
and this is the console output:
 
[Pipeline] androidApkUpload 
Authenticating to Google Play API...
- Credential: Google Key
 - Application ID: mx.com.archivo
Uploading 1 file(s) with application ID: mx.com.archivo
AAB file: archivo-1.0.1.aab
File size: 147.29 MB
SHA-1 hash:
versionCode: 1234
versionName: 4.1.0
minSdkVersion: 21 
I use jenkins 2.332.4 and when I try to upload an apk it does it without problems