-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jenkins charm appears to be hard-coded to the "jenkins" application name #34
Comments
FYI this is cs:xenial/jenkins-4 |
Note that with this bug, I've not declared, and do not wish to declare, any sort of Juju storage. |
I am trying to learn and setup juju for a new project. I am seeing this with the jenkins 21 release. The logs indicate it is looking for jenkins/0 for the storage name. Is this going to be fixed anytime soon given it was almost 3 years ago? And if not, can the readme be revised to state that you need to specifically name the storage on container creation? It would save other people lots of hours and would maybe get more people to use juju. If I wasn't also playing with microk8s I might have bailed a couple of days ago. I also used multipass to do a fresh install using the --storage jenkins=5G. I now get a filesystem 0 to machine 0: Invalid devices: Device validation failed "filesystem-0": Missing device type for device "filesystem-0" issue. |
I've just done a test deployment on the LXD provider, and it seemed to work okay with no storage defined and an alternate application name (I simply ran
Can you confirm if you're still affected by this with revno 34 and we can follow up? I can only apologise for the long delay in updating this issue up til now. |
The charm appears to be hard-coded to the "jenkins" application name somewhere.
I have the jenkins charm deployed as application name "osci-master." However, hooks fail and indicate it is trying to use application name "jenkins" for an unknown reason. I believe that is a bug.
The text was updated successfully, but these errors were encountered: