From d566bc2995b12a96f822caae84e82c4b8b4d4e75 Mon Sep 17 00:00:00 2001 From: zk Date: Tue, 2 Jun 2026 19:56:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=83=A8=E7=BD=B2=E6=96=B9?= =?UTF-8?q?=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {