From 2d52f80d3469d4b8c2734bf4a4bbe061d5b2bb90 Mon Sep 17 00:00:00 2001 From: Roberto Cirillo Date: Wed, 21 Sep 2022 15:13:03 +0200 Subject: [PATCH] Update 'README.md' --- README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 3332270..25bccbd 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,8 @@ -# Pipeline-Docker-Template +# Pipeline gCubeBuild -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. +Build git repository using maven ## 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: https://jenkins.d4science.org/job/Pipeline-Docker-Template/ +It can be added to a jenkinsjob or invoked manually \ No newline at end of file