This commit is contained in:
Mark Paluch
2025-06-17 10:43:05 +02:00
parent 352efa9c53
commit 3bdd9a8873

4
Jenkinsfile vendored
View File

@@ -6,7 +6,9 @@ node {
}
pipeline {
agent none
agent {
label 'data-release'
}
options {
disableConcurrentBuilds()