diff --git a/src/main/resources/org/jenkinsci/plugins/badge/dsl/AddEmbeddableBadgeConfigStep/help-animatedOverlayColor.html b/src/main/resources/org/jenkinsci/plugins/badge/dsl/AddEmbeddableBadgeConfigStep/help-animatedOverlayColor.html new file mode 100644 index 000000000..877c107f2 --- /dev/null +++ b/src/main/resources/org/jenkinsci/plugins/badge/dsl/AddEmbeddableBadgeConfigStep/help-animatedOverlayColor.html @@ -0,0 +1,7 @@ +You can override the color using the following valid color values: + +
config
in the embeddable build status URL parameter.
+For example, if the identifier value was win32build
then the URL parameter would be config=win32build
.
diff --git a/src/main/resources/org/jenkinsci/plugins/badge/dsl/AddEmbeddableBadgeConfigStep/help-link.html b/src/main/resources/org/jenkinsci/plugins/badge/dsl/AddEmbeddableBadgeConfigStep/help-link.html
new file mode 100644
index 000000000..77c0cb3dd
--- /dev/null
+++ b/src/main/resources/org/jenkinsci/plugins/badge/dsl/AddEmbeddableBadgeConfigStep/help-link.html
@@ -0,0 +1 @@
+The link that will be opened when the embeddable build status badge is clicked.
diff --git a/src/main/resources/org/jenkinsci/plugins/badge/dsl/AddEmbeddableBadgeConfigStep/help-status.html b/src/main/resources/org/jenkinsci/plugins/badge/dsl/AddEmbeddableBadgeConfigStep/help-status.html
new file mode 100644
index 000000000..8779b3144
--- /dev/null
+++ b/src/main/resources/org/jenkinsci/plugins/badge/dsl/AddEmbeddableBadgeConfigStep/help-status.html
@@ -0,0 +1 @@
+Text that describes the build status, usually the result of the build.
diff --git a/src/main/resources/org/jenkinsci/plugins/badge/dsl/AddEmbeddableBadgeConfigStep/help-subject.html b/src/main/resources/org/jenkinsci/plugins/badge/dsl/AddEmbeddableBadgeConfigStep/help-subject.html
new file mode 100644
index 000000000..9fdf993ee
--- /dev/null
+++ b/src/main/resources/org/jenkinsci/plugins/badge/dsl/AddEmbeddableBadgeConfigStep/help-subject.html
@@ -0,0 +1,2 @@
+The text placed on the left side of the embeddable build status.
+The subject is "build" by default.
diff --git a/src/main/resources/org/jenkinsci/plugins/badge/dsl/AddEmbeddableBadgeConfigStep/help.html b/src/main/resources/org/jenkinsci/plugins/badge/dsl/AddEmbeddableBadgeConfigStep/help.html
new file mode 100644
index 000000000..ad7f955d2
--- /dev/null
+++ b/src/main/resources/org/jenkinsci/plugins/badge/dsl/AddEmbeddableBadgeConfigStep/help.html
@@ -0,0 +1,8 @@
+
+Additional embeddable build status configurations can be created for a Jenkins Pipeline.
+Those embeddable build status configurations can be displayed in the same locations as the default embeddable build status configuration.
+For example, if a Pipeline defined a build status configuration named win32build
, that configuration can be accessed by appending config=win32build
as one of the embeddable build status URL parameters.
+
+Refer to the Embeddable build status documentation for more details. +