diff --git a/Jenkinsfile b/Jenkinsfile index f81b019..b5c4132 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -19,7 +19,7 @@ pipeline { echo 'Déploiement sur Portainer...' // Obtenir un jeton d'authentification de Portainer - withCredentials([usernamePassword(credentialsId: 'portainer-credentials', usernameVariable: 'PORTAINER_USERNAME', passwordVariable: 'PORTAINER_PASSWORD')]) { + withCredentials([usernamePassword(credentialsId: 'test', usernameVariable: 'PORTAINER_USERNAME', passwordVariable: 'PORTAINER_PASSWORD')]) { script { def response = httpRequest httpMode: 'POST', contentType: 'APPLICATION_JSON',