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'
pipeline {
agent { label 'linux' }
agent { label 'container' }
options {
timestamps()

View File

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

View File

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