ci: test container build

This commit is contained in:
Marko Burčul 2025-08-06 12:42:41 +02:00
parent f68d79996e
commit 40f8232dbb
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
library 'status-jenkins-lib@v1.8.17' library 'status-jenkins-lib@v1.8.17'
pipeline { pipeline {
agent { label 'linux' } agent { label 'container' }
options { options {
timestamps() timestamps()

View File

@ -3,7 +3,7 @@
library 'status-jenkins-lib@v1.6.0' library 'status-jenkins-lib@v1.6.0'
pipeline { pipeline {
agent { label "${getAgentLabel()} && x86_64" } agent { label "container" }
parameters { parameters {
string( string(

View File

@ -2,7 +2,7 @@
library 'status-jenkins-lib@v1.8.17' library 'status-jenkins-lib@v1.8.17'
pipeline { pipeline {
agent { label 'linux' } agent { label 'container' }
options { options {
timestamps() timestamps()