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. */
|
/* Options section can't access functions in objects. */
|
||||||
def isPRBuild = utils.isPRBuild()
|
def isPRBuild = utils.isPRBuild()
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
library 'status-jenkins-lib@v1.5.1'
|
library 'status-jenkins-lib@v1.5.2'
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
agent { label 'linux' }
|
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. */
|
/* Options section can't access functions in objects. */
|
||||||
def isPRBuild = utils.isPRBuild()
|
def isPRBuild = utils.isPRBuild()
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
library 'status-jenkins-lib@v1.5.1'
|
library 'status-jenkins-lib@v1.5.2'
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
agent { label params.AGENT_LABEL }
|
agent { label params.AGENT_LABEL }
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
library 'status-jenkins-lib@v1.5.1'
|
library 'status-jenkins-lib@v1.5.2'
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
library 'status-jenkins-lib@v1.5.1'
|
library 'status-jenkins-lib@v1.5.2'
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
agent { label 'macos' }
|
agent { label 'macos' }
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
library 'status-jenkins-lib@v1.5.1'
|
library 'status-jenkins-lib@v1.5.2'
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
agent { label 'linux' }
|
agent { label 'linux' }
|
||||||
|
|
Loading…
Reference in New Issue