From afe87d56af4fc779694141843a2f1c837304c336 Mon Sep 17 00:00:00 2001 From: "YM-RD-AP01\\ymadmin" Date: Thu, 11 Oct 2018 17:50:33 +0800 Subject: [PATCH] 20180083: Job [Deploy_HRB_SIT_132_Test] hierarchy deleted MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change performed by §õº~? --- jobs/Deploy_HRB_SIT_132_Test/config.xml | 96 ------------------------- 1 file changed, 96 deletions(-) delete mode 100644 jobs/Deploy_HRB_SIT_132_Test/config.xml diff --git a/jobs/Deploy_HRB_SIT_132_Test/config.xml b/jobs/Deploy_HRB_SIT_132_Test/config.xml deleted file mode 100644 index 568e5e66..00000000 --- a/jobs/Deploy_HRB_SIT_132_Test/config.xml +++ /dev/null @@ -1,96 +0,0 @@ - - - - - false - - - ylhealth - - - - 1 - 1 - -1 - -1 - - - - - 2 - - - https://cm.ylhealth.org/gitlab/ym/HRB.git - 3485e854-8389-40e8-8c86-b94e94e91904 - - - - - ${GIT_BRANCH} - - - false - - - - SIT_132 - false - false - false - false - - false - - org.ylhealth.ym.hrb.backend - HRB - - clean package package cobertura:cobertura - spring-boot:run - true - false - false - false - true - true - true - false - false - -1 - false - false - true - - - - - - - false - - - - - - - REM 取得今天的年、月、日 (自動補零) -SETLOCAL EnableDelayedExpansion - -for /f "skip=1 tokens=1-6 delims= " %%a in ('wmic path Win32_LocalTime Get Day^,Hour^,Minute^,Month^,Second^,Year /Format:table') do ( - IF NOT "%%~f"=="" ( - set /a FormattedDate=10000 * %%f + 100 * %%d + %%a - set FormattedDate=%%f!FormattedDate:~-4,2!!FormattedDate:~-2,2!_%%b:%%c - ) -) -for /f "tokens=*" %%i in ('git rev-parse --short HEAD') do set VAR=%%i_%FormattedDate% -"C:\Program Files\Git\usr\bin\sed" -i "s/<base.*/<base href=\"\/\" version=\"v%VAR%\"\/>/" src\main\resources\static\index.html -"C:\Program Files\Git\usr\bin\sed" -i "s/<base.*/<base href=\"\/\" version=\"v%VAR%\"\/>/" src\main\resources\static\login.html - - - - - SUCCESS - 0 - BLUE - true - - \ No newline at end of file -- 2.26.2