Experimenting with js-libs

This commit is contained in:
R. Tyler Croy 2017-07-19 13:45:32 -07:00
parent 49421dea54
commit 2c167f8f08
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
1 changed files with 3 additions and 2 deletions

View File

@ -33,8 +33,9 @@ pushd $REPOS_DIR
# NOTE: Some repositories, for some reason, are not located in the jenkinsci
# organization like they should be. This hacks around that:
# 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/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/js-libs.git js-libs-plugin
for plugin in $(cat $SCRIPTS_DIR/../plugins.txt); do
cloneWithDependencies $plugin