Pipeline-Docker-Template/README.md

13 lines
514 B
Markdown
Raw Normal View History

2022-03-31 15:12:06 +02:00
# Pipeline-Docker-Template
2022-03-31 15:25:13 +02:00
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
2022-03-31 15:33:27 +02:00
* You can find the related jenkinsjob template here: https://jenkins.d4science.org/job/Pipeline-Docker-Template/