Skip to content

Commit

Permalink
apk name updated in e2e nightly jenkins file
Browse files Browse the repository at this point in the history
  • Loading branch information
yevh-berdnyk committed Dec 22, 2023
1 parent 10b9784 commit 1bd6898
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/tests/Jenkinsfile.e2e-nightly
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ pipeline {
steps { script {
copyArtifacts(
projectName: "status-mobile/platforms/android-e2e",
filter: 'result/*-x86.apk',
filter: 'result/*-x86_64.apk',
selector: specific(env.APK_BUILD_NUMBER),
)
apk_path = "${env.WORKSPACE}/${utils.findFile('result/*-x86.apk')}"
apk_path = "${env.WORKSPACE}/${utils.findFile('result/*-x86_64.apk')}"

} }
}
Expand Down

0 comments on commit 1bd6898

Please sign in to comment.