-
Notifications
You must be signed in to change notification settings - Fork 0
2019 03 11
Jan Moringen edited this page Mar 11, 2019
·
2 revisions
-
Generator should produce list of XML files as JSON
-
Schema for backlinks, "other versions", etc. has to be specified
Basically two possibilities:
-
Add a new repository such as RDTK/starter-kit which provides
jenkins-and-generator.tar.gz
-
Bootstrapping process for users would be
- Download
jenkins-and-generator.tar.gz
(~ 200 MB) - Extract
- Run
build-generator create-jenkins-user …
- Run
start-jenkins
- Download
-
Will be possible starting with release 0.27 using generator releases
-
Bootstrapping process for users would be
-
- Download
generator-*-x86_64-linux
executable (~ 30 MB) - Build generator from source
- Download
- Make downloaded file executable
- Run
build-generator install-jenkins --username … TARGET-DIRECTORY
(downloads ~ 170 MB in multiple requests) - Run
start-jenkins
-