ci: sign android apk with keystore
Some checks reported warnings
arcad/arcast/pipeline/head This commit is unstable

This commit is contained in:
2024-04-24 11:27:18 +02:00
parent f35b279515
commit 8bd32adc51
3 changed files with 32 additions and 3 deletions

2
Jenkinsfile vendored
View File

@ -45,6 +45,8 @@ standardMakePipeline([
'extras;google;google_play_services'
''',
'credentials': [
file(credentialsId: 'android-keystore', variable: 'ANDROID_KEYSTORE_FILE'),
string(credentialsId: 'android-keystore-pass', variable: 'ANDROID_KEYSTORE_PASS'),
usernamePassword(credentialsId: 'kipp-credentials', usernameVariable: 'MKT_GITEA_RELEASE_USERNAME', passwordVariable: 'MKT_GITEA_RELEASE_PASSWORD')
]
])