You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The charm should use the hostname as given by the relation. It shouldn't modify it.
I ran into this issue while deploying this charm, where the hostname on the generated check was mangled.
Removing the if block above fixed this problem.
The text was updated successfully, but these errors were encountered:
I think the following code is buggy :
jenkins-charm/reactive/jenkins.py
Lines 265 to 270 in 734965f
The charm should use the hostname as given by the relation. It shouldn't modify it.
I ran into this issue while deploying this charm, where the hostname on the generated check was mangled.
Removing the
if
block above fixed this problem.The text was updated successfully, but these errors were encountered: