Skip to content

2019 03 11

Jan Moringen edited this page Mar 11, 2019 · 2 revisions

Javascript Search

Issue

  • Generator should produce list of XML files as JSON

  • Schema for backlinks, "other versions", etc. has to be specified

Bootstrapping

Issue

Basically two possibilities:

Archive-based (like now)

  • Add a new repository such as RDTK/starter-kit which provides jenkins-and-generator.tar.gz

  • Bootstrapping process for users would be

    1. Download jenkins-and-generator.tar.gz (~ 200 MB)
    2. Extract
    3. Run build-generator create-jenkins-user …
    4. Run start-jenkins

Generator-based

  • Will be possible starting with release 0.27 using generator releases

  • Bootstrapping process for users would be

      1. Download generator-*-x86_64-linux executable (~ 30 MB)
      2. Build generator from source
    1. Make downloaded file executable
    2. Run build-generator install-jenkins --username … TARGET-DIRECTORY (downloads ~ 170 MB in multiple requests)
    3. Run start-jenkins
Clone this wiki locally