33@Library (' apm@current' ) _
44
55pipeline {
6- agent { label ' ubuntu && immutable' }
6+ agent { label ' ubuntu-18 && immutable' }
77 environment {
88 BASE_DIR = ' src/github.com/elastic/beats'
99 GOX_FLAGS = " -arch amd64"
@@ -57,7 +57,7 @@ pipeline {
5757 failFast false
5858 parallel {
5959 stage(' Filebeat oss' ){
60- agent { label ' ubuntu && immutable' }
60+ agent { label ' ubuntu-18 && immutable' }
6161 options { skipDefaultCheckout() }
6262 when {
6363 beforeAgent true
@@ -70,7 +70,7 @@ pipeline {
7070 }
7171 }
7272 stage(' Filebeat x-pack' ){
73- agent { label ' ubuntu && immutable' }
73+ agent { label ' ubuntu-18 && immutable' }
7474 options { skipDefaultCheckout() }
7575 when {
7676 beforeAgent true
@@ -109,7 +109,7 @@ pipeline {
109109 }
110110 }
111111 stage(' Heartbeat' ){
112- agent { label ' ubuntu && immutable' }
112+ agent { label ' ubuntu-18 && immutable' }
113113 options { skipDefaultCheckout() }
114114 when {
115115 beforeAgent true
@@ -152,7 +152,7 @@ pipeline {
152152 }
153153 }
154154 stage(' Auditbeat oss' ){
155- agent { label ' ubuntu && immutable' }
155+ agent { label ' ubuntu-18 && immutable' }
156156 options { skipDefaultCheckout() }
157157 when {
158158 beforeAgent true
@@ -200,7 +200,7 @@ pipeline {
200200 }
201201 }
202202 stage(' Auditbeat x-pack' ){
203- agent { label ' ubuntu && immutable' }
203+ agent { label ' ubuntu-18 && immutable' }
204204 options { skipDefaultCheckout() }
205205 when {
206206 beforeAgent true
@@ -213,7 +213,7 @@ pipeline {
213213 }
214214 }
215215 stage(' Libbeat' ){
216- agent { label ' ubuntu && immutable' }
216+ agent { label ' ubuntu-18 && immutable' }
217217 options { skipDefaultCheckout() }
218218 when {
219219 beforeAgent true
@@ -240,7 +240,7 @@ pipeline {
240240 }
241241 }
242242 stage(' Libbeat x-pack' ){
243- agent { label ' ubuntu && immutable' }
243+ agent { label ' ubuntu-18 && immutable' }
244244 options { skipDefaultCheckout() }
245245 when {
246246 beforeAgent true
@@ -253,7 +253,7 @@ pipeline {
253253 }
254254 }
255255 stage(' Metricbeat Unit tests' ){
256- agent { label ' ubuntu && immutable' }
256+ agent { label ' ubuntu-18 && immutable' }
257257 options { skipDefaultCheckout() }
258258 when {
259259 beforeAgent true
@@ -266,7 +266,7 @@ pipeline {
266266 }
267267 }
268268 stage(' Metricbeat Integration tests' ){
269- agent { label ' ubuntu && immutable' }
269+ agent { label ' ubuntu-18 && immutable' }
270270 options { skipDefaultCheckout() }
271271 when {
272272 beforeAgent true
@@ -279,7 +279,7 @@ pipeline {
279279 }
280280 }
281281 stage(' Metricbeat System tests' ){
282- agent { label ' ubuntu && immutable' }
282+ agent { label ' ubuntu-18 && immutable' }
283283 options { skipDefaultCheckout() }
284284 when {
285285 beforeAgent true
@@ -292,7 +292,7 @@ pipeline {
292292 }
293293 }
294294 stage(' Metricbeat x-pack' ){
295- agent { label ' ubuntu && immutable' }
295+ agent { label ' ubuntu-18 && immutable' }
296296 options { skipDefaultCheckout() }
297297 when {
298298 beforeAgent true
@@ -305,7 +305,7 @@ pipeline {
305305 }
306306 }
307307 stage(' Metricbeat crosscompile' ){
308- agent { label ' ubuntu && immutable' }
308+ agent { label ' ubuntu-18 && immutable' }
309309 options { skipDefaultCheckout() }
310310 when {
311311 beforeAgent true
@@ -344,7 +344,7 @@ pipeline {
344344 }
345345 }
346346 stage(' Packetbeat' ){
347- agent { label ' ubuntu && immutable' }
347+ agent { label ' ubuntu-18 && immutable' }
348348 options { skipDefaultCheckout() }
349349 when {
350350 beforeAgent true
@@ -361,7 +361,7 @@ pipeline {
361361 }
362362 }
363363 stage(' dockerlogbeat' ){
364- agent { label ' ubuntu && immutable' }
364+ agent { label ' ubuntu-18 && immutable' }
365365 options { skipDefaultCheckout() }
366366 when {
367367 beforeAgent true
@@ -378,7 +378,7 @@ pipeline {
378378 }
379379 }
380380 stage(' Winlogbeat' ){
381- agent { label ' ubuntu && immutable' }
381+ agent { label ' ubuntu-18 && immutable' }
382382 options { skipDefaultCheckout() }
383383 when {
384384 beforeAgent true
@@ -421,7 +421,7 @@ pipeline {
421421 }
422422 }
423423 stage(' Functionbeat' ){
424- agent { label ' ubuntu && immutable' }
424+ agent { label ' ubuntu-18 && immutable' }
425425 options { skipDefaultCheckout() }
426426 when {
427427 beforeAgent true
@@ -467,7 +467,7 @@ pipeline {
467467 }
468468 }
469469 stage(' Journalbeat' ){
470- agent { label ' ubuntu && immutable' }
470+ agent { label ' ubuntu-18 && immutable' }
471471 options { skipDefaultCheckout() }
472472 when {
473473 beforeAgent true
@@ -484,7 +484,7 @@ pipeline {
484484 }
485485 }
486486 stage(' Generators' ){
487- agent { label ' ubuntu && immutable' }
487+ agent { label ' ubuntu-18 && immutable' }
488488 options { skipDefaultCheckout() }
489489 when {
490490 beforeAgent true
@@ -534,7 +534,7 @@ pipeline {
534534 }
535535 }
536536 stage(' Kubernetes' ){
537- agent { label ' ubuntu && immutable' }
537+ agent { label ' ubuntu-18 && immutable' }
538538 options { skipDefaultCheckout() }
539539 when {
540540 beforeAgent true
0 commit comments