Skip to content

Commit b6a807e

Browse files
committed
Install cloudbees-folder into jenkins
1 parent 4fcf076 commit b6a807e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/docker/jenkins-dockerfile/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM jenkinsci/jenkins:latest
22

33
# Load the required dependencies for the plugin under test
4-
RUN /usr/local/bin/install-plugins.sh git workflow-aggregator pipeline-model-extensions
4+
RUN /usr/local/bin/install-plugins.sh git workflow-aggregator pipeline-model-extensions cloudbees-folder
55

66
# Copy the newly built plugin in the container so that it gets loaded at startup
77
ADD gogs-webhook.hpi /usr/share/jenkins/ref/plugins/gogs-webhook.hpi

0 commit comments

Comments
 (0)