diff --git a/check_mk-plugin/resources/views/checkMk.template.html b/check_mk-plugin/resources/views/checkMk.template.html index 2f93da0..f649648 100755 --- a/check_mk-plugin/resources/views/checkMk.template.html +++ b/check_mk-plugin/resources/views/checkMk.template.html @@ -1,9 +1,18 @@ +
- Required! + Required!
@@ -11,7 +20,7 @@
- Required! + Required!
@@ -19,10 +28,10 @@
- Required! + Required!
- @@ -36,27 +45,24 @@ -
- Required! + Required!
-
- Required! + Required!
-
- Required! + Required!
@@ -65,27 +71,24 @@ -
- Required! + Required!
-
- Required! + Required!
-
- Required! + Required!
@@ -94,9 +97,8 @@ -
- Required! + Required!
diff --git a/docker-compose-plugin/resources/views/task.template.html b/docker-compose-plugin/resources/views/task.template.html index 7daf488..0006f42 100644 --- a/docker-compose-plugin/resources/views/task.template.html +++ b/docker-compose-plugin/resources/views/task.template.html @@ -1,14 +1,24 @@ +

Docker Compose

-
-
+
diff --git a/docker-machine-plugin/resources/views/task.template.html b/docker-machine-plugin/resources/views/task.template.html index 6411b89..fa0ad99 100644 --- a/docker-machine-plugin/resources/views/task.template.html +++ b/docker-machine-plugin/resources/views/task.template.html @@ -1,10 +1,15 @@ + Docker create documentation
- + -
@@ -16,12 +21,11 @@
-
- + -

Driver used by create

@@ -38,27 +42,22 @@

Generic Driver

-
-
-
-
-
@@ -68,43 +67,34 @@

VMWare VSphere Driver

-
-
-
-
-
-
-
-
-
@@ -114,63 +104,51 @@

Azure Driver

-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docker-pipeline-plugin/resources/views/task.template.html b/docker-pipeline-plugin/resources/views/task.template.html index d4eb5b2..239ecff 100755 --- a/docker-pipeline-plugin/resources/views/task.template.html +++ b/docker-pipeline-plugin/resources/views/task.template.html @@ -1,202 +1,225 @@ +
-
- - - -


-

Login


-
- - - {{ GOINPUTNAME[RegistryUsername].$error.server }} -
- -
- - - {{ GOINPUTNAME[RegistryPassword].$error.server }} -
- -
- - - {{ GOINPUTNAME[RegistryURLForLogin].$error.server }} -
- -
- - - -
+
+ + + +
+

Login

+
+ + + {{ GOINPUTNAME[RegistryUsername].$error.server }} +
+ +
+ + + {{ GOINPUTNAME[RegistryPassword].$error.server }} +
+ +
+ + + {{ GOINPUTNAME[RegistryURLForLogin].$error.server }} +
+ +
+ + + +
-

Build

- -
- - - -
- -
- - - -
- -
- - -
Provide one or multiple tags separated by ';'. Define a different separator as - the - VERY FIRST character (example "|arg1=xyz|arg2=123") -
- {{ GOINPUTNAME[BuildArgs].$error.server }} -
- -
- - -
Path and name of Dockerfile relative to repository-root (default is - ./Dockerfile). -
- {{ GOINPUTNAME[DockerFileName].$error.server }} -
+

Build

+ +
+ + + +
+ +
+ + + +
+ +
+ + +
Provide one or multiple tags separated by ';'. Define a different separator as + the + VERY FIRST character (example "|arg1=xyz|arg2=123") +
+ {{ GOINPUTNAME[BuildArgs].$error.server }} +
+ +
+ + +
Path and name of Dockerfile relative to repository-root (default is + ./Dockerfile). +
+ {{ GOINPUTNAME[DockerFileName].$error.server }} +
-

Push


-
- - +

Push

+
+ + {{ GOINPUTNAME[Username].$error.server }} -
- -
- - - {{ GOINPUTNAME[ImageName].$error.server }} -
+
-
- - -
You must specify at least one tag. Provide multiple tags separated by ';'. - Define a - different separator as the VERY FIRST character (example "|tag1|tag2") +
+ + + {{ GOINPUTNAME[ImageName].$error.server }}
+ +
+ + +
You must specify at least one tag. Provide multiple tags separated by ';'. + Define a + different separator as the VERY FIRST character (example "|tag1|tag2") +
{{ GOINPUTNAME[ImageTag].$error.server }} -
+
-
- - - {{ GOINPUTNAME[IMAGE_TAG_POSTFIX].$error.server }} -
The tag postfix will be appended to all tags like "...:tag-postfix"
-
+
+ + + {{ GOINPUTNAME[IMAGE_TAG_POSTFIX].$error.server }} +
The tag postfix will be appended to all tags like "...:tag-postfix"
+
-

Run

-
Run an arbritrary container from inside the task. The current pipeline directory - can be accessed as a volume and is set as the initial working directory.
+

Run

+
Run an arbritrary container from inside the task. The current pipeline directory + can be accessed as a volume and is set as the initial working directory. +
-
- - +
+ + {{ GOINPUTNAME[RUN_IMAGE].$error.server }} -
+
-
- - -
Provide one or multiple vars separated by ';'. Define a different separator as - the - VERY FIRST character (example "|arg1=xyz|arg2=123") +
+ + +
Provide one or multiple vars separated by ';'. Define a different separator as + the + VERY FIRST character (example "|arg1=xyz|arg2=123") +
+ {{ GOINPUTNAME[RUN_ENV_VARS].$error.server }}
- {{ GOINPUTNAME[RUN_ENV_VARS].$error.server }} -
-
- - +
+ + {{ GOINPUTNAME[RUN_ARGS].$error.server }} -
+
-
- - +
+ + {{ GOINPUTNAME[RUN_PRE_COPY_FROM].$error.server }} -
+
-
- - +
+ + {{ GOINPUTNAME[RUN_PRE_COPY_TO].$error.server }} -
+
-
- - +
+ + {{ GOINPUTNAME[RUN_POST_COPY_FROM].$error.server }} -
+
-
- - +
+ + {{ GOINPUTNAME[RUN_POST_COPY_TO].$error.server }} +
-
-

Cleanup

+

Cleanup

-
-
- - - +
+
+ + + +
-
-
-
- - - -
-
+
+
+ + + +
+
diff --git a/fetch-any-artifact-plugin/resources/views/task.template.html b/fetch-any-artifact-plugin/resources/views/task.template.html index b8df2a5..97c056a 100755 --- a/fetch-any-artifact-plugin/resources/views/task.template.html +++ b/fetch-any-artifact-plugin/resources/views/task.template.html @@ -1,3 +1,15 @@ +

Prerequisites

- This plugin uses the environment variables GO_BUILD_USER and GO_BUILD_USER_PASSWORD to access the go-servers REST API. + This plugin uses the environment variables GO_BUILD_USER and GO_BUILD_USER_PASSWORD to access the + go-servers REST API. See documentation in GoCD
- {{ GOINPUTNAME[FAA_PIPELINE_NAME].$error.server }}
- {{ GOINPUTNAME[FAA_STAGE_NAME].$error.server }}
- {{ GOINPUTNAME[FAA_JOB_NAME].$error.server }}
- {{ GOINPUTNAME[FAA_ARTIFACT_SOURCE].$error.server }}
@@ -46,7 +55,7 @@

Prerequisites

ng-init="FAA_ARTIFACT_IS_FILE2 = FAA_ARTIFACT_IS_FILE" ng-change="FAA_ARTIFACT_IS_FILE = FAA_ARTIFACT_IS_FILE2" ng-true-value="true" ng-false-value="false"> -
@@ -56,7 +65,7 @@

Prerequisites

ng-init="FAA_FETCH_IF_FAILED2 = FAA_FETCH_IF_FAILED" ng-change="FAA_FETCH_IF_FAILED = FAA_FETCH_IF_FAILED2" ng-true-value="true" ng-false-value="false"> -
@@ -64,6 +73,5 @@

Prerequisites

- {{ GOINPUTNAME[FAA_ARTIFACT_DESTINATION].$error.server }} diff --git a/fortify-plugin/resources/views/task.template.html b/fortify-plugin/resources/views/task.template.html index 6409796..fb90a25 100755 --- a/fortify-plugin/resources/views/task.template.html +++ b/fortify-plugin/resources/views/task.template.html @@ -1,3 +1,8 @@ +
diff --git a/nessus-scan-plugin/resources/views/task.template.html b/nessus-scan-plugin/resources/views/task.template.html index 6e6e21b..09b42d2 100644 --- a/nessus-scan-plugin/resources/views/task.template.html +++ b/nessus-scan-plugin/resources/views/task.template.html @@ -1,46 +1,47 @@ +
- - - - Incorrect IP Adress + + + Incorrect IP Adress
- - - + +
- - - + +
- - + +
- - - + +
- -
- -
diff --git a/sonar-qualitygates-plugin/resources/views/task.template.html b/sonar-qualitygates-plugin/resources/views/task.template.html index df632b4..fe58042 100755 --- a/sonar-qualitygates-plugin/resources/views/task.template.html +++ b/sonar-qualitygates-plugin/resources/views/task.template.html @@ -1,35 +1,35 @@ +
- - - + +
- - - + +
- - - + +
- - - + +
- - + +
- - - + +