diff --git a/docker-compose-plugin/resources/views/task.template.html b/docker-compose-plugin/resources/views/task.template.html index 6b9cc05..0006f42 100644 --- a/docker-compose-plugin/resources/views/task.template.html +++ b/docker-compose-plugin/resources/views/task.template.html @@ -3,13 +3,12 @@ color : red; } .checkbox_row { - display: flex; - } - .checkbox_label{ - line-height: 1 !important; - margin-left: 5px !important; - } - + display: flex; + } + .checkbox_label { + line-height: 1 !important; + margin-left: 5px !important; + }

Docker Compose

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"> -