update node

This commit is contained in:
2026-03-18 00:29:11 +01:00
parent 92c1da814c
commit 205a105ccb

5
Jenkinsfile vendored
View File

@@ -1,8 +1,9 @@
pipeline {
agent { dockerfile {
agent {
dockerfile {
filename 'Dockerfile'
dir '.'
label 'docker'
label 'pyDABFActory-CIAgent'
args '--privileged -u root:root'
}
}