Skip to content

Instantly share code, notes, and snippets.

@royingantaginting
Last active August 29, 2015 14:21
Show Gist options
  • Save royingantaginting/309dcd96f3db50325b74 to your computer and use it in GitHub Desktop.
Save royingantaginting/309dcd96f3db50325b74 to your computer and use it in GitHub Desktop.

Required Jenkins Plugins

  • GitHub Plugin
  • Plot Plugin
  • Clover PHP Plugin
  • Checkstyle Plugin
  • PMD Plugin
  • DRY Plugin
  • Green Balls
  • Analysis Collector Plugin
  • JDepend Plugin
  • AnsiColor Plugin
  • Publish Over SSH Plugin
  • Copy Artifact Plugin

Deployment script

set -e
set -x

tar zxf gitlist-master.tar.gz
cp config.ini gitlist/config.ini
mkdir -p gitlist/cache
chmod 777 gitlist/cache
docker-compose up -d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment