Commit 516106b3 authored by YM-RD-AP01\ymadmin's avatar YM-RD-AP01\ymadmin

20180083: Job [Notify_Group] configuration updated

Change performed by §õº~?
parent d1f2bec2
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<description></description> <description></description>
<keepDependencies>false</keepDependencies> <keepDependencies>false</keepDependencies>
<properties> <properties>
<com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty plugin="gitlab-plugin@1.5.11"> <com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty plugin="gitlab-plugin@1.5.13">
<gitLabConnection>ylhealth</gitLabConnection> <gitLabConnection>ylhealth</gitLabConnection>
</com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty> </com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty>
<hudson.model.ParametersDefinitionProperty> <hudson.model.ParametersDefinitionProperty>
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
<jenkins.model.BuildDiscarderProperty> <jenkins.model.BuildDiscarderProperty>
<strategy class="hudson.tasks.LogRotator"> <strategy class="hudson.tasks.LogRotator">
<daysToKeep>1</daysToKeep> <daysToKeep>1</daysToKeep>
<numToKeep>3</numToKeep> <numToKeep>1</numToKeep>
<artifactDaysToKeep>-1</artifactDaysToKeep> <artifactDaysToKeep>-1</artifactDaysToKeep>
<artifactNumToKeep>-1</artifactNumToKeep> <artifactNumToKeep>-1</artifactNumToKeep>
</strategy> </strategy>
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
<triggers/> <triggers/>
<concurrentBuild>false</concurrentBuild> <concurrentBuild>false</concurrentBuild>
<builders> <builders>
<jenkins.plugins.http__request.HttpRequest plugin="http_request@1.8.22"> <jenkins.plugins.http__request.HttpRequest plugin="http_request@1.8.23">
<url>https://notify-api.line.me/api/notify</url> <url>https://notify-api.line.me/api/notify</url>
<ignoreSslErrors>false</ignoreSslErrors> <ignoreSslErrors>false</ignoreSslErrors>
<httpMode>POST</httpMode> <httpMode>POST</httpMode>
...@@ -51,6 +51,9 @@ ...@@ -51,6 +51,9 @@
<quiet>false</quiet> <quiet>false</quiet>
<authentication></authentication> <authentication></authentication>
<requestBody>message=$NotifyMessage</requestBody> <requestBody>message=$NotifyMessage</requestBody>
<uploadFile></uploadFile>
<multipartName></multipartName>
<useSystemProperties>true</useSystemProperties>
<customHeaders> <customHeaders>
<pair> <pair>
<name>Authorization</name> <name>Authorization</name>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment