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 @@ -5,7 +5,7 @@ def branch = env.CHANGE_TARGET ?: env.BRANCH_NAME
5
5
test_steps = [
6
6
' deb' : { ->
7
7
stage(' Ubuntu Xenial and Focal Package' ) {
8
- wrappedNode(label : ' ubuntu && x86_64' , cleanWorkspace : true ) {
8
+ wrappedNode(label : ' ubuntu-2004 && x86_64' , cleanWorkspace : true ) {
9
9
try {
10
10
checkout scm
11
11
sh " make REF=$branch checkout"
@@ -31,7 +31,7 @@ test_steps = [
31
31
},
32
32
' rpm' : { ->
33
33
stage(' Centos 7 and 8 RPM Packages' ) {
34
- wrappedNode(label : ' ubuntu && x86_64' , cleanWorkspace : true ) {
34
+ wrappedNode(label : ' ubuntu-2004 && x86_64' , cleanWorkspace : true ) {
35
35
try {
36
36
checkout scm
37
37
sh " make REF=$branch checkout"
@@ -44,7 +44,7 @@ test_steps = [
44
44
},
45
45
' static-cross' : { ->
46
46
stage(' Static Linux Binaries' ) {
47
- wrappedNode(label : ' ubuntu && x86_64' , cleanWorkspace : true ) {
47
+ wrappedNode(label : ' ubuntu-2004 && x86_64' , cleanWorkspace : true ) {
48
48
try {
49
49
checkout scm
50
50
sh " make REF=$branch checkout"
You can’t perform that action at this time.
0 commit comments