From 1ca2dcfbf119300447d1db202ab01434b9de40db Mon Sep 17 00:00:00 2001 From: "YM-RD-AP01\\ymadmin" Date: Mon, 17 Sep 2018 11:20:06 +0800 Subject: [PATCH] 20180083: Job [Deploy_Survey] configuration updated MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change performed by ยงรตยบ~? --- jobs/Deploy_Survey/config.xml | 71 +++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 jobs/Deploy_Survey/config.xml diff --git a/jobs/Deploy_Survey/config.xml b/jobs/Deploy_Survey/config.xml new file mode 100644 index 00000000..9682f2c3 --- /dev/null +++ b/jobs/Deploy_Survey/config.xml @@ -0,0 +1,71 @@ + + + + 1. Clear the workspace +2. Copy all of the files to local workspace +3. Stop service +4. Copy Survy.war file to TomCat folder +5. Start service + false + + + ylhealth + + + + 3 + 3 + -1 + -1 + + + + + "Deploy Server" + false + false + false + false + + false + + + Survey_Daily_Build + + + + + false + + + net stop LogServices +COPY /Y "C:\Jenkins\workspace\Deploy_Survey\target\designer.war" "C:\apache-tomcat-8.5.5\webapps\" +XCOPY /E /I /Y C:\Jenkins\workspace\Deploy_Survey\target\designer\* C:\apache-tomcat-8.5.5\webapps\designer +COPY /Y "C:\SurveyDBConnection\applicationContext.xml" "C:\apache-tomcat-8.5.5\webapps\survey\WEB-INF\" +net start LogServices + + + + + + false + false + true + true + false + true + false + false + false + + + + + + + 30 + + + + + \ No newline at end of file -- 2.26.2