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
34a93236
Commit
34a93236
authored
Apr 22, 2020
by
YM-RD-AP01\ymadmin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
20180083: Jenkins configuration files updated
Change performed by 李漢浜
parent
a4443317
Changes
12
Show whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
19 additions
and
15 deletions
+19
-15
config.xml
config.xml
+4
-4
hudson.maven.MavenModuleSet.xml
hudson.maven.MavenModuleSet.xml
+1
-1
hudson.plugins.git.GitSCM.xml
hudson.plugins.git.GitSCM.xml
+0
-1
hudson.plugins.sonar.SonarGlobalConfiguration.xml
hudson.plugins.sonar.SonarGlobalConfiguration.xml
+1
-1
hudson.plugins.timestamper.TimestamperConfig.xml
hudson.plugins.timestamper.TimestamperConfig.xml
+1
-1
hudson.scm.CVSSCM.xml
hudson.scm.CVSSCM.xml
+1
-2
hudson.scm.SubversionSCM.xml
hudson.scm.SubversionSCM.xml
+0
-1
hudson.tasks.Mailer.xml
hudson.tasks.Mailer.xml
+2
-1
jenkins.model.GlobalBuildDiscarderConfiguration.xml
jenkins.model.GlobalBuildDiscarderConfiguration.xml
+6
-0
jenkins.plugins.http_request.HttpRequest.xml
jenkins.plugins.http_request.HttpRequest.xml
+1
-1
jenkins.plugins.publish_over_ssh.BapSshPublisherPlugin.xml
jenkins.plugins.publish_over_ssh.BapSshPublisherPlugin.xml
+1
-1
jenkins.plugins.slack.SlackNotifier.xml
jenkins.plugins.slack.SlackNotifier.xml
+1
-1
No files found.
config.xml
View file @
34a93236
...
...
@@ -908,15 +908,15 @@
<string>
Build_Branch
</string>
<string>
develop
</string>
<string>
Daily_Email_Group
</string>
<string>
scott.yang@h2uclub.com,
xinny.tsai@h2uclub.com,
monica.lin@h2uclub.com
</string>
<string>
scott.yang@h2uclub.com,monica.lin@h2uclub.com
</string>
<string>
Expert_Group
</string>
<string>
nathan.hsieh@h2uclub.com,johnes.lee@h2uclub.com,kane.peng@h2uclub.com,kitty.chang@h2uclub.com
</string>
<string>
nathan.hsieh@h2uclub.com,johnes.lee@h2uclub.com,kane.peng@h2uclub.com,kitty.chang@h2uclub.com
,jacky.hung@h2uclub.com,ben.ou@h2uclub.com
</string>
<string>
HH_Analysis
</string>
<string>
scott.yang@h2uclub.com,
xinny.tsai@h2uclub.com,
monica.lin@h2uclub.com,bess.leng@h2uclub.com
</string>
<string>
scott.yang@h2uclub.com,monica.lin@h2uclub.com,bess.leng@h2uclub.com
</string>
<string>
QA_Group
</string>
<string>
monica.lin@h2uclub.com
</string>
<string>
RD_Group
</string>
<string>
scott.yang@h2uclub.com,
xinny.tsai@h2uclub.com,
bess.leng@h2uclub.com
</string>
<string>
scott.yang@h2uclub.com,bess.leng@h2uclub.com
</string>
<string>
SonarQube_Administrator
</string>
<string>
johnes.lee@h2uclub.com
</string>
</tree-map>
...
...
hudson.maven.MavenModuleSet.xml
View file @
34a93236
<?xml version='1.1' encoding='UTF-8'?>
<hudson.maven.MavenModuleSet_-DescriptorImpl
plugin=
"maven-plugin@3.
4
"
>
<hudson.maven.MavenModuleSet_-DescriptorImpl
plugin=
"maven-plugin@3.
6
"
>
<globalMavenOpts>
-Dfile.encoding=UTF8 -Duser.country=TW -Duser.language=zh
</globalMavenOpts>
<mavenValidationLevels
class=
"linked-hash-map"
>
<entry>
...
...
hudson.plugins.git.GitSCM.xml
View file @
34a93236
<?xml version='1.1' encoding='UTF-8'?>
<hudson.plugins.git.GitSCM_-DescriptorImpl
plugin=
"git@4.2.2"
>
<generation>
1708
</generation>
<globalConfigName></globalConfigName>
<globalConfigEmail></globalConfigEmail>
<createAccountBasedOnEmail>
false
</createAccountBasedOnEmail>
...
...
hudson.plugins.sonar.SonarGlobalConfiguration.xml
View file @
34a93236
<?xml version='1.1' encoding='UTF-8'?>
<hudson.plugins.sonar.SonarGlobalConfiguration
plugin=
"sonar@2.11"
>
<jenkinsSupplier
class=
"hudson.plugins.sonar.SonarGlobalConfiguration$$Lambda$11
3/1952674449
"
/>
<jenkinsSupplier
class=
"hudson.plugins.sonar.SonarGlobalConfiguration$$Lambda$11
7/2046754587
"
/>
<installations>
<hudson.plugins.sonar.SonarInstallation>
<name>
sonar-scanner
</name>
...
...
hudson.plugins.timestamper.TimestamperConfig.xml
View file @
34a93236
<?xml version='1.1' encoding='UTF-8'?>
<hudson.plugins.timestamper.TimestamperConfig
plugin=
"timestamper@1.11.
2
"
>
<hudson.plugins.timestamper.TimestamperConfig
plugin=
"timestamper@1.11.
3
"
>
<timestampFormat>
'<
b
>'
HH:mm:ss
'<
/b
>
'
</timestampFormat>
<elapsedTimeFormat>
'<
b
>'
HH:mm:ss.S
'<
/b
>
'
</elapsedTimeFormat>
<allPipelines>
false
</allPipelines>
...
...
hudson.scm.CVSSCM.xml
View file @
34a93236
<?xml version='1.1' encoding='UTF-8'?>
<hudson.scm.CVSSCM_-DescriptorImpl
plugin=
"cvs@2.14"
>
<generation>
1
</generation>
<hudson.scm.CVSSCM_-DescriptorImpl
plugin=
"cvs@2.15"
>
<compressionLevel>
3
</compressionLevel>
<privateKeyLocation>
C:\Users\ymadmin/.ssh/id_rsa
</privateKeyLocation>
<privateKeyPassword>
{AQAAABAAAAAQVz0lyuYkOoIclunbj3rhb5d1SqpQeKCKTUJULI6XaVs=}
</privateKeyPassword>
...
...
hudson.scm.SubversionSCM.xml
View file @
34a93236
<?xml version='1.1' encoding='UTF-8'?>
<hudson.scm.SubversionSCM_-DescriptorImpl
plugin=
"subversion@2.13.1"
>
<generation>
337
</generation>
<mayHaveLegacyPerJobCredentials>
false
</mayHaveLegacyPerJobCredentials>
<workspaceFormat>
31
</workspaceFormat>
<validateRemoteUpToVar>
false
</validateRemoteUpToVar>
...
...
hudson.tasks.Mailer.xml
View file @
34a93236
<?xml version='1.1' encoding='UTF-8'?>
<hudson.tasks.Mailer_-DescriptorImpl
plugin=
"mailer@1.3
0
"
>
<hudson.tasks.Mailer_-DescriptorImpl
plugin=
"mailer@1.3
2
"
>
<defaultSuffix></defaultSuffix>
<hudsonUrl>
http://ym-rd-ap01:8081/
</hudsonUrl>
<authentication>
...
...
@@ -8,6 +8,7 @@
</authentication>
<smtpHost>
smtp.gmail.com
</smtpHost>
<useSsl>
true
</useSsl>
<useTls>
false
</useTls>
<smtpPort>
465
</smtpPort>
<charset>
UTF-8
</charset>
</hudson.tasks.Mailer_-DescriptorImpl>
\ No newline at end of file
jenkins.model.GlobalBuildDiscarderConfiguration.xml
0 → 100644
View file @
34a93236
<?xml version='1.1' encoding='UTF-8'?>
<jenkins.model.GlobalBuildDiscarderConfiguration>
<configuredBuildDiscarders>
<jenkins.model.JobGlobalBuildDiscarderStrategy/>
</configuredBuildDiscarders>
</jenkins.model.GlobalBuildDiscarderConfiguration>
\ No newline at end of file
jenkins.plugins.http_request.HttpRequest.xml
View file @
34a93236
<?xml version='1.1' encoding='UTF-8'?>
<jenkins.plugins.http__request.HttpRequestGlobalConfig
plugin=
"http_request@1.8.2
4
"
>
<jenkins.plugins.http__request.HttpRequestGlobalConfig
plugin=
"http_request@1.8.2
6
"
>
<basicDigestAuthentications>
<jenkins.plugins.http__request.auth.BasicDigestAuthentication>
<keyName>
Stop CRM Service
</keyName>
...
...
jenkins.plugins.publish_over_ssh.BapSshPublisherPlugin.xml
View file @
34a93236
...
...
@@ -5,7 +5,7 @@
<name>
10.57.117.130
</name>
<hostname>
10.57.117.130
</hostname>
<username>
jenkins
</username>
<secretPassword>
{AQAAABAAAAAQ
bymPJYxgWcV80173gMGz9YXSeqYEkeNgO3ljfiCbnRU
=}
</secretPassword>
<secretPassword>
{AQAAABAAAAAQ
1ZfXST1O+DFdq0YLG+XN3JT/B9tP0Va94Ja4mNiMgvA
=}
</secretPassword>
<remoteRootDir></remoteRootDir>
<port>
22
</port>
<commonConfig
class=
"jenkins.plugins.publish_over_ssh.BapSshCommonConfiguration"
>
...
...
jenkins.plugins.slack.SlackNotifier.xml
View file @
34a93236
<?xml version='1.1' encoding='UTF-8'?>
<jenkins.plugins.slack.SlackNotifier_-DescriptorImpl
plugin=
"slack@2.
37
"
>
<jenkins.plugins.slack.SlackNotifier_-DescriptorImpl
plugin=
"slack@2.
40
"
>
<baseUrl>
https://ym-engineer.slack.com/services/hooks/jenkins-ci/
</baseUrl>
<teamDomain></teamDomain>
<tokenCredentialId>
ce747d42-c005-45b9-b967-54859c37ac18
</tokenCredentialId>
...
...
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