mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-13 10:16:01 +00:00
ci: fix Android release builds not splitting ABIs
This was caused by Groovy script logic not checking `params.BUILT_TYPE`. Related: https://github.com/status-im/status-react-jenkins/pull/14 Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
f9fb4d6974
commit
eeff44eea7
@ -1,4 +1,4 @@
|
||||
library 'status-react-jenkins@v1.2.2'
|
||||
library 'status-react-jenkins@v1.2.3'
|
||||
|
||||
pipeline {
|
||||
agent { label 'linux' }
|
||||
|
@ -1,4 +1,4 @@
|
||||
library 'status-react-jenkins@v1.2.2'
|
||||
library 'status-react-jenkins@v1.2.3'
|
||||
|
||||
pipeline {
|
||||
agent { label 'linux' }
|
||||
|
@ -1,4 +1,4 @@
|
||||
library 'status-react-jenkins@v1.2.2'
|
||||
library 'status-react-jenkins@v1.2.3'
|
||||
|
||||
pipeline {
|
||||
agent { label 'macos-xcode-11.5' }
|
||||
|
@ -1,4 +1,4 @@
|
||||
library 'status-react-jenkins@v1.2.2'
|
||||
library 'status-react-jenkins@v1.2.3'
|
||||
|
||||
pipeline {
|
||||
agent { label params.AGENT_LABEL }
|
||||
|
@ -1,4 +1,4 @@
|
||||
library 'status-react-jenkins@v1.2.2'
|
||||
library 'status-react-jenkins@v1.2.3'
|
||||
|
||||
pipeline {
|
||||
agent { label 'macos' }
|
||||
|
@ -1,4 +1,4 @@
|
||||
library 'status-react-jenkins@v1.2.2'
|
||||
library 'status-react-jenkins@v1.2.3'
|
||||
|
||||
pipeline {
|
||||
agent { label 'linux' }
|
||||
|
Loading…
x
Reference in New Issue
Block a user