diff --git a/Jenkinsfile b/Jenkinsfile index 1856588..bdf8bed 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,9 +7,9 @@ pipeline { // Use credentials for Docker Hub DOCKER_CREDENTIALS = credentials('aimodocker') // Replace with your image name - IMAGE_NAME = 'oh-service' + IMAGE_NAME = 'monitoring-service' // Replace with your docker compose service name - SERVICE_NAME = 'oh-app' + SERVICE_NAME = 'monitoring-service' // Variable for Git commit hash GIT_COMMIT_HASH = ''