Fixing tests

This commit is contained in:
retropikzel 2025-10-29 16:22:00 +02:00
parent 893dda7084
commit fea39aad06
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -1,6 +1,7 @@
pipeline { pipeline {
agent { agent {
dockerfile { dockerfile {
label 'docker-x86_64'
filename 'Dockerfile.jenkins' filename 'Dockerfile.jenkins'
args '--user=root --privileged -v /var/run/docker.sock:/var/run/docker.sock' args '--user=root --privileged -v /var/run/docker.sock:/var/run/docker.sock'
reuseNode true reuseNode true