This commit is contained in:
jose-rZM
2025-12-18 11:17:56 +01:00
parent 755a5bf2d0
commit c6c482d1c0

2
Jenkinsfile vendored
View File

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