From c6c482d1c0e0938bf2773f2901527e124309008f Mon Sep 17 00:00:00 2001 From: jose-rZM <100773386+jose-rZM@users.noreply.github.com> Date: Thu, 18 Dec 2025 11:17:56 +0100 Subject: [PATCH] Fix typo --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 11c0851..a038cc0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -171,7 +171,7 @@ pipeline { steps { withCredentials([ usernamePassword( - cretentialsId: 'jenkins-api-token', + credentialsId: 'jenkins-api-token', usernameVariable: 'JENKINS_USER', passwordVariable: 'JENKINS_TOKEN' )