From 6d501f83a8517d5f61bc2958ae72b86d02acea0f Mon Sep 17 00:00:00 2001 From: canguilieme julien Date: Sun, 6 Oct 2024 18:54:40 +0200 Subject: [PATCH] add docker files --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',