From b6d2b9eb5318d88ec3228ac0af050bb4a1861409 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Wed, 26 Jun 2024 17:55:26 +0200 Subject: [PATCH] fix(ci)_: fix Nix version label and bump library MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- _assets/ci/Jenkinsfile.android | 4 ++-- _assets/ci/Jenkinsfile.docker | 2 +- _assets/ci/Jenkinsfile.ios | 2 +- _assets/ci/Jenkinsfile.linux | 4 ++-- _assets/ci/Jenkinsfile.tests | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/_assets/ci/Jenkinsfile.android b/_assets/ci/Jenkinsfile.android index 271c59cd6..12fe6cf8d 100644 --- a/_assets/ci/Jenkinsfile.android +++ b/_assets/ci/Jenkinsfile.android @@ -1,8 +1,8 @@ #!/usr/bin/env groovy -library 'status-jenkins-lib@v1.8.10' +library 'status-jenkins-lib@v1.8.18' pipeline { - agent { label 'linux && x86_64 && nix-2.14' } + agent { label 'linux && x86_64 && nix-2.19' } parameters { string( diff --git a/_assets/ci/Jenkinsfile.docker b/_assets/ci/Jenkinsfile.docker index 57ced8c84..b8116152a 100644 --- a/_assets/ci/Jenkinsfile.docker +++ b/_assets/ci/Jenkinsfile.docker @@ -1,5 +1,5 @@ #!/usr/bin/env groovy -library 'status-jenkins-lib@v1.8.10' +library 'status-jenkins-lib@v1.8.18' pipeline { agent { label 'linux' } diff --git a/_assets/ci/Jenkinsfile.ios b/_assets/ci/Jenkinsfile.ios index 33bf06a21..a4be9a7ad 100644 --- a/_assets/ci/Jenkinsfile.ios +++ b/_assets/ci/Jenkinsfile.ios @@ -1,5 +1,5 @@ #!/usr/bin/env groovy -library 'status-jenkins-lib@v1.8.10' +library 'status-jenkins-lib@v1.8.18' pipeline { agent { label 'macos && aarch64 && xcode-15.1 && nix-2.19' } diff --git a/_assets/ci/Jenkinsfile.linux b/_assets/ci/Jenkinsfile.linux index 8bce253cf..178f462fc 100644 --- a/_assets/ci/Jenkinsfile.linux +++ b/_assets/ci/Jenkinsfile.linux @@ -1,8 +1,8 @@ #!/usr/bin/env groovy -library 'status-jenkins-lib@v1.8.10' +library 'status-jenkins-lib@v1.8.18' pipeline { - agent { label 'linux && x86_64 && nix-2.14' } + agent { label 'linux && x86_64 && nix-2.19' } parameters { string( diff --git a/_assets/ci/Jenkinsfile.tests b/_assets/ci/Jenkinsfile.tests index 8fd7f8059..bca5b724e 100644 --- a/_assets/ci/Jenkinsfile.tests +++ b/_assets/ci/Jenkinsfile.tests @@ -1,8 +1,8 @@ #!/usr/bin/env groovy -library 'status-jenkins-lib@v1.8.15' +library 'status-jenkins-lib@v1.8.18' pipeline { - agent { label 'linux && x86_64 && nix-2.14' } + agent { label 'linux && x86_64 && nix-2.19' } parameters { string(