Skip to content

BuildServer

thc202 edited this page Jul 6, 2015 · 3 revisions

Build Server

Mozilla have donated a build server for ZAP which we're in the process of setting up.

The plan is for this to be publicly visible, but right now its only available on the Mozilla intranet.

You are welcome to replicate our setup locally - the current job configuration config.xml files are (minus the alert email addresses):

The following tasks have been completed:

  • Install Jenkins
  • Set up jobs for the projects:
    • zaproxy (trunk)
    • zaproxy (branch: 2.0)
    • zap-extensions (trunk)
    • zap-extensions (branch: beta)
    • zap-extensions (branch: alpha)
    • zaproxy-test (trunk)
  • Send out alert emails (within Mozilla)
  • Send out alert emails (externally) The following tasks are still to do:
  • Expose UI externally
  • Run integration tests against vulnerable applications
  • Generate nightly builds
  • Generate metrics for test coverage and code quality
Clone this wiki locally