Specially handle pubsub-light-module

This way we don't have to try to add special logic for the fact that this is a
plugin, but not called -plugin =_=
This commit is contained in:
R. Tyler Croy 2017-07-19 21:04:29 -07:00
parent 0e41ce0398
commit b0dc7a556c
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ pushd $REPOS_DIR
# https://issues.jenkins-ci.org/browse/JENKINS-45665
#git clone --depth 1 git://github.com/tfennelly/jquery-detached.git jquery-detached-plugin
#git clone --depth 1 git://github.com/tfennelly/jenkins-ace-editor.git ace-editor-plugin
git clone --depth 1 git://github.com/jenkinsci/pubsub-light-module.git pubsub-light-plugin
git clone --depth 1 git://github.com/jenkinsci/js-libs.git js-libs-plugin
# https://issues.jenkins-ci.org/browse/JENKINS-45668
(cd js-libs-plugin && find . -maxdepth 1 -type d -exec mkdir -p {}/src/main/webapp/jsmodules \;)