fix(ci)_: fix Nix version label and bump library
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
e2846f3936
commit
b6d2b9eb53
|
@ -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(
|
||||
|
|
|
@ -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' }
|
||||
|
|
|
@ -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' }
|
||||
|
|
|
@ -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(
|
||||
|
|
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue