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
a98176fa
Commit
a98176fa
authored
Feb 21, 2020
by
YM-RD-AP01\ymadmin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
20180083: Job [Deploy_HRA_SIT] configuration updated
Change performed by §õº~?
parent
8bcd943d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
35 deletions
+4
-35
jobs/Deploy_HRA_SIT/config.xml
jobs/Deploy_HRA_SIT/config.xml
+4
-35
No files found.
jobs/Deploy_HRA_SIT/config.xml
View file @
a98176fa
...
...
@@ -82,8 +82,7 @@
<groupId>
com.h2u.hi365.hra
</groupId>
<artifactId>
hraengine
</artifactId>
</rootModule>
<rootPOM>
hraengine/pom.xml
</rootPOM>
<goals>
clean package -Dmaven.test.skip=true -P !jenkins,prod
</goals>
<goals>
mvn clean install
</goals>
<defaultGoals>
jetty:run
</defaultGoals>
<aggregatorStyleBuild>
true
</aggregatorStyleBuild>
<incrementalBuild>
false
</incrementalBuild>
...
...
@@ -100,32 +99,8 @@
<blockTriggerWhenBuilding>
true
</blockTriggerWhenBuilding>
<settings
class=
"jenkins.mvn.DefaultSettingsProvider"
/>
<globalSettings
class=
"jenkins.mvn.DefaultGlobalSettingsProvider"
/>
<reporters>
<hudson.maven.reporters.MavenMailer>
<recipients>
Expert_Group
</recipients>
<dontNotifyEveryUnstableBuild>
false
</dontNotifyEveryUnstableBuild>
<sendToIndividuals>
false
</sendToIndividuals>
<perModuleEmail>
true
</perModuleEmail>
</hudson.maven.reporters.MavenMailer>
</reporters>
<publishers>
<hudson.plugins.parameterizedtrigger.BuildTrigger
plugin=
"parameterized-trigger@2.36"
>
<configs>
<hudson.plugins.parameterizedtrigger.BuildTriggerConfig>
<configs>
<hudson.plugins.parameterizedtrigger.PredefinedBuildParameters>
<properties>
NotifyMessage=Deploy HRA done on SIT
</properties>
<textParamValueOnNewLine>
false
</textParamValueOnNewLine>
</hudson.plugins.parameterizedtrigger.PredefinedBuildParameters>
</configs>
<projects>
Notify_Group
</projects>
<condition>
SUCCESS
</condition>
<triggerWithNoParameters>
false
</triggerWithNoParameters>
<triggerFromChildProjects>
false
</triggerFromChildProjects>
</hudson.plugins.parameterizedtrigger.BuildTriggerConfig>
</configs>
</hudson.plugins.parameterizedtrigger.BuildTrigger>
</publishers>
<reporters/>
<publishers/>
<buildWrappers>
<hudson.plugins.ws__cleanup.PreBuildCleanup
plugin=
"ws-cleanup@0.38"
>
<deleteDirs>
false
</deleteDirs>
...
...
@@ -135,13 +110,7 @@
</hudson.plugins.ws__cleanup.PreBuildCleanup>
</buildWrappers>
<prebuilders/>
<postbuilders>
<hudson.tasks.Shell>
<command>
sudo systemctl stop hra.service
sudo cp hraengine/target/hra.war /opt/hra/hra.war
sudo systemctl start hra.service
</command>
</hudson.tasks.Shell>
</postbuilders>
<postbuilders/>
<runPostStepsIfResult>
<name>
SUCCESS
</name>
<ordinal>
0
</ordinal>
...
...
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