File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ pipeline {
7878 stage(' check' ) {
7979 agent {
8080 node {
81- label ' !virt:kvm && !virt:bhyve && fs:pcfs && fs:ufs && jenkins_agent:3 && pkgsrc_arch:x86_64 && image_ver:21.4.1 '
81+ label ' !virt:kvm && !virt:bhyve && fs:pcfs && fs:ufs && jenkins_agent:3 && pkgsrc_arch:x86_64 && image_ver:21.4.0 '
8282 customWorkspace " workspace/headnode-${ BRANCH_NAME} -check"
8383 }
8484 }
@@ -116,7 +116,7 @@ make check
116116 stage(' default' ) {
117117 agent {
118118 node {
119- label ' !virt:kvm && !virt:bhyve && fs:pcfs && fs:ufs && jenkins_agent:3 && pkgsrc_arch:x86_64 && image_ver:21.4.1 '
119+ label ' !virt:kvm && !virt:bhyve && fs:pcfs && fs:ufs && jenkins_agent:3 && pkgsrc_arch:x86_64 && image_ver:21.4.0 '
120120 customWorkspace " workspace/headnode-${ BRANCH_NAME} -default"
121121 }
122122 }
@@ -176,7 +176,7 @@ make print-STAMP all publish bits-upload-latest
176176 stage(' debug' ) {
177177 agent {
178178 node {
179- label ' !virt:kvm && !virt:bhyve && fs:pcfs && fs:ufs && jenkins_agent:3 && pkgsrc_arch:x86_64 && image_ver:21.4.1 '
179+ label ' !virt:kvm && !virt:bhyve && fs:pcfs && fs:ufs && jenkins_agent:3 && pkgsrc_arch:x86_64 && image_ver:21.4.0 '
180180 customWorkspace " workspace/headnode-${ BRANCH_NAME} -debug"
181181 }
182182 }
You can’t perform that action at this time.
0 commit comments