From 40f8232dbb0bbcdc3fb7e7b2eea85c29c7d880df Mon Sep 17 00:00:00 2001 From: markoburcul Date: Wed, 6 Aug 2025 12:42:41 +0200 Subject: [PATCH] ci: test container build --- ci/Jenkinsfile.lpt | 2 +- ci/Jenkinsfile.prs | 2 +- ci/Jenkinsfile.release | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ci/Jenkinsfile.lpt b/ci/Jenkinsfile.lpt index c81a21b78..f17042b91 100644 --- a/ci/Jenkinsfile.lpt +++ b/ci/Jenkinsfile.lpt @@ -2,7 +2,7 @@ library 'status-jenkins-lib@v1.8.17' pipeline { - agent { label 'linux' } + agent { label 'container' } options { timestamps() diff --git a/ci/Jenkinsfile.prs b/ci/Jenkinsfile.prs index 2aa56543c..be01f0bc9 100644 --- a/ci/Jenkinsfile.prs +++ b/ci/Jenkinsfile.prs @@ -3,7 +3,7 @@ library 'status-jenkins-lib@v1.6.0' pipeline { - agent { label "${getAgentLabel()} && x86_64" } + agent { label "container" } parameters { string( diff --git a/ci/Jenkinsfile.release b/ci/Jenkinsfile.release index 4a0cd0df3..de980edc4 100644 --- a/ci/Jenkinsfile.release +++ b/ci/Jenkinsfile.release @@ -2,7 +2,7 @@ library 'status-jenkins-lib@v1.8.17' pipeline { - agent { label 'linux' } + agent { label 'container' } options { timestamps()