Go to file
Marco Procaccini c9c81fa8f7 fixing merge conflicts 2025-03-20 09:46:24 +01:00
Dockerfile adding disable user seed env java opts 2025-03-18 13:30:34 +01:00
Jenkinsfile fixing merge conflicts 2025-03-20 09:46:24 +01:00
README.md Initial commit 2025-03-12 08:50:59 +01:00
plugins.txt adding jenkins build pipeline with dockerfile and test configuration with configuration-as-code 2025-03-12 09:23:18 +01:00

README.md

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.

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/