ci: fix mktools installation
arcad/arcast/pipeline/head This commit is unstable Details

This commit is contained in:
wpetit 2024-04-25 15:54:43 +02:00
parent 74268493d6
commit a7d1f37682
1 changed files with 7 additions and 0 deletions

7
Jenkinsfile vendored
View File

@ -50,6 +50,13 @@ standardMakePipeline([
'extras;google;m2repository' \
'extras;google;google_play_services'
''',
'hooks': [
'pre-release': {
sh '''
make .mktools
'''
}
],
'credentials': [
file(credentialsId: 'android-keystore', variable: 'ANDROID_KEYSTORE_FILE'),
string(credentialsId: 'android-keystore-pass', variable: 'ANDROID_KEYSTORE_PASS'),