fix(ci)_: bump lib to 1.9.1 to make uploads public

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

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2024-07-01 19:33:26 +02:00
parent 01895bab30
commit 5fd1c06bce
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
#!/usr/bin/env groovy
library 'status-jenkins-lib@v1.9.0'
library 'status-jenkins-lib@v1.9.1'
pipeline {
agent { label 'linux && x86_64 && nix-2.19' }

View File

@ -1,5 +1,5 @@
#!/usr/bin/env groovy
library 'status-jenkins-lib@v1.9.0'
library 'status-jenkins-lib@v1.9.1'
pipeline {
agent { label 'macos && aarch64 && xcode-15.1 && nix-2.19' }

View File

@ -1,5 +1,5 @@
#!/usr/bin/env groovy
library 'status-jenkins-lib@v1.9.0'
library 'status-jenkins-lib@v1.9.1'
pipeline {
agent { label 'linux && x86_64 && nix-2.19' }