adds quote do cred ID

This commit is contained in:
2026-03-31 17:24:38 +02:00
parent 0e0ad03e63
commit dc30c46763

2
Jenkinsfile vendored
View File

@@ -27,7 +27,7 @@ def runOneRegression(String suite, String preset, String simulatorPath) {
def resolveImageCommit(String image) { def resolveImageCommit(String image) {
withCredentials([usernamePassword( withCredentials([usernamePassword(
credentialsId: gitea-jenkins, credentialsId: 'gitea-jenkins',
usernameVariable: 'REGISTRY_USER', usernameVariable: 'REGISTRY_USER',
passwordVariable: 'REGISTRY_PASS' passwordVariable: 'REGISTRY_PASS'
)]) { )]) {