Permalink
Please
sign in to comment.
Browse files
Merge pull request #3 from mhuin/master
JENKINS-41839 Substitue build parameters, number in topic and payload
- Loading branch information
Showing
with
30 additions
and 5 deletions.
@@ -1,7 +1,8 @@ | ||
<p>The "payload" for the MQTT message.</p> | ||
<p>In addition to environment variables, the following variables can also be used (all variables must be prefix with "$"): | ||
<p>In addition to environment variables and build parameters, the following variables can also be used (all variables must be prefix with "$"): | ||
<ul> | ||
<li>BUILD_RESULT - The result of the build (e.g. SUCCESS, FAILURE, ABORTED, etc.)</li> | ||
<li>PROJECT_URL - The job project's URL (e.g. "job/my-build")</li> | ||
<li>CULPRITS - Comma-separated list of the culprits responsible for the current build result</li> | ||
</ul></p> | ||
<li>BUILD_NUMBER - the build number</li> | ||
</ul></p> |
@@ -1,8 +1,9 @@ | ||
<p>The topic to which to publish the notification. | ||
If no value is specified then the default value ("jenkins/$JOB_URL" e.g. "jenkins/job/my-build") is used.</p> | ||
<p>In addition to environment variables, the following variables can also be used (all variables must be prefix with "$"): | ||
<p>In addition to environment variables and build parameters, the following variables can also be used (all variables must be prefix with "$"): | ||
<ul> | ||
<li>BUILD_RESULT - The result of the build (e.g. SUCCESS, FAILURE, ABORTED, etc.)</li> | ||
<li>PROJECT_URL - The job project's URL (e.g. "job/my-build")</li> | ||
<li>CULPRITS - Comma-separated list of the culprits responsible for the current build result</li> | ||
</ul></p> | ||
<li>BUILD_NUMBER - the build number</li> | ||
</ul></p> |
0 comments on commit
22c430f