point to 2.19 nix
This commit is contained in:
parent
fad772c728
commit
7cc056faae
|
@ -4,7 +4,7 @@ library 'status-jenkins-lib@v1.7.9'
|
|||
def isPRBuild = utils.isPRBuild()
|
||||
|
||||
pipeline {
|
||||
agent { label 'linux && x86_64 && nix-2.11' }
|
||||
agent { label 'linux && x86_64 && nix-2.19' }
|
||||
|
||||
options {
|
||||
timestamps()
|
||||
|
|
|
@ -4,7 +4,7 @@ library 'status-jenkins-lib@v1.7.6'
|
|||
def isPRBuild = utils.isPRBuild()
|
||||
|
||||
pipeline {
|
||||
agent { label 'macos && arm64 && nix-2.11 && xcode-14.3' }
|
||||
agent { label 'macos && arm64 && nix-2.19 && xcode-14.3' }
|
||||
|
||||
parameters {
|
||||
string(
|
||||
|
|
|
@ -4,7 +4,7 @@ library 'status-jenkins-lib@v1.7.9'
|
|||
def isPRBuild = utils.isPRBuild()
|
||||
|
||||
pipeline {
|
||||
agent { label 'linux && x86_64 && nix-2.11' }
|
||||
agent { label 'linux && x86_64 && nix-2.19' }
|
||||
|
||||
options {
|
||||
timestamps()
|
||||
|
|
Loading…
Reference in New Issue