Commit 14a6702d authored by Khady Diagne's avatar Khady Diagne

Update Jenkinsfile

parent 61043b4d
pipeline { pipeline {
environment { environment {
imagename = "khadydiagne/odoo-app" // Nom de l'image Docker imagename = "khadydiagne/odoo-app" // Nom de l'image Docker
registryCredential = 'dockerhub' // Identifiants Docker Hub stockés dans Jenkins registryCredential = 'docker' // Identifiants Docker Hub stockés dans Jenkins
} }
agent any agent any
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment