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:
parent
01895bab30
commit
5fd1c06bce
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env groovy
|
#!/usr/bin/env groovy
|
||||||
library 'status-jenkins-lib@v1.9.0'
|
library 'status-jenkins-lib@v1.9.1'
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
agent { label 'linux && x86_64 && nix-2.19' }
|
agent { label 'linux && x86_64 && nix-2.19' }
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env groovy
|
#!/usr/bin/env groovy
|
||||||
library 'status-jenkins-lib@v1.9.0'
|
library 'status-jenkins-lib@v1.9.1'
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
agent { label 'macos && aarch64 && xcode-15.1 && nix-2.19' }
|
agent { label 'macos && aarch64 && xcode-15.1 && nix-2.19' }
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env groovy
|
#!/usr/bin/env groovy
|
||||||
library 'status-jenkins-lib@v1.9.0'
|
library 'status-jenkins-lib@v1.9.1'
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
agent { label 'linux && x86_64 && nix-2.19' }
|
agent { label 'linux && x86_64 && nix-2.19' }
|
||||||
|
|
Loading…
Reference in New Issue