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

1
Jenkinsfile vendored
View File

@@ -1,5 +1,6 @@
def p = [:]
node {
label 'data-release'
checkout scm
p = readProperties interpolate: true, file: 'ci/release.properties'
}