jenkins charm is not useful without internet access
Bug #1230013 reported by
Adam Gandelman
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
jenkins (Juju Charms Collection) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Unless we're happy with running the jenkins version in the archive with no plugins installed, we cannot use jenkins in firewalled environments. Both installing a non-default (lts, trunk) version of jenkins and installing any plugin attempts to fetch from external resources.
It would be great if we could have a script/makefile packged in the charm that can be used to fetch these resources a head of time, and bundle them with the charm, both the jenkins package itself and any required plugins.
Related branches
lp://staging/~gandelman-a/charms/precise/jenkins/offline_install
- Antonio Rosales (community): Needs Resubmitting
- Cory Johns (community): Approve
- James Page: Pending requested
-
Diff: 136 lines (+96/-2)3 files modifiedREADME.md (+20/-1)
bundle (+54/-0)
hooks/install (+22/-1)
To post a comment you must log in.
The current revision of hte charm now supports offline installation
There are instructions in the readme.