diff --git a/Jenkinsfile b/Jenkinsfile index cc273eb..81ad780 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -16,7 +16,7 @@ pipeline { IMAGE_NAME = 'offerpie-job-cleaner' IMAGE_TAG = 'latest' CONTAINER_NAME = 'offerpie-job-cleaner' - DEPLOY_DIR = '/opt/offerpie/job-cleaner' + DEPLOY_DIR = '/var/jenkins_home/deploy/job-cleaner' } stages {