ci: upgrade Jenkins library to fix getting version

Fixed in:
https://github.com/status-im/status-jenkins-lib/pull/56

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2023-02-21 15:52:28 +01:00
parent dd3f4058c2
commit 34f7354e6c
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
6 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
library 'status-jenkins-lib@v1.6.4'
library 'status-jenkins-lib@v1.6.7'
pipeline {
agent { label 'linux' }

View File

@ -1,4 +1,4 @@
library 'status-jenkins-lib@v1.6.4'
library 'status-jenkins-lib@v1.6.7'
pipeline {
agent { label 'linux && x86_64' }

View File

@ -1,4 +1,4 @@
library 'status-jenkins-lib@v1.6.4'
library 'status-jenkins-lib@v1.6.7'
pipeline {
agent { label 'linux' }

View File

@ -1,4 +1,4 @@
library 'status-jenkins-lib@v1.6.4'
library 'status-jenkins-lib@v1.6.7'
pipeline {
agent { label 'macos && aarch64 && go-1.18 && nix-2.11' }

View File

@ -1,4 +1,4 @@
library 'status-jenkins-lib@v1.6.4'
library 'status-jenkins-lib@v1.6.7'
pipeline {
agent { label 'linux && x86_64 && go-1.18' }

View File

@ -1,4 +1,4 @@
library 'status-jenkins-lib@v1.6.4'
library 'status-jenkins-lib@v1.6.7'
pipeline {
agent { label 'linux && x86_64 && go-1.18' }