Skip to content

Commit

Permalink
Add comment about the COPY Step
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-nenashev authored Aug 6, 2019
1 parent f05ece5 commit 5a9dada
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
FROM cloudbees/cloudbees-jenkins-distribution:2.176.2.3 as war_source

FROM jenkins/jenkins:2.176.2

# Replace jenkins.war by CloudBees Jenkins Distribution WAR which includes plugins from CloudBees Assurance Program and other features
COPY --from=war_source /usr/share/cloudbees-jenkins-distribution/cloudbees-jenkins-distribution.war /usr/share/jenkins/jenkins.war

# Startup all plugins included into the CloudBees Jenkins Distribution bundle
Expand Down

0 comments on commit 5a9dada

Please sign in to comment.