mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-14 02:35:54 +00:00
use shortCommit for e2e build filename
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
de12317820
commit
cf0a49b3b1
@ -134,7 +134,7 @@ timeout(90) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
stage('Upload apk for e2e tests') {
|
stage('Upload apk for e2e tests') {
|
||||||
env.SAUCE_LABS_APK = 'im.status.ethereum-e2e-' + env.CHANGE_ID + '.apk'
|
env.SAUCE_LABS_APK = 'im.status.ethereum-e2e-' + shortCommit + '.apk'
|
||||||
withCredentials([
|
withCredentials([
|
||||||
string(credentialsId: 'SAUCE_ACCESS_KEY', variable: 'SAUCE_ACCESS_KEY'),
|
string(credentialsId: 'SAUCE_ACCESS_KEY', variable: 'SAUCE_ACCESS_KEY'),
|
||||||
string(credentialsId: 'SAUCE_USERNAME', variable: 'SAUCE_USERNAME'),
|
string(credentialsId: 'SAUCE_USERNAME', variable: 'SAUCE_USERNAME'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user