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
5834beae
Commit
5834beae
authored
Oct 25, 2018
by
YM-RD-AP01\ymadmin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
20180083: Job [CRM_gitflow] configuration updated
Change performed by §õº~?
parent
cbebf166
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
jobs/CRM_gitflow/config.xml
jobs/CRM_gitflow/config.xml
+5
-4
No files found.
jobs/CRM_gitflow/config.xml
View file @
5834beae
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<description>
CRM 專案 git flow 處理
</description>
<description>
CRM 專案 git flow 處理
</description>
<keepDependencies>
false
</keepDependencies>
<keepDependencies>
false
</keepDependencies>
<properties>
<properties>
<com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty
plugin=
"gitlab-plugin@1.5.
9
"
>
<com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty
plugin=
"gitlab-plugin@1.5.
10
"
>
<gitLabConnection>
ylhealth
</gitLabConnection>
<gitLabConnection>
ylhealth
</gitLabConnection>
</com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty>
</com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty>
<hudson.model.ParametersDefinitionProperty>
<hudson.model.ParametersDefinitionProperty>
...
@@ -29,8 +29,8 @@
...
@@ -29,8 +29,8 @@
</hudson.model.ParametersDefinitionProperty>
</hudson.model.ParametersDefinitionProperty>
<jenkins.model.BuildDiscarderProperty>
<jenkins.model.BuildDiscarderProperty>
<strategy
class=
"hudson.tasks.LogRotator"
>
<strategy
class=
"hudson.tasks.LogRotator"
>
<daysToKeep>
2
</daysToKeep>
<daysToKeep>
1
</daysToKeep>
<numToKeep>
5
</numToKeep>
<numToKeep>
2
</numToKeep>
<artifactDaysToKeep>
-1
</artifactDaysToKeep>
<artifactDaysToKeep>
-1
</artifactDaysToKeep>
<artifactNumToKeep>
-1
</artifactNumToKeep>
<artifactNumToKeep>
-1
</artifactNumToKeep>
</strategy>
</strategy>
...
@@ -89,10 +89,11 @@ git log master..$FLOW/$Version --pretty=format:'%s'| grep -E -o '
...
@@ -89,10 +89,11 @@ git log master..$FLOW/$Version --pretty=format:'%s'| grep -E -o '
</builders>
</builders>
<publishers/>
<publishers/>
<buildWrappers>
<buildWrappers>
<hudson.plugins.ws__cleanup.PreBuildCleanup
plugin=
"ws-cleanup@0.3
4
"
>
<hudson.plugins.ws__cleanup.PreBuildCleanup
plugin=
"ws-cleanup@0.3
6
"
>
<deleteDirs>
false
</deleteDirs>
<deleteDirs>
false
</deleteDirs>
<cleanupParameter></cleanupParameter>
<cleanupParameter></cleanupParameter>
<externalDelete></externalDelete>
<externalDelete></externalDelete>
<disableDeferredWipeout>
false
</disableDeferredWipeout>
</hudson.plugins.ws__cleanup.PreBuildCleanup>
</hudson.plugins.ws__cleanup.PreBuildCleanup>
</buildWrappers>
</buildWrappers>
</project>
</project>
\ No newline at end of file
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