We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fcf076 commit b6a807eCopy full SHA for b6a807e
src/test/docker/jenkins-dockerfile/Dockerfile
@@ -1,7 +1,7 @@
1
FROM jenkinsci/jenkins:latest
2
3
# Load the required dependencies for the plugin under test
4
-RUN /usr/local/bin/install-plugins.sh git workflow-aggregator pipeline-model-extensions
+RUN /usr/local/bin/install-plugins.sh git workflow-aggregator pipeline-model-extensions cloudbees-folder
5
6
# Copy the newly built plugin in the container so that it gets loaded at startup
7
ADD gogs-webhook.hpi /usr/share/jenkins/ref/plugins/gogs-webhook.hpi
0 commit comments