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
036ca8e0
Commit
036ca8e0
authored
Nov 26, 2019
by
YM-RD-AP01\ymadmin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
20180083: Job [Hi365_API_Analysis] configuration updated
Change performed by §õº~?
parent
0a43688a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
95 additions
and
0 deletions
+95
-0
config.xml
config.xml
+1
-0
jobs/Hi365_API_Analysis/config.xml
jobs/Hi365_API_Analysis/config.xml
+94
-0
No files found.
config.xml
View file @
036ca8e0
...
@@ -461,6 +461,7 @@
...
@@ -461,6 +461,7 @@
<string>
CRM_APP_Analysis
</string>
<string>
CRM_APP_Analysis
</string>
<string>
Expert_Analysis
</string>
<string>
Expert_Analysis
</string>
<string>
Form_Analysis
</string>
<string>
Form_Analysis
</string>
<string>
Hi365_API_Analysis
</string>
<string>
HRA_Analysis
</string>
<string>
HRA_Analysis
</string>
<string>
HRB_Analysis
</string>
<string>
HRB_Analysis
</string>
<string>
HRB_APP_Analysis
</string>
<string>
HRB_APP_Analysis
</string>
...
...
jobs/Hi365_API_Analysis/config.xml
0 → 100644
View file @
036ca8e0
<?xml version='1.1' encoding='UTF-8'?>
<project>
<actions/>
<description></description>
<keepDependencies>
false
</keepDependencies>
<properties>
<hudson.security.AuthorizationMatrixProperty>
<inheritanceStrategy
class=
"org.jenkinsci.plugins.matrixauth.inheritance.InheritParentStrategy"
/>
</hudson.security.AuthorizationMatrixProperty>
<com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty
plugin=
"gitlab-plugin@1.5.13"
>
<gitLabConnection>
ylhealth
</gitLabConnection>
</com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty>
<jenkins.model.BuildDiscarderProperty>
<strategy
class=
"hudson.tasks.LogRotator"
>
<daysToKeep>
1
</daysToKeep>
<numToKeep>
3
</numToKeep>
<artifactDaysToKeep>
-1
</artifactDaysToKeep>
<artifactNumToKeep>
-1
</artifactNumToKeep>
</strategy>
</jenkins.model.BuildDiscarderProperty>
</properties>
<scm
class=
"hudson.plugins.git.GitSCM"
plugin=
"git@4.0.0"
>
<configVersion>
2
</configVersion>
<userRemoteConfigs>
<hudson.plugins.git.UserRemoteConfig>
<url>
https://cm.ylhealth.org/gitlab/YongYue/hi365-api.git
</url>
<credentialsId>
3485e854-8389-40e8-8c86-b94e94e91904
</credentialsId>
</hudson.plugins.git.UserRemoteConfig>
</userRemoteConfigs>
<branches>
<hudson.plugins.git.BranchSpec>
<name>
develop
</name>
</hudson.plugins.git.BranchSpec>
</branches>
<doGenerateSubmoduleConfigurations>
false
</doGenerateSubmoduleConfigurations>
<submoduleCfg
class=
"list"
/>
<extensions/>
</scm>
<assignedNode>
HI365_SIT_10.57.105.27
</assignedNode>
<canRoam>
false
</canRoam>
<disabled>
false
</disabled>
<blockBuildWhenDownstreamBuilding>
false
</blockBuildWhenDownstreamBuilding>
<blockBuildWhenUpstreamBuilding>
false
</blockBuildWhenUpstreamBuilding>
<triggers>
<com.dabsquared.gitlabjenkins.GitLabPushTrigger
plugin=
"gitlab-plugin@1.5.13"
>
<spec></spec>
<triggerOnPush>
true
</triggerOnPush>
<triggerOnMergeRequest>
true
</triggerOnMergeRequest>
<triggerOnPipelineEvent>
false
</triggerOnPipelineEvent>
<triggerOnAcceptedMergeRequest>
false
</triggerOnAcceptedMergeRequest>
<triggerOnClosedMergeRequest>
false
</triggerOnClosedMergeRequest>
<triggerOnApprovedMergeRequest>
true
</triggerOnApprovedMergeRequest>
<triggerOpenMergeRequestOnPush>
never
</triggerOpenMergeRequestOnPush>
<triggerOnNoteRequest>
true
</triggerOnNoteRequest>
<noteRegex>
Jenkins please retry a build
</noteRegex>
<ciSkip>
true
</ciSkip>
<skipWorkInProgressMergeRequest>
true
</skipWorkInProgressMergeRequest>
<setBuildDescription>
true
</setBuildDescription>
<branchFilterType>
All
</branchFilterType>
<includeBranchesSpec></includeBranchesSpec>
<excludeBranchesSpec></excludeBranchesSpec>
<sourceBranchRegex></sourceBranchRegex>
<targetBranchRegex></targetBranchRegex>
<secretToken>
{AQAAABAAAAAwNELuCeXe5THMaPghAvTrWsgq1btKDO2kMRcR9ULHR59iMxoAqp9PY7xQK1i9JXPTxgt8R4BPK40q8tl7ONl5wg==}
</secretToken>
<pendingBuildName></pendingBuildName>
<cancelPendingBuildsOnUpdate>
false
</cancelPendingBuildsOnUpdate>
</com.dabsquared.gitlabjenkins.GitLabPushTrigger>
</triggers>
<concurrentBuild>
false
</concurrentBuild>
<builders>
<hudson.plugins.gradle.Gradle
plugin=
"gradle@1.34"
>
<switches></switches>
<tasks>
build
</tasks>
<rootBuildScriptDir></rootBuildScriptDir>
<buildFile></buildFile>
<gradleName>
gradle-5-6
</gradleName>
<useWrapper>
false
</useWrapper>
<makeExecutable>
false
</makeExecutable>
<useWorkspaceAsHome>
false
</useWorkspaceAsHome>
<wrapperLocation></wrapperLocation>
<passAllAsSystemProperties>
false
</passAllAsSystemProperties>
<projectProperties></projectProperties>
<passAllAsProjectProperties>
false
</passAllAsProjectProperties>
</hudson.plugins.gradle.Gradle>
</builders>
<publishers>
<hudson.tasks.Mailer
plugin=
"mailer@1.29"
>
<recipients>
$Expert_Group
</recipients>
<dontNotifyEveryUnstableBuild>
false
</dontNotifyEveryUnstableBuild>
<sendToIndividuals>
false
</sendToIndividuals>
</hudson.tasks.Mailer>
</publishers>
<buildWrappers/>
</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