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
f9841398
Commit
f9841398
authored
Oct 15, 2019
by
YM-RD-AP01\ymadmin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
scott: Job [Deploy_Form_Prod] configuration updated
Change performed by ·¨¼y°ó
parent
8165d3d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
6 deletions
+9
-6
jobs/Deploy_Form_Prod/config.xml
jobs/Deploy_Form_Prod/config.xml
+9
-6
No files found.
jobs/Deploy_Form_Prod/config.xml
View file @
f9841398
<?xml version='1.1' encoding='UTF-8'?>
<maven2-moduleset
plugin=
"maven-plugin@3.
2
"
>
<maven2-moduleset
plugin=
"maven-plugin@3.
4
"
>
<actions/>
<description>
打包完會將 war 檔放到 10.36.220.163:/home/ymadmin 下
</description>
<keepDependencies>
false
</keepDependencies>
...
...
@@ -41,7 +41,7 @@
<permission>
hudson.scm.SCM.Tag:HH-Admin
</permission>
<permission>
hudson.scm.SCM.Tag:scott
</permission>
</hudson.security.AuthorizationMatrixProperty>
<com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty
plugin=
"gitlab-plugin@1.5.1
2
"
>
<com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty
plugin=
"gitlab-plugin@1.5.1
3
"
>
<gitLabConnection>
ylhealth
</gitLabConnection>
</com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty>
<hudson.model.ParametersDefinitionProperty>
...
...
@@ -66,7 +66,7 @@ hotfix/1.15.1GA</description>
</strategy>
</jenkins.model.BuildDiscarderProperty>
</properties>
<scm
class=
"hudson.plugins.git.GitSCM"
plugin=
"git@3.1
0.0
"
>
<scm
class=
"hudson.plugins.git.GitSCM"
plugin=
"git@3.1
2.1
"
>
<configVersion>
2
</configVersion>
<userRemoteConfigs>
<hudson.plugins.git.UserRemoteConfig>
...
...
@@ -112,13 +112,16 @@ hotfix/1.15.1GA</description>
<globalSettings
class=
"jenkins.mvn.DefaultGlobalSettingsProvider"
/>
<reporters/>
<publishers>
<jenkins.plugins.slack.SlackNotifier
plugin=
"slack@2.
23
"
>
<jenkins.plugins.slack.SlackNotifier
plugin=
"slack@2.
34
"
>
<baseUrl></baseUrl>
<teamDomain></teamDomain>
<authToken></authToken>
<tokenCredentialId></tokenCredentialId>
<botUser>
false
</botUser>
<room></room>
<sendAsText>
false
</sendAsText>
<iconEmoji></iconEmoji>
<username></username>
<startNotification>
false
</startNotification>
<notifySuccess>
false
</notifySuccess>
<notifyAborted>
true
</notifyAborted>
...
...
@@ -151,7 +154,7 @@ hotfix/1.15.1GA</description>
<hudson.plugins.ansicolor.AnsiColorBuildWrapper
plugin=
"ansicolor@0.6.2"
>
<colorMapName>
xterm
</colorMapName>
</hudson.plugins.ansicolor.AnsiColorBuildWrapper>
<hudson.plugins.timestamper.TimestamperBuildWrapper
plugin=
"timestamper@1.
9
"
/>
<hudson.plugins.timestamper.TimestamperBuildWrapper
plugin=
"timestamper@1.
10
"
/>
</buildWrappers>
<prebuilders>
<hudson.tasks.BatchFile>
...
...
@@ -175,7 +178,7 @@ sed -i "s/<title.*/<title>Form v%VAR%<\/title\/>/" src\
<postbuilders>
<hudson.tasks.BatchFile>
<command>
set path=%path%;
"
C:\Program Files\Git\usr\bin
"
;

scp -i F:/jenkins/id_rsa target/designer.war ymadmin@10.36.220.16
3
:~/
</command>
scp -i F:/jenkins/id_rsa target/designer.war ymadmin@10.36.220.16
4
:~/
</command>
</hudson.tasks.BatchFile>
</postbuilders>
<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