This commit is contained in:
2025-12-18 11:17:56 +01:00
parent 873db4f4e8
commit 5ac68d3929

2
Jenkinsfile vendored
View File

@@ -171,7 +171,7 @@ pipeline {
steps {
withCredentials([
usernamePassword(
cretentialsId: 'jenkins-api-token',
credentialsId: 'jenkins-api-token',
usernameVariable: 'JENKINS_USER',
passwordVariable: 'JENKINS_TOKEN'
)