vfarcic / docker-flow-stacks

85 stars 60 forks source link

Fix comments for plugins on Jenkins Dockerfiles #13

Closed sdelrio closed 7 years ago

sdelrio commented 7 years ago

The second comment on jenkins/Dockerfile was duplicated and had no reference on what is doing (install plugins). Changed the text to "Install a list of plugins from the file 'plugins.txt' and their dependencies".

Also change the order of the files copied so the install plugins comment make sense on what is below.