Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jenkins
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Jira
Jira
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ym
jenkins
Commits
d2f17761
Commit
d2f17761
authored
Dec 31, 2019
by
YM-RD-AP01\ymadmin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
scott: Job [Deploy_HRA_Prod] configuration updated
Change performed by ·¨¼y°ó
parent
b79a3a8b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
+5
-6
jobs/Deploy_HRA_Prod/config.xml
jobs/Deploy_HRA_Prod/config.xml
+5
-6
No files found.
jobs/Deploy_HRA_Prod/config.xml
View file @
d2f17761
...
@@ -67,7 +67,7 @@ hotfix/1.15.1GA</description>
...
@@ -67,7 +67,7 @@ hotfix/1.15.1GA</description>
</strategy>
</strategy>
</jenkins.model.BuildDiscarderProperty>
</jenkins.model.BuildDiscarderProperty>
</properties>
</properties>
<scm
class=
"hudson.plugins.git.GitSCM"
plugin=
"git@
3.12.1
"
>
<scm
class=
"hudson.plugins.git.GitSCM"
plugin=
"git@
4.0.0
"
>
<configVersion>
2
</configVersion>
<configVersion>
2
</configVersion>
<userRemoteConfigs>
<userRemoteConfigs>
<hudson.plugins.git.UserRemoteConfig>
<hudson.plugins.git.UserRemoteConfig>
...
@@ -113,7 +113,7 @@ hotfix/1.15.1GA</description>
...
@@ -113,7 +113,7 @@ hotfix/1.15.1GA</description>
<globalSettings
class=
"jenkins.mvn.DefaultGlobalSettingsProvider"
/>
<globalSettings
class=
"jenkins.mvn.DefaultGlobalSettingsProvider"
/>
<reporters/>
<reporters/>
<publishers>
<publishers>
<jenkins.plugins.slack.SlackNotifier
plugin=
"slack@2.3
4
"
>
<jenkins.plugins.slack.SlackNotifier
plugin=
"slack@2.3
5
"
>
<baseUrl></baseUrl>
<baseUrl></baseUrl>
<teamDomain></teamDomain>
<teamDomain></teamDomain>
<authToken></authToken>
<authToken></authToken>
...
@@ -146,7 +146,7 @@ hotfix/1.15.1GA</description>
...
@@ -146,7 +146,7 @@ hotfix/1.15.1GA</description>
</jenkins.plugins.slack.SlackNotifier>
</jenkins.plugins.slack.SlackNotifier>
</publishers>
</publishers>
<buildWrappers>
<buildWrappers>
<hudson.plugins.ws__cleanup.PreBuildCleanup
plugin=
"ws-cleanup@0.3
7
"
>
<hudson.plugins.ws__cleanup.PreBuildCleanup
plugin=
"ws-cleanup@0.3
8
"
>
<deleteDirs>
false
</deleteDirs>
<deleteDirs>
false
</deleteDirs>
<cleanupParameter></cleanupParameter>
<cleanupParameter></cleanupParameter>
<externalDelete></externalDelete>
<externalDelete></externalDelete>
...
@@ -170,14 +170,13 @@ for /f "skip=1 tokens=1-6 delims= " %%a in ('wmic path Win32_Loca
...
@@ -170,14 +170,13 @@ for /f "skip=1 tokens=1-6 delims= " %%a in ('wmic path Win32_Loca
for /f
"
tokens=*
"
%%i in (
'
git rev-parse --short HEAD
'
) do set VAR=%%i_%FormattedDate%

for /f
"
tokens=*
"
%%i in (
'
git rev-parse --short HEAD
'
) do set VAR=%%i_%FormattedDate%



echo Version:%VAR%

echo Version:%VAR%

"
C:\Program Files\Git\usr\bin\sed
"
-i
"
s/
<
title.*/
<
title
>
Form v%VAR%
<
\/title\/
>
/
"
WebContent\WEB-INF\jsp\home\home.jsp

sed
-i
"
s/
<
title.*/
<
title
>
Form v%VAR%
<
\/title\/
>
/
"
WebContent\WEB-INF\jsp\home\home.jsp

</command>
</command>
</hudson.tasks.BatchFile>
</hudson.tasks.BatchFile>
</prebuilders>
</prebuilders>
<postbuilders>
<postbuilders>
<hudson.tasks.BatchFile>
<hudson.tasks.BatchFile>
<command>
set path=%path%;
"
C:\Program Files\Git\usr\bin
"
;

<command>
scp -i F:/jenkins/id_rsa target/ylhealth-hra.war ymadmin@10.36.220.164:~/
</command>
scp -i F:/jenkins/id_rsa target/ylhealth-hra.war ymadmin@10.36.220.164:~/
</command>
</hudson.tasks.BatchFile>
</hudson.tasks.BatchFile>
</postbuilders>
</postbuilders>
<runPostStepsIfResult>
<runPostStepsIfResult>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment