Fix credentials

This commit is contained in:
Mark Paluch
2025-06-17 10:45:19 +02:00
parent 2a688efa9d
commit 165fbe4f97

4
Jenkinsfile vendored
View File

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