From 3d4588023088080dc25a2a9f0627a280627b8040 Mon Sep 17 00:00:00 2001 From: Roberto Cirillo Date: Thu, 31 Mar 2022 15:25:13 +0200 Subject: [PATCH] Update 'README.md' update README --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bbf686f..8e902e5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,12 @@ # Pipeline-Docker-Template -This is a template useful for building docker images and push to dockerhub. -There is a jenkinsjob template on our jenkins with the same name. \ No newline at end of file +This is a template useful for building docker images and push to dockerhub. +There is a jenkinsjob template on our jenkins with the same name. + + +## USAGE TIPS: + +* REMEMBER TO FILL the jenkinsfile environment section with your values. The following field should be properly filled: imagename, git_url +* REMEMBER TO PUT your Dockerfile in the root folder of your new project + +* You can find the related jenkinsjob template here: \ No newline at end of file