diff --git a/.gitignore b/.gitignore index d5a2ef909..92c6f1dea 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ htmlcov .cache .npm-debug.log Dockerfile-e +build/ diff --git a/static/js/directives/ui/manage-trigger-custom-git/manage-trigger-custom-git.component.html b/static/js/directives/ui/manage-trigger-custom-git/manage-trigger-custom-git.component.html index a4bf31b72..5c554e73c 100644 --- a/static/js/directives/ui/manage-trigger-custom-git/manage-trigger-custom-git.component.html +++ b/static/js/directives/ui/manage-trigger-custom-git/manage-trigger-custom-git.component.html @@ -26,13 +26,13 @@ + section-valid="$ctrl.config.context"> Select build context directory Please select the build context directory under the git repository: @@ -40,5 +40,25 @@ If the Dockerfile is located at the root of the git repository, enter / as the build context directory. + + + + + + Select dockerfile path + Please select the build context directory under the git repository: + + + + The dockerfile path stars with the context and ends with the path to the dockefile that you would like to build + If the Dockerfile is located at the root of the git repository and named Dockerfile, enter /Dockerfile as the dockerfile path. + + +
If the Dockerfile is located at the root of the git repository, enter / as the build context directory.
/
The dockerfile path stars with the context and ends with the path to the dockefile that you would like to build
If the Dockerfile is located at the root of the git repository and named Dockerfile, enter /Dockerfile as the dockerfile path.
/Dockerfile