add docker files

This commit is contained in:
canguilieme julien 2024-10-06 18:54:40 +02:00
parent 68cffca2e0
commit 6d501f83a8

2
Jenkinsfile vendored
View File

@ -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',