mandag 10. september 2018 12.06.01 UTC+2 skrev Vijay V følgende: > > Is it possible to build 4 different docker images using 4 Dockerfiles with > one Jenkinsfile program? If so how to do it? >
You can create Docker images from Scripted Pipeline with the Docker Pipeline plugin. https://jenkins.io/doc/book/pipeline/docker/#building-containers -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/d816eee2-3ac7-40e2-89d3-2a6cd38322d5%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
