ci: bump jenkins-lib to fix sepolia token typo

Depends on:
https://github.com/status-im/status-jenkins-lib/commit/8331a433

Also replaces `TARGET` with `PLATFORM` to not conflict with Nix shell.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2024-03-27 13:07:45 +01:00
parent e5ed5e624b
commit e44b29f3a6
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
12 changed files with 32 additions and 32 deletions

View File

@ -1,5 +1,5 @@
#!/usr/bin/env groovy #!/usr/bin/env groovy
library 'status-jenkins-lib@v1.8.7' library 'status-jenkins-lib@v1.8.11'
/* Options section can't access functions in objects. */ /* Options section can't access functions in objects. */
def isPRBuild = utils.isPRBuild() def isPRBuild = utils.isPRBuild()
@ -34,10 +34,10 @@ pipeline {
} }
environment { environment {
LANG = "en_US.UTF-8" LANG = 'en_US.UTF-8'
LC_ALL = "en_US.UTF-8" LC_ALL = 'en_US.UTF-8'
LANGUAGE = "en_US.UTF-8" LANGUAGE = 'en_US.UTF-8'
TARGET = "android${utils.isE2EBuild() ? "-e2e" : ""}" PLATFORM = "android${utils.isE2EBuild() ? "-e2e" : ""}"
BUILD_ENV = 'prod' BUILD_ENV = 'prod'
NIX_CONF_DIR = "${env.WORKSPACE}/nix" NIX_CONF_DIR = "${env.WORKSPACE}/nix"
FASTLANE_DISABLE_COLORS = 1 FASTLANE_DISABLE_COLORS = 1

View File

@ -1,5 +1,5 @@
#!/usr/bin/env groovy #!/usr/bin/env groovy
library 'status-jenkins-lib@v1.8.7' library 'status-jenkins-lib@v1.8.11'
pipeline { pipeline {
agent { label 'linux' } agent { label 'linux' }

View File

@ -1,5 +1,5 @@
#!/usr/bin/env groovy #!/usr/bin/env groovy
library 'status-jenkins-lib@v1.8.7' library 'status-jenkins-lib@v1.8.11'
pipeline { pipeline {
agent { label 'linux' } agent { label 'linux' }

View File

@ -1,5 +1,5 @@
#!/usr/bin/env groovy #!/usr/bin/env groovy
library 'status-jenkins-lib@v1.8.7' library 'status-jenkins-lib@v1.8.11'
/* Options section can't access functions in objects. */ /* Options section can't access functions in objects. */
def isPRBuild = utils.isPRBuild() def isPRBuild = utils.isPRBuild()
@ -34,10 +34,10 @@ pipeline {
} }
environment { environment {
LANG = "en_US.UTF-8" LANG = 'en_US.UTF-8'
LC_ALL = "en_US.UTF-8" LC_ALL = 'en_US.UTF-8'
LANGUAGE = "en_US.UTF-8" LANGUAGE = 'en_US.UTF-8'
TARGET = 'ios' PLATFORM = 'ios'
NIX_CONF_DIR = "${env.WORKSPACE}/nix" NIX_CONF_DIR = "${env.WORKSPACE}/nix"
FASTLANE_DISABLE_COLORS = 1 FASTLANE_DISABLE_COLORS = 1
BUNDLE_PATH = "${HOME}/.bundle" BUNDLE_PATH = "${HOME}/.bundle"

View File

@ -1,5 +1,5 @@
#!/usr/bin/env groovy #!/usr/bin/env groovy
library 'status-jenkins-lib@v1.8.7' library 'status-jenkins-lib@v1.8.11'
/* Options section can't access functions in objects. */ /* Options section can't access functions in objects. */
def isPRBuild = utils.isPRBuild() def isPRBuild = utils.isPRBuild()
@ -32,10 +32,10 @@ pipeline {
} }
environment { environment {
LANG = "en_US.UTF-8" LANG = 'en_US.UTF-8'
LC_ALL = "en_US.UTF-8" LC_ALL = 'en_US.UTF-8'
LANGUAGE = "en_US.UTF-8" LANGUAGE = 'en_US.UTF-8'
TARGET = 'tests' PLATFORM = 'tests'
BUILD_ENV = 'prod' BUILD_ENV = 'prod'
NIX_CONF_DIR = "${env.WORKSPACE}/nix" NIX_CONF_DIR = "${env.WORKSPACE}/nix"
LOG_FILE = utils.pkgFilename(ext: 'log', arch: 'tests') LOG_FILE = utils.pkgFilename(ext: 'log', arch: 'tests')

View File

@ -1,5 +1,5 @@
#!/usr/bin/env groovy #!/usr/bin/env groovy
library 'status-jenkins-lib@v1.8.7' library 'status-jenkins-lib@v1.8.11'
pipeline { pipeline {

View File

@ -1,5 +1,5 @@
#!/usr/bin/env groovy #!/usr/bin/env groovy
library 'status-jenkins-lib@v1.8.7' library 'status-jenkins-lib@v1.8.11'
pipeline { pipeline {

View File

@ -1,5 +1,5 @@
#!/usr/bin/env groovy #!/usr/bin/env groovy
library 'status-jenkins-lib@v1.8.7' library 'status-jenkins-lib@v1.8.11'
pipeline { pipeline {

View File

@ -1,14 +1,14 @@
#!/usr/bin/env groovy #!/usr/bin/env groovy
library 'status-jenkins-lib@v1.8.7' library 'status-jenkins-lib@v1.8.11'
pipeline { pipeline {
agent { label 'macos' } agent { label 'macos' }
environment { environment {
LANG = 'en_US.UTF-8' LANG = 'en_US.UTF-8'
LANGUAGE = 'en_US.UTF-8' LANGUAGE = 'en_US.UTF-8'
LC_ALL = 'en_US.UTF-8' LC_ALL = 'en_US.UTF-8'
TARGET = 'ios' PLATFORM = 'ios'
FASTLANE_DISABLE_COLORS = 1 FASTLANE_DISABLE_COLORS = 1
/* avoid writing to r/o /nix */ /* avoid writing to r/o /nix */
GEM_HOME = '~/.rubygems' GEM_HOME = '~/.rubygems'

View File

@ -1,5 +1,5 @@
#!/usr/bin/env groovy #!/usr/bin/env groovy
library 'status-jenkins-lib@v1.8.7' library 'status-jenkins-lib@v1.8.11'
pipeline { pipeline {
agent { label params.AGENT_LABEL } agent { label params.AGENT_LABEL }

View File

@ -1,14 +1,14 @@
#!/usr/bin/env groovy #!/usr/bin/env groovy
library 'status-jenkins-lib@v1.8.7' library 'status-jenkins-lib@v1.8.11'
pipeline { pipeline {
agent { label 'linux' } agent { label 'linux' }
environment { environment {
LANG = 'en_US.UTF-8' LANG = 'en_US.UTF-8'
LANGUAGE = 'en_US.UTF-8' LANGUAGE = 'en_US.UTF-8'
LC_ALL = 'en_US.UTF-8' LC_ALL = 'en_US.UTF-8'
TARGET = 'ios' PLATFORM = 'ios'
FASTLANE_DISABLE_COLORS = 1 FASTLANE_DISABLE_COLORS = 1
/* avoid writing to r/o /nix */ /* avoid writing to r/o /nix */
GEM_HOME = '~/.rubygems' GEM_HOME = '~/.rubygems'

View File

@ -1,5 +1,5 @@
#!/usr/bin/env groovy #!/usr/bin/env groovy
library 'status-jenkins-lib@v1.8.7' library 'status-jenkins-lib@v1.8.11'
pipeline { pipeline {
agent { agent {