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
35d8d362
Commit
35d8d362
authored
Nov 06, 2018
by
YM-RD-AP01\ymadmin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
20180083: Job [Notify_Group] hierarchy renamed from [Line_Test] to
[Notify_Group] Change performed by §õº~?
parent
417e91dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
62 deletions
+0
-62
jobs/Line_Test/config.xml
jobs/Line_Test/config.xml
+0
-62
No files found.
jobs/Line_Test/config.xml
deleted
100644 → 0
View file @
417e91dc
<?xml version='1.1' encoding='UTF-8'?>
<project>
<actions/>
<description></description>
<keepDependencies>
false
</keepDependencies>
<properties>
<com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty
plugin=
"gitlab-plugin@1.5.10"
>
<gitLabConnection>
ylhealth
</gitLabConnection>
</com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty>
<hudson.model.ParametersDefinitionProperty>
<parameterDefinitions>
<hudson.model.StringParameterDefinition>
<name>
NotifyMessage
</name>
<description></description>
<defaultValue>
SIT or UAT deploy
</defaultValue>
<trim>
false
</trim>
</hudson.model.StringParameterDefinition>
</parameterDefinitions>
</hudson.model.ParametersDefinitionProperty>
</properties>
<scm
class=
"hudson.scm.NullSCM"
/>
<assignedNode>
"
Build Node 134
"
||
"
Build Node 133
"
||master
</assignedNode>
<canRoam>
false
</canRoam>
<disabled>
false
</disabled>
<blockBuildWhenDownstreamBuilding>
false
</blockBuildWhenDownstreamBuilding>
<blockBuildWhenUpstreamBuilding>
false
</blockBuildWhenUpstreamBuilding>
<triggers/>
<concurrentBuild>
false
</concurrentBuild>
<builders>
<jenkins.plugins.http__request.HttpRequest
plugin=
"http_request@1.8.22"
>
<url>
https://notify-api.line.me/api/notify
</url>
<ignoreSslErrors>
false
</ignoreSslErrors>
<httpMode>
POST
</httpMode>
<httpProxy></httpProxy>
<passBuildParameters>
false
</passBuildParameters>
<validResponseCodes>
200
</validResponseCodes>
<validResponseContent>
ok
</validResponseContent>
<acceptType>
NOT_SET
</acceptType>
<contentType>
NOT_SET
</contentType>
<outputFile></outputFile>
<timeout>
0
</timeout>
<consoleLogResponseBody>
true
</consoleLogResponseBody>
<quiet>
false
</quiet>
<authentication></authentication>
<requestBody>
message=$NotifyMessage
</requestBody>
<customHeaders>
<pair>
<name>
Authorization
</name>
<value>
Bearer wqkamtcwEfNT0Q2TXkjJ9m4rXEWbJXW1qIATrg0paRw
</value>
<maskValue>
false
</maskValue>
</pair>
<pair>
<name>
Content-Type
</name>
<value>
application/x-www-form-urlencoded
</value>
<maskValue>
false
</maskValue>
</pair>
</customHeaders>
</jenkins.plugins.http__request.HttpRequest>
</builders>
<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