Skip to content

Commit 2983af6

Browse files
authored
ci: build universal apk for release (#21163)
This commit points to status-jenkins-lib tag which ensures that universal APKs are built for release.
1 parent 4a8bb70 commit 2983af6

12 files changed

+12
-12
lines changed

ci/Jenkinsfile.android

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env groovy
2-
library '[email protected].4'
2+
library '[email protected].8'
33

44
/* Options section can't access functions in objects. */
55
def isPRBuild = utils.isPRBuild()

ci/Jenkinsfile.combined

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env groovy
2-
library '[email protected].4'
2+
library '[email protected].8'
33

44
import groovy.json.JsonBuilder
55

ci/Jenkinsfile.e2e-nightly

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env groovy
2-
library '[email protected].4'
2+
library '[email protected].8'
33

44
pipeline {
55
agent { label 'linux' }

ci/Jenkinsfile.ios

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env groovy
2-
library '[email protected].4'
2+
library '[email protected].8'
33

44
/* Options section can't access functions in objects. */
55
def isPRBuild = utils.isPRBuild()

ci/Jenkinsfile.tests

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env groovy
2-
library '[email protected].4'
2+
library '[email protected].8'
33

44
/* Options section can't access functions in objects. */
55
def isPRBuild = utils.isPRBuild()

ci/tests/Jenkinsfile.e2e-nightly

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env groovy
2-
library '[email protected].4'
2+
library '[email protected].8'
33

44
pipeline {
55

ci/tests/Jenkinsfile.e2e-prs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env groovy
2-
library '[email protected].4'
2+
library '[email protected].8'
33

44
pipeline {
55

ci/tests/Jenkinsfile.e2e-upgrade

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env groovy
2-
library '[email protected].4'
2+
library '[email protected].8'
33

44
pipeline {
55

ci/tools/Jenkinsfile.fastlane-clean

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env groovy
2-
library '[email protected].4'
2+
library '[email protected].8'
33

44
pipeline {
55
agent { label 'macos' }

ci/tools/Jenkinsfile.nix-cache

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env groovy
2-
library '[email protected].4'
2+
library '[email protected].8'
33

44
pipeline {
55
agent { label params.AGENT_LABEL }

ci/tools/Jenkinsfile.playstore-meta

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env groovy
2-
library '[email protected].4'
2+
library '[email protected].8'
33

44
pipeline {
55
agent { label 'linux' }

ci/tools/Jenkinsfile.xcode-clean

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env groovy
2-
library '[email protected].4'
2+
library '[email protected].8'
33

44
pipeline {
55
agent {

0 commit comments

Comments
 (0)