Skip to content

Commit

Permalink
mwr-651 jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
arvifox committed Sep 26, 2023
1 parent 57726a8 commit f5ca00c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ def pipeline = new org.android.AppPipeline(steps: this,
jobParams: jobParams,
appPushNoti: true,
gitUpdateSubmodule: true,
dockerImage: 'build-tools/android-build-box-jdk11:latest',
dockerImage: 'build-tools/android-build-box:jdk17',
gpgFiles: ['app/google-services.json'])
pipeline.runPipeline('sora')

0 comments on commit f5ca00c

Please sign in to comment.