ci: fix keystore used when validating APK
Necessary to avoid validation errors due to missing release keystore. Depends on: https://github.com/status-im/status-jenkins-lib/pull/46 Issue: https://github.com/status-im/infra-ci/issues/63 Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
c56ebf74c1
commit
70da680c1b
|
@ -1,4 +1,4 @@
|
|||
library 'status-jenkins-lib@v1.5.1'
|
||||
library 'status-jenkins-lib@v1.5.2'
|
||||
|
||||
/* Options section can't access functions in objects. */
|
||||
def isPRBuild = utils.isPRBuild()
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
library 'status-jenkins-lib@v1.5.1'
|
||||
library 'status-jenkins-lib@v1.5.2'
|
||||
|
||||
pipeline {
|
||||
agent { label 'linux' }
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
library 'status-jenkins-lib@v1.5.1'
|
||||
library 'status-jenkins-lib@v1.5.2'
|
||||
|
||||
/* Options section can't access functions in objects. */
|
||||
def isPRBuild = utils.isPRBuild()
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
library 'status-jenkins-lib@v1.5.1'
|
||||
library 'status-jenkins-lib@v1.5.2'
|
||||
|
||||
pipeline {
|
||||
agent { label params.AGENT_LABEL }
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
library 'status-jenkins-lib@v1.5.1'
|
||||
library 'status-jenkins-lib@v1.5.2'
|
||||
|
||||
pipeline {
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
library 'status-jenkins-lib@v1.5.1'
|
||||
library 'status-jenkins-lib@v1.5.2'
|
||||
|
||||
pipeline {
|
||||
agent { label 'macos' }
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
library 'status-jenkins-lib@v1.5.1'
|
||||
library 'status-jenkins-lib@v1.5.2'
|
||||
|
||||
pipeline {
|
||||
agent { label 'linux' }
|
||||
|
|
Loading…
Reference in New Issue