Update 'README.md'

update README
This commit is contained in:
Roberto Cirillo 2022-03-31 15:25:13 +02:00
parent 398c121b2e
commit 3d45880230
1 changed files with 10 additions and 2 deletions

View File

@ -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.
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: